On Wed, Oct 16, 2002 at 11:20:07AM -0400, Bill Stoddard wrote:
> > Hi,
> >
> > Why url finishing by / are not cacheable ?
> 
> muddled thinking ? :-) I was unsure how to handle caching default index
> pages but I see no reason why we can't just delete this check.

Not for negotiation reasons? (I seem to remember discussions where
that was brought up).

> >
> >
> >     /* DECLINE urls ending in / ??? EGP: why? */
> >
> >     if (url[urllen-1] == '/') {
> >         return DECLINED;
> >
> >     }

-- 
  Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/>
  mod_pointer <http://stderr.net/mod_pointer> <http://photos.eibner.dk/>
  !(C)<http://copywrong.dk/>                  <http://apachegallery.dk/>
          Putting the HEST in .COM <http://www.hestdesign.com/>

Reply via email to