Hello again.

I think I found a minor bug in the Apache::AxKit::Plugin::Session
module. In the save_reason subroutine, a session variable
auth_location is set, which contains the current location, so that
when a user is redirected to a login screen, it will go back to the
location afterwards. All POST and GET variables, will be inserted as
arguments in the URL.

However, for some reason, an '@' is translated into '%40' in the url,
or sometimes '%2540' (or even '%252540') and this is not recognised as
an @ by forms that read from the args. Of course, as simple regexp
search-and-replace will do the trick, as far as I know there's no
problem with an @ occurring in the URL.

It's probably at the very bottom of the hierarchy of bugs, but I
thought I'd let you know anyway.

Martijn.

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

Reply via email to