Martin Hierling wrote:
> Hello,
>
> after a terrific night, i finally found the bug.
>
> <form action="/script" > dont work, <form action="/script/" > did the job.
> I think there is an internal rewrite (apache) that kills the var data.
Yep, you got it. Midgard sends a redirect for this, and the browser
doesn't resend the data. It will probably work with
action="/script.html" too.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]