Re: Rewriting entire request /body in Servlet Filter not working as expected

2015-10-05 Thread Michael Greco
On Mon, Oct 5, 2015 at 3:30 AM, Mark Thomas wrote: > On 04/10/2015 19:03, Michael Greco wrote: > > First time post here. > > > > Using : > > Tomcat 8.0.26 > > JDK1.8.0 update 51 > > Apache MyFaces 2.2.8. > > Maven build of webapp war file > >

Re: Rewriting entire request /body in Servlet Filter not working as expected

2015-10-04 Thread Michael Greco
On Sun, Oct 4, 2015 at 7:25 PM, Michael Greco wrote: > On Sun, Oct 4, 2015 at 2:03 PM, Michael Greco > wrote: > >> First time post here. >> >> Using : >> Tomcat 8.0.26 >> JDK1.8.0 update 51 >> Apache MyFaces 2.2.8. >> Maven build of webapp war

Re: Rewriting entire request /body in Servlet Filter not working as expected

2015-10-04 Thread Michael Greco
On Sun, Oct 4, 2015 at 2:03 PM, Michael Greco wrote: > First time post here. > > Using : > Tomcat 8.0.26 > JDK1.8.0 update 51 > Apache MyFaces 2.2.8. > Maven build of webapp war file > Chrome 45.0.2454.101 m 64 bit > Windows 7 64 bit > > Trying to rewrite th

Re: Rewriting entire request /body in Servlet Filter not working as expected

2015-10-04 Thread Michael Greco
thods beyond what I've done already. Is there another design pattern here that I can utilize to get around this issue? I would assume this issue probably varies from container to container depending on how the server implements the seeded request classes. On Sun, Oct 4, 2015 at 2:03 PM, Mic

Rewriting entire request /body in Servlet Filter not working as expected

2015-10-04 Thread Michael Greco
First time post here. Using : Tomcat 8.0.26 JDK1.8.0 update 51 Apache MyFaces 2.2.8. Maven build of webapp war file Chrome 45.0.2454.101 m 64 bit Windows 7 64 bit Trying to rewrite the entire request body in a filter using a http request wrapper. Not entirely sure if this is the right approach