The only difference I can see in your email is the slash. That's something that shouldn't be affected by URL rewriting at all.
I'm attaching the HTML page I received when I viewed your URL for the first time (using Firefox).
On Thu, Mar 20, 2014 at 10:16 AM, Nicolas Neuss neuss@scipolis.de wrote:
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