Re: [Webware-discuss] WebKit equivalent of .htaccess files

2002-01-02 Thread Mike Orr
On Wed, Jan 02, 2002 at 11:42:22PM -0600, Ian Bicking wrote: > It would be much better just to add something to the Servlet interface > -- i.e., an allowExtraPathInfo method. Since servlets are structured > and easy to query (unlike files from the perspective of Apache), you > don't need a master

Re: [Webware-discuss] WebKit equivalent of .htaccess files

2002-01-02 Thread Mike Orr
On Wed, Jan 02, 2002 at 11:42:22PM -0600, Ian Bicking wrote: > On Wed, 2002-01-02 at 11:18, Mike Orr wrote: > > But on the other hand, it could resolve the issue I raised last week, > > that ExtraPathInfo overrides "not found" errors in a nonintuitive way. > > What I'd really like is to leave Extr

Re: [Webware-discuss] WebKit equivalent of .htaccess files

2002-01-02 Thread Ian Bicking
On Wed, 2002-01-02 at 11:18, Mike Orr wrote: > But on the other hand, it could resolve the issue I raised last week, > that ExtraPathInfo overrides "not found" errors in a nonintuitive way. > What I'd really like is to leave ExtraPathInfo off normally, and turn > it on only in a few certain direct

Re: [Webware-discuss] WebKit equivalent of .htaccess files

2002-01-02 Thread Mike Orr
On Wed, Jan 02, 2002 at 10:11:39AM -0800, Tavis Rudd wrote: > What do people think about creating a WebKit equivalent of the > .htaccess files in Apache/Zeus? '.webkit' or some other name. > > Here are some possible uses: > * per-directory servlet factories > * per-directory request filters on

[Webware-discuss] WebKit equivalent of .htaccess files

2002-01-02 Thread Tavis Rudd
What do people think about creating a WebKit equivalent of the .htaccess files in Apache/Zeus? '.webkit' or some other name. Here are some possible uses: * per-directory servlet factories * per-directory request filters on IP, etc * per-directory custom error messages * per-directory customizat