#2267: Error on object dispatch with unicode paths
------------------------+---------------------------------------------------
 Reporter:  droggisch   |       Owner:        
     Type:  defect      |      Status:  new   
 Priority:  normal      |   Milestone:  2.0rc1
Component:  TurboGears  |     Version:  2.0b7 
 Severity:  normal      |    Keywords:        
------------------------+---------------------------------------------------
 When dispatching a url like

 '''http://myhost/some/path/äö'''

 TG2 bails out because it tries to find an attribute with the name u"äö" in
 the controller hierarchy. This fails, because python 2.X doesn't allow
 unicode function name literals.

 But this might still be a valid url, in case a default-method is given and
 captures the remaining path components.

 The attached patch fixes the issue, together with another one I will
 create a different ticket for.

-- 
Ticket URL: <http://trac.turbogears.org/ticket/2267>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to