Franklin Schmidt wrote:
> What is the position of the JSP spec on automatically rewriting URLs
> when needed for cookie-less session tracking? The ServletExec people do
> not offer this feature because they say that it is not in the spec.
> Automatic URL rewriting is a critical feature because otherwise every
> relative URL in a JSP needs to be wrapped in a encodeURL() making this
> inaccessible to HTML tools which makes this inaccessible to HTML
> designers.
Interesting point. But my counter argument against automatic URL rewriting:
-You may have a link to another server which means you can't encode the
session
-You would still need a tag to tell the JSP Parser to encode the URL which
is the same as manually wrapping encodeURL()
Possible solution (argument for):
-Perhaps have a directive that turns off/on automatic URL encoding. If ON
ALL links are automatically encoded
Gabriel Wong
http://www.ezwebtools.com
----------------------------
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".