Because of
http://issues.apache.org/jira/browse/TAPESTRY-802
EngineServiceLink currently url encodes everything.
It encodes even if the service requesting the link is a
stateless one (only AssetService + XTileService are).
Now, I've read 802 and I still don't understand why we need
to url encode those stateless links.
ContextAsset also url encodes paths. Why?
There are 2 reasons i'm bringing this up:
- I simply don't like <img
src="tapestry-logo.gif;jsessionid=4teqdppo02epf"> links
- AjaxShellDelegate (T4.1) outputs wrong baseRelativePath (this also
occurs just once
if cookies are enabled), for instance:
baseRelativePath:"http://localhost:9090/.../dojo/;jsessionid=2u999arldhc8h"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]