Hi everyone,
I'm developing a JAX-RS server (CXF 2.3.1) which performs both GET and POST operations with DataHandler attachments within a bean, and it works fine (I'm not sending Multiparts). However, I could not set neither the temp folder used as buffer nor the max size of the attachments as explained in http://cxf.apache.org/docs/jax-rs-multiparts.html ("Reading Large Attachments" section). Does it not work because it only applies to Multipart messages? If so, how can i do it? Thanks in advance! Ivan
