I'll ask Allaire for that specific question.
Thanks anyway to all those that relied

Best regards
Sylvain



>
>In that case it's a bug in JRun. Even if they today (in their 2.1 compliant
>servlet container) use a regular HTTP parameter to send the session ID,
>encodeURL() should encode the URL according to their conventions, i.e.
>something like
>
>  /servlet/foo?jrunsessionid=1234
>
>And they should be able to handle a POST with both a query string and
parameters
>passed in the POST body. Merging query string and body params has been in
the
>Servlet spec since 2.1 I believe. If they handle this right, the original
problem
>(with POST parameters not being available with request.getParameter()) when
doing
>a file upload would be solved as well, since the query string parameter is
available
>even with a multipart request.
>
>Hans
>PS.It's probably better to bring this discussion to a JRun forum, since it
>seems like it's a product specific problem.
>--
>Hans Bergsten           [EMAIL PROTECTED]
>Gefion Software         http://www.gefionsoftware.com
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
>FAQs on JSP can be found at:
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to