Context unnecessarley decoded in PageRenderDispatcher and 
ComponentActionDispatcher
-----------------------------------------------------------------------------------

                 Key: TAPESTRY-1911
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1911
             Project: Tapestry
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.0.6, 5.0.5, 5.0.4, 5.0.3
            Reporter: Ted Steen
             Fix For: 5.0.7


In PageRenderDispatcher, these two lines will result in a 
TapestryInternalUtils.urlDecode() on
the context.

069                    String[] context = atEnd ? new String[0] :
convertActivationContext(path
070                            .substring(nextslashx + 1));

It seems that this is already done by the servlet, so the decoding is
done twice, and results in malformed contexts.

This also applies to the ComponentActionDispatcher

Look here for previous discussions,
http://mail-archives.apache.org/mod_mbox/tapestry-users/200706.mbox/[EMAIL 
PROTECTED]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to