Hi Graham,Here is the test handler I've used :from mod_python import apachedef handler(req): req.content_type = 'text/plain' req.write(req.hlist.directory+'\n') req.write(req.filename+'\n'
) return apache.OKIf I use :DocumentRoot "c:\\apache22\\htdocs" # ... SetHandler mod_python
Was this with mod_python from subversion or 3.2.8?
Want to qualify whether latest set of changes I checked in to support
Files directive has caused it to behave differently as how it determines
req.hlist.directory is different to before.
Thanks.
Graham
On 18/04/2006, at 4:33 AM, Nicolas Lehuen
This was with the Subversion trunk.I"ll do some tests with 3.2.8 and tell you the results.Nicolas2006/4/17, Graham Dumpleton <
[EMAIL PROTECTED]>:Was this with mod_python from subversion or 3.2.8?
Want to qualify whether latest set of changes I checked in to supportFiles directive has caused it to