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 IP, etc
> * per-directory custom error messages
> * per-directory customization of ExtensionsToTry, FilesToProtect, etc.
> * can you think of anything else???
> 
> Because of WebKit's servlet and URI caching there shouldn't be much 
> of a performance hit.

My first thought was not unless we really need it, because it's a
potential security hole if somebody finds a way to read it literally.

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 directories.

Actually, even better would be a way to turn ExtraPathInfo on only
for certain servlets.  Would it be possible to have the equivalent of
        <Location servlet.py>
        <LocationMatch servletPattern.*>
directives to limit settings to certain servlets?

PS. "ExtensionsToTry" is just begging to be renamed to "ExtensionsToFry". :)

-- 
-Mike (Iron) Orr, [EMAIL PROTECTED]  (if mail problems: [EMAIL PROTECTED])
   http://iron.cx/     English * Esperanto * Russkiy * Deutsch * Espan~ol

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to