You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Mark R. Diggory" <md...@latte.harvard.edu> on 2000/11/30 17:11:01 UTC

Passing Parameters to Xalan's DefaultApplyXSL Servlet

We're encountering problems with passing a large number of parameters 
(greater than 100) to the DefaultApplyXSL Servlet. Is there a limit to 
the number of parameters that may be passed into the Servlet or into 
Xalan1.2.1 itself? Are there limits on the number of parameters that may 
be passed into Xalan2?

-thank you
Mark Diggory


Re: Passing Parameters to Xalan's DefaultApplyXSL Servlet

Posted by "Mark R. Diggory" <md...@latte.harvard.edu>.
Definitly using POST. -Mark

Rick Bullotta wrote:
> 
> Make sure you are using an HTTP POST, and not a GET - many times there is a
> limit on the size of the GET request...
> 
> -----Original Message-----
> From: Mark R. Diggory [mailto:mdiggory@latte.harvard.edu]
> Sent: Thursday, November 30, 2000 11:11
> To: xalan-dev@xml.apache.org
> Subject: Passing Parameters to Xalan's DefaultApplyXSL Servlet
> 
> We're encountering problems with passing a large number of parameters
> (greater than 100) to the DefaultApplyXSL Servlet. Is there a limit to
> the number of parameters that may be passed into the Servlet or into
> Xalan1.2.1 itself? Are there limits on the number of parameters that may
> be passed into Xalan2?
> 
> -thank you
> Mark Diggory

RE: Passing Parameters to Xalan's DefaultApplyXSL Servlet

Posted by Rick Bullotta <Ri...@lighthammer.com>.
Make sure you are using an HTTP POST, and not a GET - many times there is a
limit on the size of the GET request...

-----Original Message-----
From: Mark R. Diggory [mailto:mdiggory@latte.harvard.edu]
Sent: Thursday, November 30, 2000 11:11
To: xalan-dev@xml.apache.org
Subject: Passing Parameters to Xalan's DefaultApplyXSL Servlet


We're encountering problems with passing a large number of parameters
(greater than 100) to the DefaultApplyXSL Servlet. Is there a limit to
the number of parameters that may be passed into the Servlet or into
Xalan1.2.1 itself? Are there limits on the number of parameters that may
be passed into Xalan2?

-thank you
Mark Diggory