I think tomcat's getPathInfo is a little wierd. The behavior when you have
bound a servlet to a url is to move what you would expect to be in
getPathInfo() into getServletPath() . Included pages might be getting
handled the same as "mapped" ones, in which case you could be experiencing
the same problem.

I think this is a bug, but maybe it was a design decision.

--erik


-----Original Message-----
From: Dmitry Rogatkin [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 4:32 PM
To: [EMAIL PROTECTED]
Subject: No path info for include page


Is that normal for Tomcat? I expect to get something from getPathInfo when I
have a servlet called as a page include. BTW can I expect a session sharing
for such servlet and wrapper JSP?

Thanks,
Dmitry R., [EMAIL PROTECTED]
Chief Architect, MetricStream.COM
Santa Clara, CA




___________________________________________________________________________
Visit http://www.visto.com/info, your free web-based communications center.
Visto.com. Life on the Dot.


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

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

Reply via email to