[ 
https://issues.apache.org/jira/browse/CXF-4142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Beryozkin resolved CXF-4142.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.6
                   2.5.3
         Assignee: Sergey Beryozkin

thanks for a tip, fixed for 2.5.3/trunk
                
> "attachment-directory" property specified on RS endpoint does not change temp 
> directory
> ---------------------------------------------------------------------------------------
>
>                 Key: CXF-4142
>                 URL: https://issues.apache.org/jira/browse/CXF-4142
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 2.5.2
>            Reporter: Sergiy Korniychuk
>            Assignee: Sergey Beryozkin
>              Labels: attachments
>             Fix For: 2.5.3, 2.6
>
>         Attachments: patch.txt
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> We need to store temporary files in specific directory for specific endpoint.
> That is needed because our service target directory is network share and for 
> huge uploads it takes a while to move files from temporary directory to our 
> target directory.
> We tried to use "attachment-directory" property as described here under 
> reading large attachments: http://cxf.apache.org/docs/jax-rs-multiparts.html
> But that does not work. Setting system property 
> "org.apache.cxf.io.CachedOutputStream.OutputDirectory" works fine, but we 
> need it to be set up on a per-endpoint basis as it described to 
> "attachment-directory" property configuration.
> According to sources from 2.5.2 the problem is within AttachmentDeserializer 
> class, in cacheStreamedAttachments method as it never call 
> setStreamedAttachmentProperties() in case if DataSource for attachment is 
> AttachmentDataSource type.
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to