[JBoss-dev] [JBossWeb] - Re: doPost method is passed the query string from the URI

2004-02-26 Thread uhurusurfa
I have not verified this but it appears as if the GET parameters override the POST 
parameters... if this is the case, I assume that the code gets both the POST and GET 
parameters of the inbound request and merges the two into a single query string.. GET 
being done last so it overrides the POST params.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823063#3823063

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823063


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWeb] - doPost method is passed the query string from the URI

2004-02-12 Thread uhurusurfa
View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821313#3821313

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821313

I have a form using a POST method but the query string that is passed into the doPost 
method is the URI query string. How do I access the POST parameters? (ie. if I print 
req.getQueryString().toString() then the parameters are what is in the URI bar NOT the 
POST params)


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development