Hi,
I noticed a strange behavior in my urls when sessions expire. When I want to write accents in my url (when I use Pier-Blog for example), the special characters are transformed in escape http symbol: 'Étoile' normally becomes '%C9toile'. It works great and my navigation/anchors have good shape. But when my session expires, the same anchors with the good '%C9toile' string in the goto url is corrupted to '%C9%B4oile' when the url is parsed and requested. I think the problem concerns the way Seaside rewrites urls when session expires in order to remove the unused key parameters. I use seaside 2.8a1-lr.220 (I think I noticed this problem in 2.7 too), KomHTTPServer-gk.14 and KomServices-gk.3. The 11 tests of WAUrl and WAPlatform pass well on squeak 3.9/3.10 (both Damien dev images). Maybe german and japanese Seaside people had experienced such a behavior. -- Martial _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
I precise that I tested it on different WM and OS and it yields to the same
result. I simply created new entry point in the dispatcher with accentued character and it didn't work too. I tested with WAKom and WAkomEncoded39 (I used it because I need to manage/test strings in my 3.9 images). Cheers, -- Martial Martial Boniou a écrit : | Hi, | | I noticed a strange behavior in my urls when sessions expire. When I | want to write accents in my url (when I use Pier-Blog for example), the | special characters are transformed in escape http symbol: 'Étoile' | normally becomes '%C9toile'. It works great and my navigation/anchors | have good shape. But when my session expires, the same anchors with the | good '%C9toile' string in the goto url is corrupted to '%C9%B4oile' when | the url is parsed and requested. | | I think the problem concerns the way Seaside rewrites urls when session | expires in order to remove the unused key parameters. | | I use seaside 2.8a1-lr.220 (I think I noticed this problem in 2.7 too), | KomHTTPServer-gk.14 and KomServices-gk.3. The 11 tests of WAUrl and | WAPlatform pass well on squeak 3.9/3.10 (both Damien dev images). | | Maybe german and japanese Seaside people had experienced such a | behavior. | | -- | Martial | | _______________________________________________ | Seaside mailing list | [hidden email] | http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
No news but a created a bug for it so we don't lose it:
http://bugs.squeak.org/view.php?id=6490 Cheers Philippe 2007/5/11, Martial Boniou <[hidden email]>: > I precise that I tested it on different WM and OS and it yields to the same > result. I simply created new entry point in the dispatcher with accentued > character and it didn't work too. I tested with WAKom and > WAkomEncoded39 (I used it because I need to manage/test strings in my > 3.9 images). > > Cheers, > > -- > Martial > > Martial Boniou a écrit : > | Hi, > | > | I noticed a strange behavior in my urls when sessions expire. When I > | want to write accents in my url (when I use Pier-Blog for example), the > | special characters are transformed in escape http symbol: 'Étoile' > | normally becomes '%C9toile'. It works great and my navigation/anchors > | have good shape. But when my session expires, the same anchors with the > | good '%C9toile' string in the goto url is corrupted to '%C9%B4oile' when > | the url is parsed and requested. > | > | I think the problem concerns the way Seaside rewrites urls when session > | expires in order to remove the unused key parameters. > | > | I use seaside 2.8a1-lr.220 (I think I noticed this problem in 2.7 too), > | KomHTTPServer-gk.14 and KomServices-gk.3. The 11 tests of WAUrl and > | WAPlatform pass well on squeak 3.9/3.10 (both Damien dev images). > | > | Maybe german and japanese Seaside people had experienced such a > | behavior. > | > | -- > | Martial > | > | _______________________________________________ > | Seaside mailing list > | [hidden email] > | http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Thanks!
-- Martial Philippe Marschall a écrit : | No news but a created a bug for it so we don't lose it: | http://bugs.squeak.org/view.php?id=6490 | | Cheers | Philippe _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |