> -----Original Message-----
> From: Dick Zetterberg [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, March 27, 2003 6:20 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [OS-webwork] URL tag submitted
> 
> 
> Hi,
> 
> I just had a look at the WW2 URL tag and then looked back at 
> this discussion. The reason for the HttpUtils parseQuery etc, 
> I think was that the URL tag was changed to only include the 
> GET parameters rather than all parameters (including posted 
> ones) that you retrieve with the getParameterMap method. This 
> default behaviour was changed for 1.3 (by Rickard I believe). 
> And I guess that when doing so it was also needed to handle 
> the # specially. I'm about to commit a change for 1.3 which 
> allows the tag to work both ways, include all or only get 
> parameters. This is needed for backwards compatibility reasons.
> 
> So right now it looks like the WW2 version works like the old 
> WW1.2.1 version which always included all parameters.
> 
> Best regards,
> 
> Dick Zetterberg
> [EMAIL PROTECTED]
> 

Doesn't request.getRequestURI() get you all of the GET params? If we
just dumped the request.getParameterMap() stuff, would that work to not
send along the POST parameters?

Jason


-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to