Hello, we use the routing to simulate a filesystem. Here is part of our routing:
<routes>
<!--
simulate filesystem directory tree
-->
<route name=".rubric" pattern="^({rubricPath:[\w/-]*/})" cut="true">
...
<!--
Specials: feeds
-->
<route name=".misc" pattern="^.x-" module="Misc">
<route name=".feed" pattern="^feed/({cms_module:\w+})$" action="Feed">
...
<route name=".kml" pattern="^.kml$" output_type="kml" />
</route>
</route>
</route>
</routes>
The rubricPath parameter contains '/'. AgaviRouting::gen() generates for route
'.rubric.misc.feed.kml' the URL:
http://bo.tay.dev.bo.intern%2Fthemen%2Freise%2Fostsee%2F.x-feed/category.kml?id=1103850&language=61435
The Query-String is quoted as expected. But the rubricPath is also quoted and
the URL doesn't work. Is there a chance to disable the quoting for parameters
used in the path part of an URL?
tom
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
