RE: Leading slash '/' in URLs

2001-11-17 Thread McClung, Brian
specified the root path? Thanks, Brian McClung -Original Message- From: Ashoka Murthy [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 10:51 AM To: [EMAIL PROTECTED] Subject: Re: Leading slash '/' in URLs When you use a /login.do -- the Servlet appends the absolute path of web-apps

Re: Leading slash '/' in URLs

2001-11-12 Thread Ashoka Murthy
When you use a /login.do -- the Servlet appends the absolute path of web-apps Root directory to the page so the page will be referred from there. When you use a login.do -- The servlet will refer it to from the path where your referring page exists. This might not work if the web.xml tells