Chuck Esterbrook <[EMAIL PROTECTED]> wrote: > At 12:10 AM 10/25/2001 -0500, Ian Bicking wrote: > [snip several examples] > >That's just a few things I can think of, mostly things which I can > >give specific situations where I'd use them. I bet other people will > >have other ideas. > > I don't know Ian. I think you might have covered it all. ;-)
Oh, I forgot one! Do the thing that Zope does, where when you should have a url like /path/to/something and it should be /path/to/something/, see if the servlet can handle that on its own (by putting <base href="/path/to/something/"> in the output), or if you should do a client redirect, or if you should just ignore it (for instance, if you are serving a non-href-aware type of document). Ian _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel
