Hi Jesse, I'm not using 4.1 yet so you can go ahead with the changes. It would be nice if the current behavior could stay the same for portlets though. Let me know if I can be of any help.
Thanks, Raphael Jean EntropySoft > -----Original Message----- > From: Jesse Kuhnert (JIRA) [mailto:[EMAIL PROTECTED] > Sent: dimanche 9 juillet 2006 02:34 > To: Raphaël Jean > Subject: [jira] Commented: (TAPESTRY-802) All Tapestry URLs should be > encoded using RequestCycle.encodeURL(), except for portlets URLs > > [ http://issues.apache.org/jira/browse/TAPESTRY- > 802?page=comments#action_12419893 ] > > Jesse Kuhnert commented on TAPESTRY-802: > ---------------------------------------- > > Hi Rapheal, > > If you have the patience I may need to change the way these things work. > I've already taken the call to encodeURL() out of the EngineServiceLink. > > I plan on refactoring things a little bit so that the portlet hivemind > configuration provides it's own version of how to handle URL encoding so > that everyone else is not affected. (hopefully as small a footprint as I > can manage) > > > All Tapestry URLs should be encoded using RequestCycle.encodeURL(), > except for portlets URLs > > ------------------------------------------------------------------------ > -------------------- > > > > Key: TAPESTRY-802 > > URL: http://issues.apache.org/jira/browse/TAPESTRY-802 > > Project: Tapestry > > Type: Bug > > > Components: Framework, Portlet > > Versions: 4.0 > > Environment: WSRP4J > > Tapestry 4.0rc1 > > Reporter: Raphael Jean > > Assignee: Jesse Kuhnert > > Priority: Minor > > Fix For: 4.1 > > Attachments: TAPESTRY-802-patch.txt > > > > All Tapestry URLs referencing the Tapestry servlet or context assets > should be encoded using RequestCycle.encodeURL() whether the link is > stateless or not. > > In portlet mode, the portlet URLs obtained by createActionURL() or > createRenderURL() should NOT be encoded. > > Failure to do so causes problems when running as a WSRP producer where > the URLs will be WSRP defined tokens that get re-written by the WSRP > container. Action, render and resource URLs are encoded differently. > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the administrators: > http://issues.apache.org/jira/secure/Administrators.jspa > - > For more information on JIRA, see: > http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
