Re: Multipart http request loosing parameters after first access.

2017-04-10 Thread Norbert Hirneisen
Hello, we are still using Struts 1.3.8 in a big project. And we are definetely not considering migrating to struts2. Because struts2 is a totally different framework - so no advantage to move to struts2 instead of another framework. So just pick the best solution for the future. For us a

Re: Multipart http request loosing parameters after first access.

2017-04-10 Thread Christoph Nenning
Hi, please note that struts1 as been EOL'd long time ago. You should consider migrating to struts2. The behavior you describe is correct: after your filter has consumed InputStream it is not available anymore for struts to process it. Just last week there was another thread on this list

Multipart http request loosing parameters after first access.

2017-04-10 Thread Amey Jadiye
Hi, Can I get any help for below from struts community please ? -Amey -- Forwarded message -- From: "Amey Jadiye" Date: Apr 9, 2017 12:14 AM Subject: Multipart http request loosing parameters after first access. To: Cc: Hi All,