-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Lionel MARTIN wrote:
>> There is not bug.
> Perhaps not a bug, but the behaviour with request_args => "mod_perl" is
> really weird:
> http://myserver/test.html?myarg=%E7  => not working
> http://myserver/test.html?myarg=%E7%E7  => working
> Just changing "mod_perl" into "CGI" makes it perfectly work. Am I
> missing something?
Sorry, I rushed without completely answering :(
What I was meaning is: there is no bug until tests confirm it. By
"tests" I really mean a provable test case (you know, as in "make
test"). Without that, with all your approximations (versions, modules,
environment, etc), we're just piling up a "story" :(

> I basically know what's the difference between mod_perl (ie precompiled
> components) and CGI (ie components run as scripts)
Lost the context: we were talking about args_method (a.k.a. the “Method
to use for unpacking GET and POST arguments”). So, in that context
(still running under mod_perl vXXX):
> But here, when specifying args_method => "CGI", I suppose that my
> components are still precompiled, aren't they?
Yes, they are.

> I don't exactly know what args_method => "CGI" implies?
It's just about using far slower methods (CGI.pm's) rather than those
provided by apreq library/modules. For proper documentation, check:
  http://www.masonhq.com/docs/manual/Params.html#args_method


> I really feel that I should better move to Linux in a near future, as
> really few people seem to be using Win32 for Apache/mod_perl/mason.
No! If you feel better with win32, and have the time and will to help
building a reliable win32 “LAMP” platform, then keep on using it and
please report as many bugs as you may find. :)

Your only problem until now was this inexact enumeration of your
environment.

With this thing fixed, then we should move on to really try  debugging
that problem of yours, as long as you succeed creating a provable test
case. I'm sure there are some more folks on this list wishing to help,
but without that test case... you're all alone :(

(And yes, I failed reproducing your problem on Linux/FreeBSD, POSIX/UTF8
locale, perl 5.8.8, apache 1.3.34, html-mason 1.32, libapreq 1.31).

- --
Marius Feraru
-----BEGIN PGP SIGNATURE-----

iD8DBQFEFtGxtZHp/AYZiNkRAnJyAJoC8k20ih1DsdstkSeFRIucrL9YsQCbBYhz
YOxvanheAQNOhJ5WA8wlWaE=
=jqzM
-----END PGP SIGNATURE-----


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to