#2412: TG 2.1a2 mishandling url parameters
------------------------+---------------------------------------------------
 Reporter:  khorn       |       Owner:                  
     Type:  defect      |      Status:  new             
 Priority:  normal      |   Milestone:  __unclassified__
Component:  TurboGears  |     Version:  2.1a1           
 Severity:  normal      |    Keywords:                  
------------------------+---------------------------------------------------
 reported by Robert Forkel on the mailing list:

 {{{
 hi all,
 after upgrading from tg 2.0.3 to tg 2.1a2 (with webob 0.9.6.1 and
 paste 1.7.2) i ran into the following problem:
 parameters for controllers are handled differently depending on how
 they are passed. with 2.0.3 for  both urls
 http://localhost:8080/about/Abip%C3%B3n
 and
 http://localhost:8080/about?arg1=Abip%C3%B3n
 the value Abip%C3%B3n was url decoded and passed to the controller as
 unicode object. now this only the case with the latter; with the first
 version, the controller receives arg1= 'Abip%C3%B3n'.
 is this a bug or an intended change?
 regards,
 robert
 }}}

 actually apples to 2.1a2 but there's no version in Trac for that

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