You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Rupert Westenthaler (JIRA)" <ji...@apache.org> on 2014/05/28 15:25:01 UTC

[jira] [Created] (STANBOL-1350) HttpQueryHeader filter consumes content if Content-Type is set to "application/x-www-form-urlencoded"

Rupert Westenthaler created STANBOL-1350:
--------------------------------------------

             Summary: HttpQueryHeader filter consumes content if Content-Type is set to "application/x-www-form-urlencoded"
                 Key: STANBOL-1350
                 URL: https://issues.apache.org/jira/browse/STANBOL-1350
             Project: Stanbol
          Issue Type: Bug
          Components: Commons
    Affects Versions: 0.12.0
            Reporter: Rupert Westenthaler
            Assignee: Rupert Westenthaler
             Fix For: 1.0.0, 0.12.1


The QueryHeadersFilter does call `request.getParameter*(..)` methods on the ServletRequest. This will cause the content to be consumed in case the Content-Type is set to "application/x-www-form-urlencoded".

This is clearly not intended as this filter is only expected to process query parameters.



--
This message was sent by Atlassian JIRA
(v6.2#6252)