Upon further investigation, looks like the problem resides with my Servlet
engine's implementation of Response.encodeURL()

Tim

-----Original Message-----
From: Pedone, Tim [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 21, 2002 8:53 AM
To: '[EMAIL PROTECTED]'
Subject: Possble bug in html:link tag


I'm using the "anchor" attribute of the html:link tag <html:link
href="/cpi/do/home" anchor="about"/> and when the tag rewrites the url with
a session id it ends up like this:

/cpi/do/home#about;jsessionid=xxxxxx

I think this is backward because the browser doesn't send anything after the
# in the request.  If I use a scriptlet to produce:

/cpi/do/home;jsessionid=xxxxx#about

it works.

Tim


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to