> Verified the following:
> 
> http://foo/bar#anchor
> http://foo/bar/#anchor
> 
> with a welcome-file of:
> test/test.jsp
> 
> and was correctly forwarded to:
> 
> http://foo/bar/test/test.jsp#anchor
> 
> 

okay, I was a little premature (no jokes please). if the welcome file
itself has a relative link off of it, then it breaks. so that <a
href='foo.jsp'> on test.jsp will try to go to http://foo/bar/foo.jsp
rather than http://foo/bar/test/foo.jsp

i'll see if i can fix that. sorry...

Matt



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

Reply via email to