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