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