Mike Orr escreveu:
But doesn't the wildcard variable type exist precisely for this case?
map.connect("images/*id", controller="main", action="image"
When I tried it, I got stuck in these kinds of URL: /catalog/Laptops/HP/Compaq/Armada-XXX /catalog/Printers/Brother/D/PCL-344
Should "split" as: ["Laptops", "HP/Compaq", "Armada-XXX"] ["Printers", "Brother", "D/PCL-344"]As far as I see, the "best" way to deal with these is to escape / as $2F to get around the CGI-induced WSGI limitation.
signature.asc
Description: OpenPGP digital signature
