Tavis Rudd wrote:
> As an aside, the current WebKit URL-decoding process relies 
> on each URL chunk 
> being a valid Python module/package name:
> 
> http://example.com/WK/thisIsValid/_SoIsThis/00ButThisIsNot/Servlet.py
> 
> You can work around this with extraPathInfo, but then I 
> assume you can't drop 
> the extension:
> 
> http://example.com/WK/Servlet.py/thisIsValid/_SoIsThis/00NowThisValid/
[works]
> 
> http://example.com/WK/Servlet/thisIsValid/_SoIsThis/00NowThisValid/ [does
this work??]

Actually, I just tried it and it looks like ExtraPathInfo isn't working at
all :-(  Does anyone use it currently?

I'm adding a bug report to SourceForge.

That said, when it gets fixed, seems to me that it ought to allow the second
example -- you should be able to leave off the extension.


- Geoff

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

Reply via email to