You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Amit Gupta (JIRA)" <ji...@apache.org> on 2014/02/14 12:06:20 UTC

[jira] [Assigned] (SLING-3393) Parameter re-encoding does not work for Jetty 7 and above

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

Amit Gupta reassigned SLING-3393:
---------------------------------

    Assignee: Amit Gupta

> Parameter re-encoding does not work for Jetty 7 and above
> ---------------------------------------------------------
>
>                 Key: SLING-3393
>                 URL: https://issues.apache.org/jira/browse/SLING-3393
>             Project: Sling
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: Engine 2.2.10
>            Reporter: Dominique Pfister
>            Assignee: Amit Gupta
>
> SLING-559 changed the query encoding to 8859-1 when used in combination with Jetty, by setting a request attribute called:
>     "org.mortbay.jetty.Request.queryEncoding"
> With Jetty 7 and above, this attribute has been changed to: 
>     "org.eclipse.jetty.server.Request.queryEncoding" 
> [1], so the fix no longer works. I suggest to either use both attribute names or only the new one, if support for Jetty 6 or earlier is no longer a must.
> [1] http://download.eclipse.org/jetty/stable-7/apidocs/org/eclipse/jetty/server/Request.html#setQueryEncoding(java.lang.String)



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)