Bug 13658

2002-10-18 Thread Bill Barker
Before I start performing major surgery on the TC4/5 connector, I wanted to check on what is the reason for having the attributes field in CoyoteRequest (instead of just delegating to the o.a.c.Request like the 3.3 Adapter does). At the moment, the SSL request attributes are set on the o.a.c.Requ

session tracking not working from https to http, but vice-versa.

2002-10-18 Thread Henrik Bentel
I couldn't get an answer in the uses email list, so I am trying here. This is regarding behaviour differences I have discovered between tomcat 3.3 and 4.0(and 4.1). I have looked through documentation, but not been able to find anything. I wrote a small test webapp to test/discover the followin

cvs commit: jakarta-tomcat-catalina/catalina STATUS.html

2002-10-18 Thread remm
remm2002/10/18 13:45:56 Removed: catalina STATUS.html Log: - Remove useless file. -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-5 build.xml

2002-10-18 Thread remm
remm2002/10/18 13:47:59 Modified:.build.xml Log: - Copy release notes around. - Fix broken links in tomcat-docs. Revision ChangesPath 1.48 +20 -0 jakarta-tomcat-5/build.xml Index: build.xml

cvs commit: jakarta-tomcat-catalina/webapps/docs project.xml

2002-10-18 Thread remm
remm2002/10/18 13:47:02 Modified:webapps/ROOT index.jsp webapps/docs project.xml Log: - Link the release notes (hopefully people will read them that way). Revision ChangesPath 1.6 +1 -0 jakarta-tomcat-catalina/webapps/ROOT/index.jsp Inde

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

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/security SecurityClassLoad.java

2002-10-18 Thread jfarcand
jfarcand2002/10/18 14:29:29 Added: catalina/src/share/org/apache/catalina/security SecurityClassLoad.java Log: Move the class from the startup dir. Remove unused inner classes. Revision ChangesPath 1.1 jakarta-tomcat-catalina/ca

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup SecurityClassLoad.java

2002-10-18 Thread jfarcand
jfarcand2002/10/18 14:28:43 Removed: catalina/src/share/org/apache/catalina/startup SecurityClassLoad.java Log: Following Glenn recommendation, move the class to the o.a.c.security package. -- To unsubscribe, e-mail:

RE: [VOTE] New Committer John Turner

2002-10-18 Thread Turner, John
Actually, can we make it [EMAIL PROTECTED] instead of [EMAIL PROTECTED]? AAS.com is my work address. Joh > -Original Message- > From: Mladen Turk [mailto:mturk@;mappingsoft.com] > Sent: Friday, October 18, 2002 3:12 PM > To: [EMAIL PROTECTED] > Cc: Turner, John > Subject: [VOTE] New Com

Re: [Security Audit] CoyoteRequest.doGetSession

2002-10-18 Thread Jean-Francois Arcand
OK, I have committed the change, do testing, and try to hack the code I just wrote. Of course, more testing will be appreciated :-) -- Jeanfrancois Glenn Nielsen wrote: Jean-Francois Arcand wrote: Glenn Nielsen wrote: Costin Manolache wrote: I'm in the middle on this one - but I would

Re: MBean error when using o.a.c.session.PersistentManager

2002-10-18 Thread Jean-Francois Arcand
Sorry for the second postmy mail server is having problems Jean-Francois Arcand wrote: Hi, I got the following error when I start Tomcat with the o.a.c.session.PersistentManager manager: ServerLifecycleListener: createMBeans: MBeanException java.lang.Exception: ManagedBean is not fou

cvs commit: jakarta-servletapi-5/jsr152/src/share/javax/servlet/jsp/tagext SimpleTagSupport.java

2002-10-18 Thread kinman
kinman 2002/10/18 14:51:07 Modified:jsr152/src/share/javax/servlet/jsp/tagext SimpleTagSupport.java Log: - Patch by Jan Luehe Adjust the semantics of SimpleTagSupport.findAncestorWithClass() to use the return value of getAdaptee() when comparin

MBean error when using o.a.c.session.PersistentManager

2002-10-18 Thread Jean-Francois Arcand
Hi, I got the following error when I start Tomcat with the o.a.c.session.PersistentManager manager: ServerLifecycleListener: createMBeans: MBeanException java.lang.Exception: ManagedBean is not found with PersistentManager at org.apache.catalina.mbeans.MBeanUtils.createMBean(MBeanUtils.

Tomcat 4.1.12 - Apache2 attempt

2002-10-18 Thread Tom Riemer
Brzezinski, Paul J wrote: 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 Sol

RE: [VOTE] New Committer John Turner

2002-10-18 Thread Ignacio J. Ortega
+1 welcome aboard, and thanks for all the work already done on tomcat-user.. Saludos, Ignacio J. Ortega > -Original Message- > From: Mladen Turk [mailto:mturk@;mappingsoft.com] > Sent: Friday, October 18, 2002 9:13 PM > To: [EMAIL PROTECTED] > Cc: Turner, John > Subject: [VOTE] New Comm

Re: MBean error when using o.a.c.session.PersistentManager

2002-10-18 Thread Amy Roh
JK, The mbean error is due to the fact that mbean for PersistentManager is not defined. The admin webapp doesn't support PersistentMangager, therefore, its definition is not there yet. You can add the definition similar to StandardManager in mbean-descriptor.xml in o.a.c.mbeans and commit it

Re: cvs commit: jakarta-tomcat-catalina/webapps/docs project.xml

2002-10-18 Thread Costin Manolache
Could we also remove the old release notes from the root directory ? Or just include a pointer, or a separate dir ( doc ) ? It's kind of messy with all the files there. Costin [EMAIL PROTECTED] wrote: > remm2002/10/18 13:47:02 > > Modified:webapps/ROOT index.jsp >

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session DistributedManager.java PersistentManagerBase.java StandardManager.java StandardSessionFacade.java

2002-10-18 Thread jfarcand
jfarcand2002/10/18 14:39:57 Modified:catalina/src/share/org/apache/catalina/session DistributedManager.java PersistentManagerBase.java StandardManager.java StandardSessionFacade.java Log: Security Audit. Manager now needs to call a doPr

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat5 CoyoteRequest.java

2002-10-18 Thread jfarcand
jfarcand2002/10/18 14:37:08 Modified:coyote/src/java/org/apache/coyote/tomcat5 CoyoteRequest.java Log: Security Audit. Remove the doPrivilege block. Delegate the security check to o.a.catalina.Manager instance. Revision ChangesPath 1.6 +5 -31 jakarta-tomcat-co

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

2002-10-18 Thread jfarcand
jfarcand2002/10/18 14:34:28 Modified:catalina build.xml Log: Change the package of SecurityClassLoad. Revision ChangesPath 1.27 +1 -1 jakarta-tomcat-catalina/catalina/build.xml Index: build.xml =

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup Bootstrap.java BootstrapService.java

2002-10-18 Thread jfarcand
jfarcand2002/10/18 14:30:43 Modified:catalina/src/share/org/apache/catalina/startup Bootstrap.java BootstrapService.java Log: Use the security.SecurityClassLoad. Revision ChangesPath 1.3 +7 -8 jakarta-tomcat-catalina/catalina/src/share/

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

Re: [VOTE] New Committer John Turner

2002-10-18 Thread Costin Manolache
Mladen Turk wrote: > Hi, > > I'd like to propose John Turner [Jturner at AAS.com] > as a new Tomcat committer. > > He does a great job in helping people on tomcat-users list, and he is > willing to help us writing docs, testing, etc. > > > MT. +1 -- Costin -- To unsubscribe, e-mail: <

Re: [VOTE] New Committer John Turner

2002-10-18 Thread Glenn Nielsen
Mladen Turk wrote: Hi, I'd like to propose John Turner [Jturner at AAS.com] as a new Tomcat committer. He does a great job in helping people on tomcat-users list, and he is willing to help us writing docs, testing, etc. +1, he has helped alot on the tomcat-user list. I see a question I may

MBean error when adding a new o.a.c.s.Manager.

2002-10-18 Thread Jean-Francois Arcand
Hi, I got the following error when I start Tomcat with the o.a.c.session.PersistentManager manager: ServerLifecycleListener: createMBeans: MBeanException java.lang.Exception: ManagedBean is not found with PersistentManager at org.apache.catalina.mbeans.MBeanUtils.createMBean(MBeanUtils.j

Re: [VOTE] New Committer John Turner

2002-10-18 Thread Jean-Francois Arcand
+1 He is quite impressive on tomcat-users list -- Jeanfrancois Bob Herrmann wrote: Mladen's word is enough for me. +1 for John Turner Cheers, -bob On Fri, 2002-10-18 at 15:11, Mladen Turk wrote: Hi, I'd like to propose John Turner [Jturner at AAS.com] as a new Tomcat committer. He do

Re: [VOTE] New Committer John Turner

2002-10-18 Thread Bob Herrmann
Mladen's word is enough for me. +1 for John Turner Cheers, -bob On Fri, 2002-10-18 at 15:11, Mladen Turk wrote: > Hi, > > I'd like to propose John Turner [Jturner at AAS.com] > as a new Tomcat committer. > > He does a great job in helping people on tomcat-users list, and he is > willing to h

[VOTE] New Committer John Turner

2002-10-18 Thread Mladen Turk
Hi, I'd like to propose John Turner [Jturner at AAS.com] as a new Tomcat committer. He does a great job in helping people on tomcat-users list, and he is willing to help us writing docs, testing, etc. MT. -- To unsubscribe, e-mail: For

Re: [PROPOSAL] JK2 uriMap using native regex

2002-10-18 Thread Costin Manolache
Something like that was discussed on commons ( I think ). The problem seems to be that different regex packages use different rules ( Perl-like, etc ), there is not standard syntax for regexp. That means the behavior would be dependent on which regexp engine is used. I would rather pick one an

[VOTE] New Committer John Turner

2002-10-18 Thread Mladen Turk
Hi, I'd like to propose John Turner [Jturner at AAS.com] as a new Tomcat committer. He does a great job in helping people on tomcat-users list, and he is willing to help us writing docs, testing, etc. MT. -- To unsubscribe, e-mail: For

[PROPOSAL] JK2 uriMap using native regex

2002-10-18 Thread Mladen Turk
Hi, I've posted a uriMap code that matches uri's using regular expressions couple of weeks ago. There was a consensus that we need to wait until 2.1 and eventually that we use the regex from APR (if it ever will be there). Ok, so I'm proposing that we make our own regex code (?). Why? 1. Apache2

DO NOT REPLY [Bug 13673] - Exception in StandardSession when writing a session manager

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 13386] - JK2 connector for Apache2: missing -DBSD_COMP for C compiler

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

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

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

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

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:

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: [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 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 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

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

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

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

[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 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

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

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 ==

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

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 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

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

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-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/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

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:

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 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

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:

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

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

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

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 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

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:

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

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

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 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

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

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-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

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

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

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

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 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 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

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

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

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

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 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

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

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:

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

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 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 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-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 ==

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-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

  1   2   >