Martin wrote:

> As Muz pointed out, request parameters are immutable, since they are a
> representation of the request as sent by the client. If you need to
> modify them, you'll need to first copy them to some other location,
> and then base your logic on the copy instead.

Thank you for the explanation. I moved the code to another place and all
seems to be ok.

...Rolf


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to