> Well it still is in GET method because the url does still exist with the
> ?plop=foobar but in case I want to use POST method (which I will as my
> form has huge textarea) everything disappear.
> Also this is a turn around I don't like, I would first understand why it
> doesn't work, and if I can fix it.
I  browsed the the apache source, and it looks to me that the message body
is simply read and dumped into the bit bucket on a 404 with an ErrorDocument
(and thus isn't passed as part of the internal request to the ErrorDocument
itself).  Perhaps you ought to ask the apache list.




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to