I have the following directory file structure

/level/autohandler
/level/dhandler
/level/edit.html

When I go to the url

/level/edit/20.html

This used to execute the "/level/edit.html" file, with $r->path_info set 
to '/22.html' and $m->dhandler_arg set to null.

Recently, I added some extra sites on my development box, did not change 
any Apache, mod_perl or mason params, but now when I go to 
"/level/edit/20.html" it executes the dhandler with $r->path_info still 
set to '/22.html', but $m->dhandler_arg set to 'edit/22.html';

Does anyone know of an Apache, mod_perl or mason setting to correct this 
and get it back to how it used to work. Or is it now working correctly 
and I have to change my site structure? I am presuming that it is a mod 
perl setting but I was wondering if anyone else on the mason list has 
come across this problem.

At the moment this is only on my development server, but I am worried 
that on the development server its going to rear its ugly head one day.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to