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 16:34:04 UTC

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

     [ https://issues.apache.org/jira/browse/STANBOL-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rupert Westenthaler resolved STANBOL-1350.
------------------------------------------

    Resolution: Fixed

fixed with http://svn.apache.org/r1598019 in 0.12 and http://svn.apache.org/r1598026 in trunk

> 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)