#2267: Error on object dispatch with unicode paths
------------------------+---------------------------------------------------
Reporter: droggisch | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 2.1
Component: TurboGears | Version: 2.0b7
Severity: normal | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment (by droggisch):
I don't understand what you mean by "lookup()"
I'm all ears for a different solution to the following problem: make a
restful url-scheme like '''http://myhost/users/<username>''' where
<username> can contain any utf-8 character you like.
This is what's happening for us, and which is breaking the dispatch. And I
fail to see where Py3K comes into this - it's not about unicode-literals
for known controller methods - that's working. Default-dispatch isn't.
Either we want to treat remaining path elements as parameters equivalent
to GET/POST-params - which the patch allows - or we don't, and then we
need a different way of doing this. I'm open for suggestions.
--
Ticket URL: <http://trac.turbogears.org/ticket/2267#comment:6>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---