Still bugs in Apache::Dispatch with .htaccess

2000-12-11 Thread Matt Sergeant
Sorry Geoff, OK, the bug now is that the _translate_uri sub expects you to be working with Location rather than .htaccess. It does this to do s/location/prefix/, which is why it doesn't work with .htaccess. Now first of all, there's a bit of a security risk in there - you're doing

RE: Still bugs in Apache::Dispatch with .htaccess

2000-12-11 Thread Geoffrey Young
-Original Message- From: Matt Sergeant [mailto:[EMAIL PROTECTED]] Sent: Monday, December 11, 2000 8:27 AM To: [EMAIL PROTECTED] Subject: Still bugs in Apache::Dispatch with .htaccess Sorry Geoff, OK, the bug now is that the _translate_uri sub expects you to be working

RE: Still bugs in Apache::Dispatch with .htaccess

2000-12-11 Thread Geoffrey Young
-Original Message- From: Matt Sergeant [mailto:[EMAIL PROTECTED]] Sent: Monday, December 11, 2000 11:57 AM To: Geoffrey Young Subject: RE: Still bugs in Apache::Dispatch with .htaccess On Mon, 11 Dec 2000, Geoffrey Young wrote: I've started poking around

RE: Still bugs in Apache::Dispatch with .htaccess

2000-12-11 Thread Matt Sergeant
On Mon, 11 Dec 2000, Geoffrey Young wrote: OK, so how about a new directive: DispatchBase. If that is set, remove that from $r-filename, and use that as the base path. Otherwise use the $r-location method. yeah, I thought about that too - it would involve less overhead than scanning

RE: Still bugs in Apache::Dispatch with .htaccess

2000-12-11 Thread Geoffrey Young
-Original Message- From: Matt Sergeant [mailto:[EMAIL PROTECTED]] Sent: Monday, December 11, 2000 1:27 PM To: Geoffrey Young Cc: '[EMAIL PROTECTED]' Subject: RE: Still bugs in Apache::Dispatch with .htaccess I'd make it as simple as possible. Make it DispatchRoot (akin