Re: [Resin-interest] Resin 4.0 multipart request handling

2010-09-10 Thread Matthew Serrano
Thanks Alex. Works beautifully! On Sep 10, 2010, at 4:34 PM, Alex wrote: >> Oh and I upgraded from Resin 4.0.7 to Resin Pro 4.0.10. Maybe the pro >> version can't include some library due to licensing? > > Hi Matthew, > > Can you make sure to set parameter in your > WEB-INF/resin-web.xml? >

Re: [Resin-interest] Resin 4.0 multipart request handling

2010-09-10 Thread Alex
> Oh and I upgraded from Resin 4.0.7 to Resin Pro 4.0.10. Maybe the pro version > can't include some library due to licensing? Hi Matthew, Can you make sure to set parameter in your WEB-INF/resin-web.xml? http://caucho.com/ns/resin";> We had to change the default to false for 3.0 spec

Re: [Resin-interest] Resin 4.0 multipart request handling

2010-09-10 Thread Matthew Serrano
Oh and I upgraded from Resin 4.0.7 to Resin Pro 4.0.10. Maybe the pro version can't include some library due to licensing? On Sep 10, 2010, at 3:51 PM, Matthew Serrano wrote: > I have been using Resin 4.0.7 and I discovered that Resin is parsing > multipart requests and putting the parameters i

[Resin-interest] Resin 4.0 multipart request handling

2010-09-10 Thread Matthew Serrano
I have been using Resin 4.0.7 and I discovered that Resin is parsing multipart requests and putting the parameters into the normal request object (file is cached to disc and the path is in the request object). Now I upgraded to 4.0.10 and suddenly the multipart request is no longer parsed automa