MariuszGlogowski / jsonp-java

Automatically exported from code.google.com/p/jsonp-java
Apache License 2.0
0 stars 0 forks source link

Call to getParameters is crushing downstream use #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When the jsonp filter tries to determine whether it should execute or not, it 
calls request.getParameterMap(). This reads from the input stream. Later in my 
servlet code, I get a handle to the input stream in order to read body content. 
At this point, the stream has been read and I get no content from the input 
stream.

Are there workarounds that will allow us to reset the input stream after the 
filter reads from it?

Original issue reported on code.google.com by djamesc...@gmail.com on 9 Jun 2010 at 4:42