Trailing slash added 2007-01-14 - By Len Popp
Back Note that if you allow the browser to refer to directories without the trailing slash, you will break the handling of relative URLs on those pages. When the user clicks on a link with a relative URL, the browser has to convert that to an absolute URL. If the browser doesn't know that the current page is a directory it will calculate the absolute URL incorrectly. -- Len
On 1/14/07, Rashmi Rubdi <dev_subscriptions@(protected)> wrote: > I think you can customize it with URL Rewriting Filters. > > Google URLRewriteFilter to find pre-built packages, or you can write your own. > > -Rashmi > > -- -- Original Message ---- > From: Tim Funk <funkman@(protected)> > To: Tomcat Users List <users@(protected)> > Sent: Sunday, January 14, 2007 12:26:39 PM > Subject: Re: Trailing slash added > > > There is no way to customize this behavior other than overriding the > default servlet with your own implementation. > > -Tim > > lightbulb432 wrote: > > I noticed that Tomcat adds a trailing slash automatically when it detects > > that the requested resource points to an existing directory. While I know > > that Apache web server offers plenty of configuration options to control and > > customize this behavior, I'm unfamiliar with similar customization > > capability within Tomcat. (Where is this trailing slash behavior specified > > for Tomcat? Or is it a compiled-in setting function that cannot be changed?) > > > > How can I customize this and other Apache-like settings? Is the only option > > to front Tomcat with Apache? > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > To start a new topic, e-mail: users@(protected) > To unsubscribe, e-mail: users-unsubscribe@(protected) > For additional commands, e-mail: users-help@(protected) > > > > __ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __ ____ > The fish are biting. > Get more visitors on your site using Yahoo! Search Marketing. > http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > To start a new topic, e-mail: users@(protected) > To unsubscribe, e-mail: users-unsubscribe@(protected) > For additional commands, e-mail: users-help@(protected) > >
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|