At 01:02 PM 7/30/2005, you wrote:
The web browser never sends (or shouldn't send) #blah so the webserver will never see it.

-Tim

Ah. That's kind of what I was thinking. For some reason, some browsers do actually send it, so I was getting a little confused. Thanks.


Kito D. Mann wrote:

I've noticed an interest consequence of getRequestURI() with Tomcat -- getRequestURI() doesn't return the URL fragment (the part after the "#"). So, if the URL is http://www.foo.com/page.html#blah, getRequestURI() only returns "/page.html", as opposed to "/page.html#blah". Apache, however, knows the full URL (which is recorded in the logs). Can anyone tell me if this is normal behavior, and if there's a way to retrieve the URL fragment?


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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kito D. Mann
Author, JavaServer Faces in Action
http://www.JSFCentral.com - JSF FAQ, news, and info

Are you using JSF in a project? Send your story to [EMAIL PROTECTED], and you could get your story published and win a free copy of JavaServer Faces in Action!


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

Reply via email to