[opencms-dev] Forwarding and multipart formdata

Christian Steinert christian_steinert at web.de
Sat Aug 5 14:18:55 CEST 2006


Florian Hopf schrieb:
> Hi Christian,
> 
> Christian Steinert schrieb:
>> This is just HTTP.
>>
>> Forwarding and POST are contradictory, because they are different HTTP
>> operation.
>>   
> I can't imagine that forwarding is specified in the http protocol, but
> please correct me if I'm wrong. Forwarding is internal to the server so
> it can't really be compared to a POST.
> 

Ah, I see what you meen.

I thought about the HTTP codes 301 / 302 (moved temporarily / moved
permanently) which indeed lead to a client-side redirect. I don't know
which type of redirect (internal or external) is triggered by your code.

Please make sure that your browser URL doesn't change, if you do your
redirect.

If it is a server-internal redirect then of course it just means that
the processing pipline calls up yet another handler to process the
request. In that case I agree with you - then request should contain
everything that has been sent from the client - including uploads. If
that doesn't work, you can probably only write a bug report.

Christian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3269 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20060805/604281af/attachment.bin>


More information about the opencms-dev mailing list