cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 jk_service_apache2.c

2002-10-18 Thread mturk
mturk 2002/10/18 00:35:06 Modified:jk/native2/server/apache2 jk_service_apache2.c Log: Fix the bug 12699. Use the table_add instead of table_set for multivalue headers. Revision ChangesPath 1.30 +7 -4 jakarta-tomcat-connectors/jk/native2/server/apache2/jk_s

DO NOT REPLY [Bug 13733] - Unpack War files

2002-10-18 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 12699] - Only one cookie sent back to Apache2 with mod_jk2 and Tomcat4.1

2002-10-18 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/coyote/src/java/org/apache/coyote/tomcat5 CoyoteConnector.java

2002-10-18 Thread billbarker
billbarker2002/10/17 22:58:53 Modified:coyote/src/java/org/apache/coyote/tomcat5 CoyoteConnector.java Log: Port from tomcat4, including Jon's suggested optimization. Revision ChangesPath 1.3 +9 -5 jakarta-tomcat-connectors/coyote/src/ja

DO NOT REPLY [Bug 13726] - WAR files does not unpack/extract automatically

2002-10-18 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 13392] - When tag pooling is enabled, release() is not called on tag instances

2002-10-18 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 12549] - j_security_check is not handled correctly when authenticated

2002-10-18 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 11891] - JspC does not work for webapps

2002-10-18 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-jasper/jasper2/src/share/org/apache/jasper/resources messages.properties

2002-10-18 Thread luehe
luehe 2002/10/17 15:56:02 Modified:jasper2/src/share/org/apache/jasper/compiler Validator.java jasper2/src/share/org/apache/jasper/resources messages.properties Log: Check array returned by TagExtraInfo.getVariableInfo() for non-emptiness inst

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Collector.java Dumper.java Generator.java ImplicitTagLibraryInfo.java JspDocumentParser.java JspUtil.java Mark.java Node.java Parser.java ScriptingVariabler.java TagFileProcessor.java TagLibraryInfoImpl.java Validator.java

2002-10-18 Thread luehe
luehe 2002/10/17 13:43:07 Modified:jasper2/src/share/org/apache/jasper/compiler Collector.java Dumper.java Generator.java ImplicitTagLibraryInfo.java JspDocumentParser.java JspUtil.java Mark.java Node.java Parser.j

DO NOT REPLY [Bug 12699] - Only one cookie sent back to Apache2 with mod_jk2 and Tomcat4.1

2002-10-18 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 13755] New: - Coyote connector cannot run from read-only directory (security hole)

2002-10-18 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: jakarta-tomcat-connectors/jk will no longer build

2002-10-18 Thread Patrick Luby
Costin, Costin Manolache wrote: No, the tomcat4 package shouldn't compile with tomcat5. I think we need a way to distinguish tomcat4 from tomcat5 in the conditions. Or a flag that is set by the tomcat5 build ( probably better ). I added a "org.apache.ajp.tomcat5" package in jakarta-tomcat-c

DO NOT REPLY [Bug 13723] - Bootstrap: Class loader creation threw exception

2002-10-18 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 13755] - Coyote connector cannot run from read-only directory (security hole)

2002-10-18 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

[5]: ant native for Connectors fails:

2002-10-18 Thread Brzezinski, Paul J
Trying to build Jakarta Tomcat Connectors from 5.0.0 source: In jakarta-tomcat-connectors/jk Ant native complains about cc not being found, on Solaris 8, I have gcc in /em/opt/bin/gcc. I have no idea how to tell ant that it should use gcc or /em/opt/bin/gcc instead of cc, and no idea how to conf

Re: Possible mod_jk patch with ap_get_server_name

2002-10-18 Thread Henri Gomez
[EMAIL PROTECTED] wrote: Hi, I am a new subscriber and have a potential patch to mod_jk. It uses the apache api to get the s->servername value. This has a benefit in that is pays attention to the UseCanonicalName setting within apache. So if a site has lots of ServerAlias entries only 1 en

DO NOT REPLY [Bug 13741] New: - TagSupport not release all attributes

2002-10-18 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

Possible mod_jk patch with ap_get_server_name

2002-10-18 Thread paul
Hi, I am a new subscriber and have a potential patch to mod_jk. It uses the apache api to get the s->servername value. This has a benefit in that is pays attention to the UseCanonicalName setting within apache. So if a site has lots of ServerAlias entries only 1 entry in server.xml is need

Re: [5]: ant native for Connectors fails:

2002-10-18 Thread Henri Gomez
Brzezinski, Paul J wrote: Trying to build Jakarta Tomcat Connectors from 5.0.0 source: In jakarta-tomcat-connectors/jk Ant native complains about cc not being found, on Solaris 8, I have gcc in /em/opt/bin/gcc. I have no idea how to tell ant that it should use gcc or /em/opt/bin/gcc instead of

Bugzilla bug # 11501...

2002-10-18 Thread Matthew Hamre
I'm running into the problem outlined in bug # 11501. After searching quite a bit, I'm still confused as to how this symlink issue can be worked around. I'm trying to upgrade to 4.1.12, but this error has been a big problem. Any assistance would be greatly appreciated... Is the "allowLinking" opti

DO NOT REPLY [Bug 13731] New: - Final request, response, session and other variables.

2002-10-18 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 13658] - javax.servlet.request.key_size attribute isn't being set

2002-10-18 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 13723] - Bootstrap: Class loader creation threw exception

2002-10-18 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: Possible mod_jk patch with ap_get_server_name

2002-10-18 Thread Mladen Turk
> -Original Message- > From: Henri Gomez > > > > +s->server_name = ap_get_server_name(r); > > > > s->server_port = htons( > r->connection->local_addr.sin_port ); > > s->server_software = (char *)ap_get_server_version(); > > It's seems correct. JF, Mladen what do you

WHY DOES TOMCAT SUSPEND ITSELF?

2002-10-18 Thread Luca Ventura
Hello everybody! I have Tomcat 4.x as Servlet Container and I have seen that sometimes the following strange thing happens When Tomcat doesn't receive requests for a period of time (that can take minutes or hours) it suspends itself and I must restart the service manually because Tomcat doesn

Re: Vote results + Security Audit redirection

2002-10-18 Thread Paul Speed
[reposting from my subscribed account] For what it's worth, I'm not disagreeing that there needs to be another list. Clearly, really serious security issues should at least be delayed from being made public. However, I think there needs to be a bit more paranoia about how this list manifests

Re: Vote results + Security Audit redirection

2002-10-18 Thread Paul Speed
[reposting from my subscribed account] For what it's worth, I'm not disagreeing that there needs to be another list. Clearly, really serious security issues should at least be delayed from being made public. However, I think there needs to be a bit more paranoia about how this list manifests

Re: Bug 13736

2002-10-18 Thread Remy Maucherat
Bill Barker wrote: I don't remember anything like that for 3.3.x (and nothing even close is open in BZ). But, then again, I don't imagine that very many people try and use the Http10Connector in production, and Coyote is only available in the nightly for 3.3 until 3.3.2 comes out. o.a.t.u.net.

Re: Vote results + Security Audit redirection

2002-10-18 Thread Paul Speed
Sorry about the double post. It looked like the other one went out with the original non-subscriber address. -Paul Paul Speed wrote: > > [reposting from my subscribed account] > [snip] -- To unsubscribe, e-mail: For additional commands, e-

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Generator.java Node.java Parser.java TagLibraryInfoImpl.java Validator.java

2002-10-18 Thread luehe
luehe 2002/10/17 14:38:56 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Node.java Parser.java TagLibraryInfoImpl.java Validator.java Log: Check for null before enumerating over array returned by TagInfo.getAttri

DO NOT REPLY [Bug 13742] New: - TagSupport not release all attributes

2002-10-18 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/jk/java/org/apache/ajp/tomcat5 - New directory

2002-10-18 Thread patrickl
patrickl2002/10/17 11:18:28 jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat5 - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-connectors/jk build.properties.autoconf build.properties.sample build.xml

2002-10-18 Thread patrickl
patrickl2002/10/17 11:18:48 Modified:jk build.properties.autoconf build.properties.sample build.xml Log: Add support for Tomcat 5 Revision ChangesPath 1.2 +3 -0 jakarta-tomcat-connectors/jk/build.properties.autoconf Index: bui

DO NOT REPLY [Bug 13726] - WAR files does not unpack/extract automatically

2002-10-18 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-5 build.xml

2002-10-18 Thread patrickl
patrickl2002/10/17 11:20:29 Modified:.build.xml Log: Adjust properties for building jakarta-tomcat-connectors/jk Revision ChangesPath 1.47 +1 -2 jakarta-tomcat-5/build.xml Index: build.xml ==

Re: Vote results + Security Audit redirection

2002-10-18 Thread Henri Gomez
For what it's worth, I'm not disagreeing that there needs to be another list. Clearly, really serious security issues should at least be delayed from being made public. However, I think there needs to be a bit more paranoia about how this list manifests itself. Any "behind closed doors" di

DO NOT REPLY [Bug 13736] - Socket closed unexpectedly

2002-10-18 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/naming/src/org/apache/naming/core BaseContext.java

2002-10-18 Thread costin
costin 2002/10/17 09:44:14 Added: naming/src/org/apache/naming/core BaseContext.java Log: Moved the context stuff in a separate class. This will allow creation of both simple contexts and dir contexts ( by extending BaseContext/BaseDirContext ) Revision ChangesPat

DO NOT REPLY [Bug 13741] - TagSupport not release all attributes

2002-10-18 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/naming/src/org/apache/naming/core BaseNaming.java

2002-10-18 Thread costin
costin 2002/10/17 09:47:14 Added: naming/src/org/apache/naming/core BaseNaming.java Log: Moved the base behavior and the methods that someone should override in the base class. More changes are needed to further simplify the task of creating new contexts. Added the firs

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/core BaseNamingImpl.java

2002-10-18 Thread costin
costin 2002/10/17 09:43:21 Removed: naming/src/org/apache/naming/core BaseNamingImpl.java Log: Note needed. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Vote results + Security Audit redirection

2002-10-18 Thread Paul Speed
For what it's worth, I'm not disagreeing that there needs to be another list. Clearly, really serious security issues should at least be delayed from being made public. However, I think there needs to be a bit more paranoia about how this list manifests itself. Any "behind closed doors" discu

DO NOT REPLY [Bug 13499] - Jasper throws an exception on an immediate pageContext.forward()

2002-10-18 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 13392] - When tag pooling is enabled, release() is not called on tag instances

2002-10-18 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 13741] - TagSupport not release all attributes

2002-10-18 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 13392] - When tag pooling is enabled, release() is not called on tag instances

2002-10-18 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 13742] - TagSupport not release all attributes

2002-10-18 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/naming/src/org/apache/naming/core BaseDirContext.java

2002-10-18 Thread costin
costin 2002/10/17 09:45:14 Modified:naming/src/org/apache/naming/core BaseDirContext.java Log: Remove all 'simple context' code. Remove all 'base behavior' and special methods code. All that remains is base implementation for DirContext methods, using the simplified Base

Re: Vote results + Security Audit redirection

2002-10-18 Thread Costin Manolache
Paul Speed wrote: > Any "behind closed doors" discussions have the potential for alienating > the non-committer community. Determining what conversations are > appropriate for this other list is a very slippery slope. It's :-) Yes, I think I know what you mean. Trust me, you're not the only on

DO NOT REPLY [Bug 13392] - When tag pooling is enabled, release() is not called on tag instances

2002-10-18 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 10541] - Content-length header should be automatically set for buffered Servlets/JSPs

2002-10-18 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 13723] - Bootstrap: Class loader creation threw exception

2002-10-18 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 10541] - Content-length header should be automatically set for buffered Servlets/JSPs

2002-10-18 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 13741] - TagSupport not release all attributes

2002-10-18 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 13700] - XML parser goes Internet when parsing a TLD

2002-10-18 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: Vote results + Security Audit redirection

2002-10-18 Thread Jeff Tulley
It sounds like there is already a "closed" forum for discussing security, CC'ing all who might be interested. Making it a list just makes lives easier for all involved, and the whole thread is not lost and always exclusive only to those CC'd. (If the messages are eventually forwarded to the de

Fw: javadoc on web site

2002-10-18 Thread Warner Onstine
Since noone has responded on the user list, I'm posting this here, hoping someone will put those files back up. -warner - Original Message - From: "Warner Onstine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 16, 2002 10:32 PM Subject: javadoc on web site > Hi gu

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/memory MemoryNamingContext.java

2002-10-18 Thread costin
costin 2002/10/17 09:49:30 Modified:naming/src/org/apache/naming/modules/memory MemoryNamingContext.java Log: Fix lookup signature Revision ChangesPath 1.3 +3 -4 jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/memory/Mem

cvs commit: jakarta-tomcat-catalina/catalina/src/conf catalina.properties

2002-10-18 Thread remm
remm2002/10/17 07:52:03 Added: catalina/src/conf catalina.properties Log: - Add my catalina.properties proposal (it this is voted down, the file can be removed, renamed or enhanced further). - This file would eventually get abstracted through a JNDI dircontext. In the

DO NOT REPLY [Bug 13759] New: - Tomcat Coyote hangs at fill() spending 100% CPU

2002-10-18 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: Vote results + Security Audit redirection

2002-10-18 Thread Paul Speed
Costin Manolache wrote: > > Paul Speed wrote: > > > Any "behind closed doors" discussions have the potential for alienating > > the non-committer community. Determining what conversations are > > appropriate for this other list is a very slippery slope. It's > > :-) > > Yes, I think I know

DO NOT REPLY [Bug 11042] - Misleading comment in server.xml

2002-10-18 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 13731] - Final request, response, session and other variables.

2002-10-18 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 13731] - Final request, response, session and other variables.

2002-10-18 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: uri mapping problems

2002-10-18 Thread Mladen Turk
> -Original Message- > From: Mladen Turk > > If there are not such limitations then we'll need some sort of reverse > prefix mapping. > Or just put the pcre in the apr-util, and you'll be able to match the things limited only by your imagination :-) MT. -- To unsubscribe, e-mail:

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/core BaseDirContext.java BaseNaming.java

2002-10-18 Thread costin
costin 2002/10/17 10:32:23 Modified:naming/src/org/apache/naming/core BaseDirContext.java BaseNaming.java Log: As usual, I need to compile it before commit. Revision ChangesPath 1.4 +0 -15 jakarta-tomcat-connectors/naming/src/org/apache

DO NOT REPLY [Bug 13733] New: - Unpack War files

2002-10-18 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/naming/src/org/apache/naming/core ServerName.java

2002-10-18 Thread costin
costin 2002/10/17 09:48:28 Modified:naming/src/org/apache/naming/core ServerName.java Log: Fix the comments. Still no implementation ( it's not very important for now, using normal contexts / names and getting the functionality is more important ) Revision ChangesPath

RE: Vote results + Security Audit redirection

2002-10-18 Thread Ignacio J. Ortega
> From: Paul Speed [mailto:pspeed@;progeeks.com] > Sent: Thursday, October 17, 2002 4:15 PM > The nice thing about your current way of dicussing security issues > (CC e-mail threads) is that it's a real pain in the butt. In other > words, likely only to be used in the cases of necessity. Not rea

DO NOT REPLY [Bug 13735] New: - Error code 302 in error-page XML tag prevents Authentication type FORM from working

2002-10-18 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

uri mapping problems

2002-10-18 Thread jean-frederic clere
Hi, I am fighting with the mapping of mod_jk2. (Apache-2.0). I have noted that things like [uri:/*_servlet_vehicle/*] is not working. Any hints? Cheers Jean-frederic -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Possible mod_jk patch with ap_get_server_name

2002-10-18 Thread Henri Gomez
Mladen Turk wrote: -Original Message- From: Henri Gomez +s->server_name = ap_get_server_name(r); s->server_port = htons( r->connection->local_addr.sin_port ); s->server_software = (char *)ap_get_server_version(); It's seems correct. JF, Mladen what do you think

DO NOT REPLY [Bug 13736] New: - Socket closed unexpectedly

2002-10-18 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: Possible mod_jk patch with ap_get_server_name

2002-10-18 Thread Paul Downs
* Mladen Turk ([EMAIL PROTECTED]) wrote : Hi, > Beter use the following: > > s->server_name = ap_get_server_name(r); > s->server_port = ap_get_server_port(r); Ack, if only I had read that a few days ago! ;-) Paul -- To unsubscribe, e-mail:

cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 mod_jk.c

2002-10-18 Thread hgomez
hgomez 2002/10/18 03:23:16 Modified:jk/native/apache-2.0 mod_jk.c jk/native/apache-1.3 mod_jk.c Log: make sure that servername/serverport will works with VirtualHost with or without UseCanonicalName. Providd by [EMAIL PROTECTED], and validated by Mladen wh

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/fs FileDirContext.java

2002-10-18 Thread costin
costin 2002/10/17 09:49:03 Modified:naming/src/org/apache/naming/modules/fs FileDirContext.java Log: Fix broken licence comment. Fix the lookup signature. Revision ChangesPath 1.3 +1 -16 jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/fs/Fi

cvs commit: jakarta-tomcat-catalina/catalina build.xml

2002-10-18 Thread patrickl
patrickl2002/10/17 11:20:04 Modified:catalina build.xml Log: Adjust properties for building jakarta-tomcat-connectors/jk Revision ChangesPath 1.26 +1 -2 jakarta-tomcat-catalina/catalina/build.xml Index: build.xml ==

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_global.h

2002-10-18 Thread mturk
mturk 2002/10/18 04:25:44 Modified:jk/native2/include jk_global.h Log: Change the exposed version number and string to 2.0.2 Revision ChangesPath 1.15 +3 -3 jakarta-tomcat-connectors/jk/native2/include/jk_global.h Index: jk_global.h

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_map.c

2002-10-18 Thread mturk
mturk 2002/10/18 04:45:25 Modified:jk/native2/common jk_map.c Log: Add the key checksum processing from APR table. This speeds up the get/put table operations a lot. Revision ChangesPath 1.22 +61 -5 jakarta-tomcat-connectors/jk/native2/common/jk_map.c In

DO NOT REPLY [Bug 13759] - Tomcat Coyote hangs at fill() spending 100% CPU

2002-10-18 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 3888] - WebappClassLoader: Lifecycle error : CL stopped

2002-10-18 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_bug

cookies with mod_jk 1.2 load balancing and tomcat 4.1.12

2002-10-18 Thread Jason Corley
How is the cookie written with mod_jk 1.2 and tomcat 4.1.12 to accomplish load balancing? With mod_jk 1.1 and tomcat 3.3 my JSESSIONID would be equal to blah.server_id where blah was the session and .server_id I thought was appended by mod_jk in order to direct the traffic back to the appropri

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_worker.h

2002-10-18 Thread mturk
mturk 2002/10/18 08:21:01 Modified:jk/native2/include jk_worker.h Log: Add maxEndpoints option Revision ChangesPath 1.28 +11 -1 jakarta-tomcat-connectors/jk/native2/include/jk_worker.h Index: jk_worker.h ==

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_ajp13.c

2002-10-18 Thread mturk
mturk 2002/10/18 08:23:52 Modified:jk/native2/common jk_worker_ajp13.c Log: Add max_connections option that checks the number of used endpoints. If the specified number is reached then the load balancer has the chance to try another worker. This is very usefull in situations wh

DO NOT REPLY [Bug 13764] New: - Documentation

2002-10-18 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

[JK2] disable shm for threaded servers?

2002-10-18 Thread Mladen Turk
Hi, Can we disable shm (better ignore) for the servers that doesn't benefit at all from it? Meaning WIN32, perhaps others (depending on build?) Reason? Bunch of log error messages and checking that only waste CPU time. MT. -- To unsubscribe, e-mail:

DO NOT REPLY [Bug 13392] - When tag pooling is enabled, release() is not called on tag instances

2002-10-18 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 3888] - WebappClassLoader: Lifecycle error : CL stopped

2002-10-18 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_bug

DO NOT REPLY [Bug 13392] - When tag pooling is enabled, release() is not called on tag instances

2002-10-18 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 13736] - Socket closed unexpectedly

2002-10-18 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-catalina/catalina/src/conf catalina.policy

2002-10-18 Thread jfarcand
jfarcand2002/10/18 10:47:06 Modified:catalina/src/conf catalina.policy Log: Since we are granting "file:${catalina.home}/server/-" all permissions, we don't need to grant special permissions for Admin and Manager applications. Revision ChangesPath 1.4 +1 -10 ja

Re: [JK2] disable shm for threaded servers?

2002-10-18 Thread Costin Manolache
Mladen Turk wrote: > Hi, > > Can we disable shm (better ignore) for the servers that doesn't benefit > at all from it? > Meaning WIN32, perhaps others (depending on build?) > > Reason? Bunch of log error messages and checking that only waste CPU > time. > > > MT. +1 ( you can add disable=1 on

Re: Bug 13736

2002-10-18 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Friday, October 18, 2002 1:17 AM Subject: Re: Bug 13736 > Bill Barker wrote: > > > I don't remember anything like that for 3.3.x (and nothing even close is > > open in B

RE: [JK2] disable shm for threaded servers?

2002-10-18 Thread Mladen Turk
> -Original Message- > > +1 ( you can add disable=1 on the [shm] - it should work fine ). > > But in this case I think a memory area should be used for > that purpose. > > The use of shm is for dynamic config changes and monitoring. > It's not yet fully implemented, but jk_status use

Re: Bug 13736

2002-10-18 Thread Remy Maucherat
Bill Barker wrote: +1. As I said above, it probably hasn't shown up in 3.3 mostly because AJP13 has many fewer accepts. I'll fix it then. You have to be careful that no IOException should end up in that code, otherwise, for each one the server socket will be restarted (not good). With HTTP/1

RE: [5] ClassLoader hell. Again.

2002-10-18 Thread Brzezinski, Paul J
Is this the cause of the error? I see that org/apache/commons/logging/LogFactory is used in a couple places, but in my case it consistently throws the exception in AprImpl.class. Details for my config, if they're relevant: OS: Solaris 8 UltraSPARC Java: J2SDK1.4.1 Jakarta-Tomcat: 5.0.0 Apache:

DO NOT REPLY [Bug 13772] New: - Class loader HOWTO needs to href security HOWTO for WebappX

2002-10-18 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 13736] - Socket closed unexpectedly

2002-10-18 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: [5]: ant native for Connectors fails: (more)

2002-10-18 Thread Brzezinski, Paul J
Excellent, that fixed the problem of ant spawning libtool w/cc. There are two other issues that popped up now: 1. in the file jk_channel_socket.c in directory jakarta-tomcat-5.0.0-src/jakarta-tomcat-connectors/jk/native2/common must be compiled with -DBSD_COMP on Solaris 8. 2. when building the

  1   2   >