Re: CGI support servlet (TC 4) -- feedback wanted

2001-04-11 Thread Martin Dengler
Amy, Thanks for the feedback -- I have not been able to finish my changes but will take advantage of the upcoming weekend and look forward to getting something together for tester. Martin Amy Roh wrote: >> Right now they are basically the same scripts that I added to the >> examples weba

Re: CGI support servlet (TC 4) -- feedback wanted

2001-04-03 Thread Amy Roh
> Right now they are basically the same scripts that I added to the > examples webapp. So, should I just duplicate the scripts so we have one > set in /webapps/examples/WEB-INF/cgi-bin and one set in > /tester/src/bin? Or would the tester/src/bin/tester.xml > simply have some targets which teste

Re: CGI support servlet (TC 4) -- feedback wanted

2001-04-02 Thread martin
Mel Martinez wrote: > --- Bip Thelin <[EMAIL PROTECTED]> wrote: > [snip] >> >> +1 on having CGI in web.xml but commented out, >> regarding SSI I suggest >> we add a configure property(like Apaches NoExec) >> that set's whether #exec is >> allowed or not. And if that property is not set it >>

Re: CGI support servlet (TC 4) -- feedback wanted

2001-04-02 Thread martin
Amy, Thanks for the feedback; see comments inline. Martin Amy Roh wrote: > Hi Martin, > > See comments below. > > Martin Dengler wrote: > [snip] >>> If so, would people prefer I do that myself and >>> submit a load of file patches for the commit of the CGI servlet & >>> related files

Re: CGI support servlet (TC 4) -- feedback wanted

2001-04-02 Thread martin
Craig R. McClanahan wrote: > > On Mon, 2 Apr 2001, Amy Roh wrote: > > >> Hi Martin, >> >> See comments below. >> >> Martin Dengler wrote: >> >> [snip] >>> 1) Name, Package, and Inner Classes: >>> >>> Name: Current name is CGIGatewayServlet. The rationale is "this is the >>> first na

Re: CGI support servlet (TC 4) -- feedback wanted

2001-04-02 Thread Mel Martinez
--- Bip Thelin <[EMAIL PROTECTED]> wrote: > "Craig R. McClanahan" wrote: > > > > > > > > > > 2) Addition to default context > > > > > > > > Would this CGI servlet be added to the default > context similar to > > > > SsiInvokerServlet? > > > > > > Yes. > > > > > > > I would suggest that we do th

Re: CGI support servlet (TC 4) -- feedback wanted

2001-04-02 Thread Bip Thelin
"Craig R. McClanahan" wrote: > > > > > > > 2) Addition to default context > > > > > > Would this CGI servlet be added to the default context similar to > > > SsiInvokerServlet? > > > > Yes. > > > > I would suggest that we do this, but leave it commented out. The reason > is that the potential f

Re: CGI support servlet (TC 4) -- feedback wanted

2001-04-02 Thread Glenn Nielsen
"Craig R. McClanahan" wrote: > > On Mon, 2 Apr 2001, Amy Roh wrote: > > > Hi Martin, > > > > See comments below. > > > > Martin Dengler wrote: > > > > > > 2) Addition to default context > > > > > > Would this CGI servlet be added to the default context similar to > > > SsiInvokerServlet? > > > >

Re: CGI support servlet (TC 4) -- feedback wanted

2001-04-02 Thread Craig R. McClanahan
On Mon, 2 Apr 2001, Amy Roh wrote: > Hi Martin, > > See comments below. > > Martin Dengler wrote: > > > I am putting together the next round of updates to the CGIGatewayServlet > > which provides CGI capabilities (especially if you map it to /cgi-bin/* :)). > > > > Hopefully this will take i

Re: CGI support servlet (TC 4) -- feedback wanted

2001-04-02 Thread Amy Roh
Hi Martin, See comments below. Martin Dengler wrote: > I am putting together the next round of updates to the CGIGatewayServlet > which provides CGI capabilities (especially if you map it to /cgi-bin/* :)). > > Hopefully this will take it to full beta-level; I would like to get it > to a point

CGI support servlet (TC 4) -- feedback wanted

2001-03-31 Thread Martin Dengler
I am putting together the next round of updates to the CGIGatewayServlet which provides CGI capabilities (especially if you map it to /cgi-bin/* :)). Hopefully this will take it to full beta-level; I would like to get it to a point where it can be included in CVS & the next beta of Tomcat 4.0.