If you are just serving files then you may want to have apache serve them directly, 
although then you lose any security and tracking
that you built into your app.

I never considered your type of problem, but I imagine you could have a servlet create 
a directory listing and change the url of the
files to something like

/WebKit.cgi/Download?file=test.gif

and then only the servlet Download.py would need to know about the different file 
types. Maybe suck up and parse the mime.types file
from the apache conf. directory.

> every file type. mmm... a ServletFactory can declare extensions it wants
> to manage but there is a way to tell webkit "i am a servlet factory that
> wants to manage all files not managed by other factories"?
>
> pondering...
>federico



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

Reply via email to