On Fri, 13 Oct 2006, brett gardner wrote: > 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.
That is a bit surprising. I would expect /level/edit.html/20.html to execute the /level/edit.html file with path_info. There is no /level/edit file, so I would expect /level/edit/20.html to go to /level/dhandler with $m->dhandler_arg set to edit/22.html (and no path_info at all). Can you try renaming edit.html to edit (without extension) and see if that works for you? I have no idea why it would have worked that way previously. ~ John Williams ------------------------------------------------------------------------- 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