kosa at heckler-koch.cz
kosa at heckler-koch.cz
Fri Feb 29 20:00:22 EST 2008
Clodoaldo wrote: > 2008/2/29, kosa at heckler-koch.cz <kosa at heckler-koch.cz>: > >> hi all >> >> i have found out, that when sending text from our python based site from >> ajax to python i get lost all the strings after the semicolon. >> for example if i wrote >> >> hi;all >> >> ajax will send me hi;all, but python receives only hi . I was searching >> a while for some post/get errors with semicolon, but did not succeed. I >> believe there should be some problem in our mod python handler or this >> should be fixed on other place? >> > > Are you using get? If so try replacing the ; for %3b and see if it helps. > > Regards, Clodoaldo Pinto Neto > > >> should i add some more rule to handler or not? >> >> thank you for advice >> pavel >> _______________________________________________ >> Mod_python mailing list >> Mod_python at modpython.org >> http://mailman.modpython.org/mailman/listinfo/mod_python >> >> > > hi and thankx for fast answer. Yes i am using get. Unfortunately the part of ajax is black box for me(and i know ajax is escaping spaces and other characters, but not semicolon) so i am looking rather for python solution. pavel
|