Well, one snickers bar and half a coke later, I pulled up Session.pm and
found:

    my (undef, $session, $rest) = split /\/+/, $r->uri.$r->args, 3;

which gloms "....edit_user.xsp" (the URI) and "name=tom" (the args)
together, then these are later stuck back into $r->uri() (giving
"/path/to/edit_user.xspname=tom").  I dropped the ".$r->args" and now it
works fine.

I've no idea whether this is an old bug, something new, or something crazy
that I've done, but in the event it's a bug, well, here's (possibly) a fix.


W/out starting a religious discussion or flame war (sometimes the difference
is subtle :) ), are there any alternatives to Session/Auth?  They've got
great potential, but seem a bit rough, still...

david.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to