Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Call to getParameters is crushing downstream use #2

Description

@GoogleCodeExporter
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 [email protected] on 9 Jun 2010 at 4:42

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions