You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2010/02/27 01:16:05 UTC

[jira] Closed: (TAP5-1034) Using URLRewriteRules will fail for component event links if the page has an activation context

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

Howard M. Lewis Ship closed TAP5-1034.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.2.0

> Using URLRewriteRules will fail for component event links if the page has an activation context
> -----------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1034
>                 URL: https://issues.apache.org/jira/browse/TAP5-1034
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.0
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.2.0
>
>
> Because the URLRewriting is based on Link.getAbsoluteURI(), you will see a Request.getPath() that includes (as part of the "path") the t:ac query parameter.  Then t:ac is added again as part of the new link instance.
> We can patch together a solution for URLRewriter by extending the Link interface with a new method to get the base URI (without query parameters, even for link).

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