Edi Weitz edi@agharta.de writes:
The URL rewrite code should treate <A HREF ...> exactly like <FORM ACTION ...> (and that seems to work, at least for me). Is something else in your code (or maybe on the client side, with Javascript) manipulating the content?
Hi Edi,
does that means that if you access my URL
http://yyy.math.fau.de/wissen/admin-login?nr=4
for the first time, the downloaded page source contains a line like
<form method=post action='admin-login?nr=4&hunchentoot-session=...'>
instead of
<form method=post action='/admin-login?nr=4&hunchentoot-session=...'> ^ !
??
Thanks for the feedback,
Nicolas