From erik@totalcirculation.com Mon Feb 5 21:36:02 2001 Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 92441 invoked from network); 5 Feb 2001 21:36:02 -0000 Received: from omega.qtm.net (root@216.163.32.50) by h31.sny.collab.net with SMTP; 5 Feb 2001 21:36:02 -0000 Received: from server.interlink (host02.interlink.qtm.net [216.163.33.178]) by omega.qtm.net (8.9.3/8.9.3) with ESMTP id QAA63506 for ; Mon, 5 Feb 2001 16:36:07 -0500 (EST) (envelope-from erik@totalcirculation.com) Received: by server.interlink with Internet Mail Service (5.5.2653.19) id <1F51D1A2>; Mon, 5 Feb 2001 16:38:00 -0500 Message-ID: <3143075AA759D4119A46204C4F4F50205DFD@server.interlink> From: Erik LaBianca To: "'tomcat-user@jakarta.apache.org'" Subject: RE: No path info for include page Date: Mon, 5 Feb 2001 16:37:54 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N 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:DMITRYR@VISTO.COM] Sent: Monday, February 05, 2001 4:32 PM To: tomcat-user@jakarta.apache.org 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., dmitryr@visto.com 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: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, email: tomcat-user-help@jakarta.apache.org