uncommenting this part helps
(you have to add a ";" after "path_info" in the last line otherwise you get a 
syntax error)

one thing remains, though. when specifying a "form action=foo.xml"
I now have to write "form action="/xml/foo.xml"

but this seems correct so this error is on my side I think.

markus


>
> Ah, it could well be this that I commented out in AxKit.pm:
>
>     # Someone help me remember why I added this???
>     # my $uri = $r->uri();
>     # my $path_info = $r->path_info();
>     # $uri =~ s/\Q$path_info\E$//;
>     # $r->uri($uri);
>     # $ENV{PATH_INFO} = $path_info
>
> I think you've just helped me remember why I added that ;-)
>
> Try commenting it out and see if the problem goes away.

-- 
Markus Jais
Software Developer
GMX Aktiengesellschaft
Riesstra�e 17, 80992 M�nchen
Phone: +49 89 14 339-514
mailto:[EMAIL PROTECTED]
http://www.gmx.de




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

Reply via email to