FileDirContext tests fail

2002-01-09 Thread Jason Harrop
I successfully built Tomcat 4 from CVS today. But the test target yields 4 failures out of 8 run (see below). thanks Jason --- build-tests: [mkdir] Created dir: /usr/java/jakarta/jakarta-tomcat-4.0/catalina/build/tests [javac] Compiling 5 source files to /usr/java/jak

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin HostAction.java HostForm.java SetUpHostAction.java ApplicationResources_en.properties ApplicationResources_es.properties ConnectorForm.java LabelValueBean.java ServerForm.java ServiceForm.java SetUpConnectorAction.java SetUpServerAction.java SetUpServiceAction.java TomcatTreeBuilder.java

2002-01-09 Thread patrickl
patrickl02/01/09 19:41:14 Modified:webapps/admin connector.jsp server.jsp service.jsp webapps/admin/WEB-INF struts-config.xml webapps/admin/WEB-INF/classes/org/apache/webapp/admin ApplicationResources_en.properties

Re: Dealing with the Tomcat 3.3 "aux.jsp" DOS problem and a Tomca t 3. 3.1 release

2002-01-09 Thread Bojan Smojver
Larry Isaacs wrote: > Since it won't be possible to fetch the "patched 3.3" from > CVS using a tag or branch, I'm reluctant to give it a normal > version number. "3.3a" seems like a reasonable alternative. > I'll provide full tar.gzs and zips in addition to jars to update > an existing Tomcat 3

RE: Apache mod_jk Ajp13 Tomcat 4 shutdown delay, bug?

2002-01-09 Thread Kevin Seguin
> > I am using Apache mod_jk and Ajp13 to connect to Tomcat 4. > When shutting down Tomcat 4 it takes about 15 seconds when > using apache for the tomcat process to complete, > when using Tomcat 4 standalone shutdown and termination of > the process happens almost immediately. > > Has anyone el

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4 Ajp13Processor.java

2002-01-09 Thread seguin
seguin 02/01/09 19:03:59 Modified:jk/java/org/apache/ajp/tomcat4 Ajp13Processor.java Log: a quick patch to attempt to shorten shutdown time, plus some additional logging. the idea is simple: set a flag when the processor is handling a request, then when stopping, only wai

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4 Ajp13Connector.java

2002-01-09 Thread seguin
seguin 02/01/09 18:53:40 Modified:jk/java/org/apache/ajp/tomcat4 Ajp13Connector.java Log: if the connector has been stopped, don't reopen server socket when an IOException is thrown. Revision ChangesPath 1.11 +18 -6 jakarta-tomcat-connectors/jk/java/org/apac

[PATCH] jakarta-tomcat-4.0/webapps/admin

2002-01-09 Thread Manveen Kaur
Hi, Please commit my patch to the head branch. thanks, Manveen Comments: --- * Made the main page title for each screen the same as (i.e. in sync with) the label of the node that is selected. * Added Host editing and viewing functionality. The values are read/written to the correspondi

Re: mod_webapp and other connectors status...

2002-01-09 Thread Daniel Rall
"Craig R. McClanahan" <[EMAIL PROTECTED]> writes: >> I believe that 4.1-dev is the tip of the HEAD, 4.0.2-dev is the tip of >> tomcat_40_branch. > > That's correct. > > Currently I'm only building nightly distributions from the HEAD branch, > but it would be fairly straightforward to do nightly b

Re: Dealing with the Tomcat 3.3 "aux.jsp" DOS problem and a Tomcat 3. 3.1 release

2002-01-09 Thread Bill Barker
- Original Message - From: "Bojan Smojver" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, January 09, 2002 5:26 PM Subject: Re: Dealing with the Tomcat 3.3 "aux.jsp" DOS problem and a Tomcat 3. 3.1 release > [EMAIL PROTECTED] wrote: > > > So far th

RE: Dealing with the Tomcat 3.3 "aux.jsp" DOS problem and a Tomcat 3. 3.1 release

2002-01-09 Thread Larry Isaacs
Because most of the changes have been bug fixes, I'm figuring the 3.3.1 final will follow the beta a week later, maybe two. Then, 3.3.2 can follow at its own pace. Unlike prior releases, I plan to give it a good testing as part of developing the release plan. I have typically left this to whe

DO NOT REPLY [Bug 5773] - WebXmlReader keeps warnings to itself

2002-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Dealing with the Tomcat 3.3 "aux.jsp" DOS problem and a Tomcat 3. 3.1 release

2002-01-09 Thread Bojan Smojver
[EMAIL PROTECTED] wrote: > So far the changes in 3.3 tree were only bug fixes and > what I've seen so far was pretty clear and simple - > I think the head of 3.3 is as good or better than 3.3.0. There were a few new features as well (at least STM pooling and SSLSessionID checks), but they shou

DO NOT REPLY [Bug 5773] - WebXmlReader keeps warnings to itself

2002-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5773] New: - WebXmlReader keeps warnings to itself

2002-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: mod_webapp and other connectors status...

2002-01-09 Thread Craig R. McClanahan
On Wed, 9 Jan 2002, Daniel Rall wrote: > Date: Wed, 09 Jan 2002 15:23:54 -0800 > From: Daniel Rall <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Re: mod_webapp and other connectors status... > > GOMEZ Henri

Re: Dealing with the Tomcat 3.3 "aux.jsp" DOS problem and a Tomcat3. 3.1 release

2002-01-09 Thread cmanolache
So far the changes in 3.3 tree were only bug fixes and what I've seen so far was pretty clear and simple - I think the head of 3.3 is as good or better than 3.3.0. We could also take 3.3.0, replace tomcat_utils.jar and label it 3.3.1 - and then in 2-3 weeks release 3.3.2 with te head. But I'm +

Dealing with the Tomcat 3.3 "aux.jsp" DOS problem and a Tomcat 3.3.1 release

2002-01-09 Thread Larry Isaacs
Hi All, With the amount of spare time I have at the moment, I am not able to put together a Tomcat 3.3.1 release in short order. Doing things quickly is not my forte and the earliest I could do a 3.3.1-beta1 would be the following weekend, i.e. the weekend of the 20th. In addition, I would rat

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/filters ChunkedOutputFilter.java

2002-01-09 Thread remm
remm02/01/09 15:29:29 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Http11Connector.java http11/src/java/org/apache/coyote/http11/filters ChunkedOutputFilter.java Log: - Add support for output chun

Re: nbio connector

2002-01-09 Thread Daniel Rall
"Attila Szegedi" <[EMAIL PROTECTED]> writes: > Well I didn't want to bring this to the sunlight so soon but since > you brought up the issue: I'm developing a generic non-blocking > server framework for JDK 1.4. > > It handles all subtleties of the non-blocking server's life, such as > non-blocki

Re: mod_webapp and other connectors status...

2002-01-09 Thread Daniel Rall
GOMEZ Henri <[EMAIL PROTECTED]> writes: > BTW: How did we get TOMCAT 4.1 and 4.0.2 ? Which is the head ? I believe that 4.1-dev is the tip of the HEAD, 4.0.2-dev is the tip of tomcat_40_branch. -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http FastHttpDateFormat.java

2002-01-09 Thread remm
remm02/01/09 15:23:24 Modified:util/java/org/apache/tomcat/util/buf HexUtils.java Added: util/java/org/apache/tomcat/util/http FastHttpDateFormat.java Log: - Add the fast HTTP date generator, from Catalina. - Add a contant array to the HexTools,

DO NOT REPLY [Bug 5769] - NT Service display name should not be used as service name

2002-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5769] - NT Service display name should not be used as service name

2002-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5769] New: - NT Service display name should not be used as service name

2002-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin ApplicationResources_es.properties

2002-01-09 Thread patrickl
patrickl02/01/09 12:07:12 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin ApplicationResources_es.properties Log: Updates to Spanish messages Submitted by: Adrian Almenar Revision ChangesPath 1.14 +45 -45 jakarta-tomcat-4

[PATCH]: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/ApplicationResources_es.properties

2002-01-09 Thread Adrian Almenar
Here are some more enhancements for jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/App licationResources_es.properties Please Commit these, Cheers, Adrian Almenar ApplicationResources_es.properties.patch Description: Binary data -- To unsubscribe, e-mail:

Re: KPMG-2002003: Bea Weblogic DOS-device Denial of Service

2002-01-09 Thread Bill Barker
NUL is about the only case-sensitive one in NT/W2K. - Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, January 09, 2002 3:49 AM Subject: Re: KPMG-2002003: Bea Weblogic DOS-device Denial of Service > > > A quic

DO NOT REPLY [Bug 5755] - Servlet cannot use https protocol in URLConnection

2002-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: nbio connector

2002-01-09 Thread Christopher K. St. John
Attila Szegedi wrote: > > (as it stands now in JDK 1.4, a single thread can manage up to 63 > channels so you still need multiple threads, only less than with > blocking approach), > The 63 channel limit is a Windows-only bug in the Beta, designing code around it probably isn't a good idea.

DO NOT REPLY [Bug 5198] - one Apache with two Tomcats via warp failed

2002-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-connectors/webapp/lib pr_warp_config.c

2002-01-09 Thread jfclere
jfclere 02/01/09 09:36:01 Modified:webapp/lib pr_warp_config.c Log: Check the name of the connection to allow multiple Tomcats. PR:5198 Revision ChangesPath 1.8 +8 -1 jakarta-tomcat-connectors/webapp/lib/pr_warp_config.c Index: pr_warp_config.c ==

DO NOT REPLY [Bug 5755] - Servlet cannot use https protocol in URLConnection

2002-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5755] - Servlet cannot use https protocol in URLConnection

2002-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Todo list for 4.0.2 b2

2002-01-09 Thread Paul Hammant
Craig, >Paul, this needs to be turned around as well. *Please* consider that what >you are asking for has a very substantial backwards compatibility cost -- >making this change would mean it's impossible to have compiled Java code >that works with both 4.0.1 and 4.0.2, because the class inherita

DO NOT REPLY [Bug 5764] New: - Key Information Missing--Automatic Application Deployment

2002-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Todo list for 4.0.2 b2

2002-01-09 Thread Craig R. McClanahan
On Wed, 9 Jan 2002, Paul Hammant wrote: > Date: Wed, 09 Jan 2002 12:55:14 + > From: Paul Hammant <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Re: Todo list for 4.0.2 b2 > > Remy, > > >If our helper obj

mod_jk_Apache_1_3_20_EAPI-jakarta_tomcat_3_2_3-NT.zip

2002-01-09 Thread Giovanni Roccia
hi i have spend a few days to get a mod_jk for Apache with EAPI. first i couldn't find an apropriate binary and then i couldn't use the mod_jk.dsp (find in the jakarta-tomcat-3.2.3-src) to build my own dll. now, after building a new makefile (thanks to kevin seguin), i'm owner of a mod_jk.dll tha

DO NOT REPLY [Bug 4334] - ServerName in httpd.conf vs. defaultHost in server.xml Error: addChild: Child name 'hostname.myserver.com' is not unique

2002-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-connectors/webapp/java WarpConfigurationHandler.java

2002-01-09 Thread jfclere
jfclere 02/01/09 06:29:11 Modified:webapp/java WarpConfigurationHandler.java Log: The findChild() needs a lower case name (See setName). PR: 4334 Revision ChangesPath 1.17 +2 -1 jakarta-tomcat-connectors/webapp/java/WarpConfigurationHandler.java Index:

Re: Todo list for 4.0.2 b2

2002-01-09 Thread Remy Maucherat
> Remy, > > >And why don't you want to write your own wrapper (I doubt Embedded is > >adapted to your use case anyway), and put it in the Avalon tree ? That's why > >I do with the various Catalina wrappers Slide has, and it doesn't cause any > >problems. > > > >Also, not having separated interface

Re: Todo list for 4.0.2 b2

2002-01-09 Thread Paul Hammant
Remy, >And why don't you want to write your own wrapper (I doubt Embedded is >adapted to your use case anyway), and put it in the Avalon tree ? That's why >I do with the various Catalina wrappers Slide has, and it doesn't cause any >problems. > >Also, not having separated interfaces and implement

Re: Todo list for 4.0.2 b2

2002-01-09 Thread Remy Maucherat
> Remy, > > >If our helper object for embedding doesn't fit your needs, I suggest you > >write your own instead. It doesn't take long, and it will do what you want > >(including having an interface, so it fits into your virtual OS dream). > > > I am talking about Avalon (another Jakarta project).

RE: [PATCH] RE: mod_webapp and other connectors status...

2002-01-09 Thread Martin van den Bemt
I found an issue I think.. When you stop an webapplication, the application comes available again through webapp (I tried to stop tomcat-docs and it was still reachable by mod_webapp.so), so I think it needs some tweaking.. Mvgr, martin -Original Message- From: [EMAIL PROTECTED] [mailto:

Re: nbio connector

2002-01-09 Thread Mauricio Nuñez
El Miércoles 09 Enero 2002 06:52, Attila Szegedi escribió: > - Original Message - > From: "Remy Maucherat" <[EMAIL PROTECTED]> > To: "Tomcat Developers List" <[EMAIL PROTECTED]> > Sent: 2002. január 8. 17:35 > Subject: Re: nbio connector > > > I'm a bit sceptical about the usefulness of th

DO NOT REPLY [Bug 5762] New: - CGI servlet misses to include port number in HTTP_HOST environment variable

2002-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Todo list for 4.0.2 b2

2002-01-09 Thread Paul Hammant
Remy, >If our helper object for embedding doesn't fit your needs, I suggest you >write your own instead. It doesn't take long, and it will do what you want >(including having an interface, so it fits into your virtual OS dream). > I am talking about Avalon (another Jakarta project). It is not a

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/filters VoidInputFilter.java

2002-01-09 Thread remm
remm02/01/09 04:57:49 Modified:http11/src/java/org/apache/coyote/http11 Constants.java Http11Connector.java InternalInputBuffer.java InternalOutputBuffer.java Added: http11/src/java/org/apache/coyote/http11/filters

Re: Todo list for 4.0.2 b2

2002-01-09 Thread Remy Maucherat
> Remy, > > >Only the core objects have interfaces. Embedded is a helper object, so it's > >not an interface. Just like Catalina is not an interface. > >By the way, I don't see how having an interface makes it easier to work with > >Catalina. The only useful thing with interfaces is if you want to

Re: Todo list for 4.0.2 b2

2002-01-09 Thread Paul Hammant
Remy, >Only the core objects have interfaces. Embedded is a helper object, so it's >not an interface. Just like Catalina is not an interface. >By the way, I don't see how having an interface makes it easier to work with >Catalina. The only useful thing with interfaces is if you want to extend or

Re: KPMG-2002003: Bea Weblogic DOS-device Denial of Service

2002-01-09 Thread Remy Maucherat
> > A quick test of Tomcat 4.0.1 returned a blank page > > without hanging. > > I just tried, and the HEAD returned a 404 page for /aux.jsp or /AUX.jsp (I > didn't get a blank page; is that what I was supposed to test ?). I supppose > the filesystem abstraction prevented the DoS bug. After more t

DO NOT REPLY [Bug 3570] - info page reporting wrong server port when using with apache-2.0

2002-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

[PATCH] Minor Jasper cleanup

2002-01-09 Thread Petr Jiricka
Hi, the following patch cleans up some relics and unused code from Tomcat 3.2. Petr Index: TagLibraryInfoImpl.java === RCS file: /home/cvspublic/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compil er/TagLibraryInfoImpl.

Re: KPMG-2002003: Bea Weblogic DOS-device Denial of Service

2002-01-09 Thread Remy Maucherat
> A quick test of Tomcat 4.0.1 returned a blank page > without hanging. I just tried, and the HEAD returned a 404 page for /aux.jsp or /AUX.jsp (I didn't get a blank page; is that what I was supposed to test ?). I supppose the filesystem abstraction prevented the DoS bug. Remy -- To unsubscrib

Re: [PATCH] RE: mod_webapp and other connectors status...

2002-01-09 Thread jean-frederic clere
Martin van den Bemt wrote: > > I tried the latest mod_webapp (build from jakarta-tomcat-connectors, head > branch) and starting up apache before tomcat still gives the error > Web-aplication not yet deployed (in wa_request.c). > I thought : what the hack, let's fix this ;) > Attached the diff to

cvs commit: jakarta-tomcat-connectors/webapp/lib wa_request.c

2002-01-09 Thread jfclere
jfclere 02/01/09 03:26:08 Modified:webapp/lib wa_request.c Log: Call wa_startup() if the application is not deployed. The problem was when starting Apache before Tomcat. Submitted by: Martin van den Bemt, [EMAIL PROTECTED] Revision ChangesPath 1.17 +11 -3 ja

Re: Todo list for 4.0.2 b2

2002-01-09 Thread Remy Maucherat
> Remy, > > >>* Embbeded interface (my email Jan 7th, 18:51) > >> > > > >-1, because it's an API change for cosmetic reasons only. > > > In the head branch again then? > It of course changes nothing if the > class is not renamed. It is not for cosmetic reasons, it will help > third party applicat

Re: KPMG-2002003: Bea Weblogic DOS-device Denial of Service

2002-01-09 Thread Attila Szegedi
Why not just use defaults, and provide a way for an administrator to configure additional reserved filenames. The administrator *SHOULD* know if there are additional dos devices defined on the system... Attila. - Original Message - From: "Jim Seach" <[EMAIL PROTECTED]> To: "Tomcat Dev

DO NOT REPLY [Bug 5078] - org.apache.catalina.connector.http.HttpRequestStream.close() method is too strict - it does not allow to close the stream twice

2002-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 5760] New: - Doc-bug: Inexact documented jars in "Class Loader INFO"

2002-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [PATCH] RE: mod_webapp and other connectors status...

2002-01-09 Thread jean-frederic clere
Martin van den Bemt wrote: > > I tried the latest mod_webapp (build from jakarta-tomcat-connectors, head > branch) and starting up apache before tomcat still gives the error > Web-aplication not yet deployed (in wa_request.c). > I thought : what the hack, let's fix this ;) Great the patch looks

Re: nbio connector

2002-01-09 Thread Attila Szegedi
- Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: 2002. január 8. 20:35 Subject: Re: nbio connector > > I'm not very sure about nbio - most of the time there's a lot > of complexity ( and a different programming model, etc ) - and >

Re: nbio connector

2002-01-09 Thread Attila Szegedi
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: 2002. január 8. 19:19 Subject: Re: nbio connector > > I agree on both the points above. > Especially the first one actually, since you can avoid wasting a thread on >

Re: nbio connector

2002-01-09 Thread Attila Szegedi
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: 2002. január 8. 17:35 Subject: Re: nbio connector > > I'm a bit sceptical about the usefulness of the thing, then, since reading > and parsing requests headers is by

Re: Functional spec for JNDI Realm

2002-01-09 Thread John Holman
Tony t 02:58 09/01/02, Tony Dahbura wrote: >I think what Craig is referring to for role retrieval is the idea that the >roles a >user is a member of are stored in the user's directory entry. This >approach allows >entry to a group by adding that attribute to the specific user entry. > >The rol

DO NOT REPLY [Bug 5759] New: - CGI servlet mapping by extension *.cgi does not work

2002-01-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu