Hi.
I've noticed that when setting $r->user($value) if $value is a string
with the UTF8 flag on, calling $r->user returns the string without the
UTF8 flag on again.
In other words, this code:
use Devel::Peek;
$r->user($user);
warn Dump($user);
warn Dump($r->user);
If I pass $user = "úser"
the
Hello mod_perl-ers,
I'm seeing a fair amount of these in my apache error log:
Apache2::Filter internal flush: (-3) Unknown error 4294967293 at -e line 0
I'm running apache 2.2.29, mod_perl 2.0.8 on linux.
Looking at the source code, it looks like I'm getting into this else-block
in 'src/modules