webish: make /cap/ equivalent to /uri/, accepting both with the same meanings. Closes #428

This commit is contained in:
Brian Warner 2008-06-03 14:34:00 -07:00
parent 32c89a8d59
commit 9f59ecafbb

View File

@ -110,6 +110,7 @@ class Root(rend.Page):
docFactory = getxmlfile("welcome.xhtml")
child_uri = URIHandler()
child_cap = URIHandler()
child_file = FileHandler()
child_named = FileHandler()