----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "Vincent Massol" <[EMAIL PROTECTED]>
Sent: Thursday, October 11, 2001 10:20 PM
Subject: Re: Sending data to a servlet
> Hi Vincent,
>
> Has anyone started work on modifying Cactus to send its parameters
> through the query string?
no, I wanted to do it during the past week but have not found the time.
>
> If not I will try this weekend.
>
good ! Please go ahead :-) You can submit your modifications to the mailing
list with the word [PATCH] in the subject of the mail. Please try to submit
diffs (it is easier to integrate them in the code). Thanks !
> One 'gotcha' appears to be in ServletURL which currently passes the
> URL to simulate with 'addParameter'. Embedding the query string to
> simulate within another query string might cause problems.
>
> One possible solution is to encode the simulated query string
> (Base64?) and decode it on the server.
>
I don't think I understand what you mean. The user can pass it's http
parameters either in the query string or withing the http request body.
Cactus passes its internal data only in the http request. The only thing we
must be careful about choosing different parameter names from the user ones
(and that's already being done in the current Cactus).
> Alvin.
-Vincent
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]