Hi,
Now I'm not sure any more. I ran my tests again and the behave the same... sorry!
Regards, -Stefan
Kris Schneider wrote:
Quoting Stef�n Baxter <[EMAIL PROTECTED]>:
Hi,
Testing the tag with browser having different cookie settings reviles that it correctly embeds
sessionid in URLs even "the first time" something that the other method will not do and that is the reason for my interest.
If some is familiar with what controls this behavior then please clarify.
Are you saying you see a difference between these two:
request.encodeURL: <%= response.encodeURL("/") %> c:url: <c:url value="/"/>
There shouldn't be. The only difference is as I stated, <c:url> performs an initial check to see if the URL is absolute. If it's not absolute, it uses encodeURL. Can you provide some code that illustrates what you're observing?
Best regards, -Stefan
Kris Schneider wrote:
theURL.Quoting Stef�n Baxter <[EMAIL PROTECTED]>:
Hi,
I'm new to JSTL and currently trying to adapt a project that I'm working on to it.
Am I right in assuming that standard.tag.el.core.UrlTag relies on it's own/JSTL functions to determine if sessionid needs to be embedded in
AboutI see different behavior between it and HttpServletResponse.encodeURL().According to the spec, <c:url> will not rewrite/encode an absolute URL.
Can someone please explain where the tag is gettings it's logic from?
the only thing this amounts to in the actual code is a check for thepresence
of the ":" character. If it's *not* there, then the URL will be rewritten/encoded with HttpServletResponse.encodeURL.
Best regards,
-Stefan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
