I'm seeing an issue with the usage of path_info (used to adjust the
PATH_INFO and SCRIPT_NAME variables) with url_for(...) which results
in the path leading up to the *path_info showing up as the URL for the
root controller.  I'm not sure if this is intended.  If so, any ideas
on how to get the URL for the root controller?

Example code
---------------------
routing.py make_app() code:

map.connect('WikiSystem/*path_info', controller='EmbeddedTrac',
path_info='/')

Creating a URL using this code:
h.url_for('/')

results in /WikiSystem/ instead of /.  Is this expected?  Any ideas on
how to get the root controller URL?

OS:  Windows XP
Python 2.5
Pylons 0.9.6.2
Routes 1.9.2

Thanks,

Eric


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to