RE: uri_map using regex [WAS: mod_jk, mod_jk2 URI spaces]

2002-08-09 Thread Mladen Turk
> -Original Message- > From: Bojan Smojver [mailto:[EMAIL PROTECTED]] > Sent: Saturday, August 10, 2002 2:04 AM > To: Tomcat Dev List > Subject: Re: uri_map using regex [WAS: mod_jk, mod_jk2 URI spaces] > > > Doesn't mod_rewrite do what you want here? In combination > with mod_proxy, i

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml

2002-08-09 Thread amyroh
amyroh 2002/08/09 19:40:36 Modified:catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml Log: Change CoyoteConnector MBean to use o.a.c.tomcat5.CoyoteConnector instead of o.a.c.tomcat4.CoyoteConnector. Also, alphabetize MBeans so it's eas

Re: uri_map using regex [WAS: mod_jk, mod_jk2 URI spaces]

2002-08-09 Thread Bojan Smojver
Doesn't mod_rewrite do what you want here? In combination with mod_proxy, it can rewrite URL to URL as well, so you can get the resulting URL back in mod_jk and then just use normal mappings. Or maybe I'm on a totally wrong track here... As for IIS, dunno, don't care ;-) Bojan On Fri, 2002-08-0

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/core JkHandler.java

2002-08-09 Thread costin
costin 2002/08/09 13:54:24 Modified:jk/java/org/apache/jk/server JkMain.java jk/java/org/apache/jk/core JkHandler.java Log: More getters and improvements for nice JMX view.. Revision ChangesPath 1.29 +56 -9 jakarta-tomcat-connectors/jk/java/org/

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common JkMX.java

2002-08-09 Thread costin
costin 2002/08/09 13:53:21 Modified:jk/java/org/apache/jk/common JkMX.java Log: Update to match the fixes in DynamicMBeanProxy. Register JkMain as an mbean. Revision ChangesPath 1.6 +6 -17 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/JkMX.java

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2002-08-09 Thread costin
costin 2002/08/09 13:52:37 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: Add getters for various fields, added a 'requestCount' attribute, make thing prettier for the JMX view. Revision ChangesPath 1.21 +45 -3 jakarta-tomcat-connectors/jk/jav

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

2002-08-09 Thread costin
costin 2002/08/09 13:51:35 Modified:jk build.xml Log: Use ${tomcat.util}.jar, don't copy it. Revision ChangesPath 1.46 +3 -3 jakarta-tomcat-connectors/jk/build.xml Index: build.xml ==

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/mx DynamicMBeanProxy.java

2002-08-09 Thread costin
costin 2002/08/09 13:50:38 Modified:util/java/org/apache/tomcat/util/mx DynamicMBeanProxy.java Log: Few more fixes and minor enhancements. Fix recognition of boolean and long, let the caller specify the full name. Revision ChangesPath 1.5 +20 -10 jakarta-

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

2002-08-09 Thread costin
costin 2002/08/09 13:49:44 Modified:util build.xml build.properties.sample Log: Few minor fixes ( I hope :-) Revision ChangesPath 1.10 +12 -15jakarta-tomcat-connectors/util/build.xml Index: build.xml ==

RE: [GUMP] cactus-sample-servlet builds

2002-08-09 Thread Costin Manolache
L PROTECTED] >> Subject: Re: [GUMP] cactus-sample-servlet builds >> >> On Thu, 8 Aug 2002, Larry Isaacs <[EMAIL PROTECTED]> wrote: >> > Done. >> >> Great. >> >> It seems to have helped a little bit >> <http://cvs.apache.org/~bodewig

Build mod_jk2

2002-08-09 Thread Adrian Almenar
Were i can find some information on compiling and Using mod_jk2 (I know its on alpha or beta) with tomcat 4.1.X and apache 2.0.XX ? Cheers, -- Adrian GPG Key Fingerprint = 1E78 B604 AA42 B852 1449 0C24 FF6A 1448 A24D 7AF5 Gentoo Linux - Running Linux 2.4.19 with openMosix i686 -- To unsubs

Re: Possible BUG in Send Redirect Tomcat 4.0

2002-08-09 Thread Craig R. McClanahan
On Fri, 9 Aug 2002, Creighton Kirkendall wrote: > Date: Fri, 9 Aug 2002 12:23:13 -0400 > From: Creighton Kirkendall <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: 'Tomcat Developers List' <[EMAIL PROTECTED]> > Subject: Possible BUG in Send Redirect Tomcat 4.0 >

RE: Not sure this is a BUG or a requirement by spec

2002-08-09 Thread Creighton Kirkendall
Thanks -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 2:26 PM To: Tomcat Developers List Subject: Re: Not sure this is a BUG or a requirement by spec This is a bug on your part. The RFC for URI (rfc2396) states that = must be encoded as well

Re: Not sure this is a BUG or a requirement by spec

2002-08-09 Thread Tim Funk
This is a bug on your part. The RFC for URI (rfc2396) states that = must be encoded as well as some other choice characters. See section 2.2: http://www.ietf.org/rfc/rfc2396.txt Creighton Kirkendall wrote: > I found where the bug is and I know how to fix it but I am not sure if it is > part of

RE: [GUMP] cactus-sample-servlet builds

2002-08-09 Thread Vincent Massol
IL PROTECTED] > Subject: Re: [GUMP] cactus-sample-servlet builds > > On Thu, 8 Aug 2002, Larry Isaacs <[EMAIL PROTECTED]> wrote: > > Done. > > Great. > > It seems to have helped a little bit > <http://cvs.apache.org/~bodewig/gump/20020809/jakarta-cactus-

Not sure this is a BUG or a requirement by spec

2002-08-09 Thread Creighton Kirkendall
I found where the bug is and I know how to fix it but I am not sure if it is part of the http spec that you can not have "=" in a url parameter value; I am trying to parse out a URL that has an embedded url in it, like so: src=THIS_IS_JUST_A_TEST&url=/test/test.jsp?test=test&comments=TESTING The

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

2002-08-09 Thread costin
costin 2002/08/09 10:45:50 Modified:jk/native2/server/apache2 mod_jk2.c Log: Few cosmetic fixes. Remove old code ( uriEnv can't be null ). The uriEnv==null case was used to support SetHandler directive - which only sets jakarta-servlet handler but doesn't set any module-spec

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkCoyoteHandler.java

2002-08-09 Thread costin
costin 2002/08/09 10:42:44 Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java Log: Move start to the right place. Now the ajp13 port will be opened at the same time with the http port, i.e. at server startup. Revision ChangesPath 1.26 +8 -4 jak

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/mx DynamicMBeanProxy.java

2002-08-09 Thread costin
costin 2002/08/09 10:39:07 Modified:util/java/org/apache/tomcat/util/mx DynamicMBeanProxy.java Log: Added 'createMBean( Object, domain, name )'. Any component that wants to be visible in JMX needs one line in the constructor: org.apache.tomcat.util.mx.DynamicMBeanProxy.c

cvs commit: jakarta-tomcat-connectors/jk/conf jk2.properties

2002-08-09 Thread costin
costin 2002/08/09 10:36:17 Modified:jk/conf jk2.properties Log: Comment out the shm and apr options. That will prevent loading - and the associated warnings. Revision ChangesPath 1.9 +3 -3 jakarta-tomcat-connectors/jk/conf/jk2.properties Index: jk2.pr

DO NOT REPLY [Bug 11596] New: - cookies not working in netscape 4.76 on tomcat 4.0.4

2002-08-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_b

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardServer.java

2002-08-09 Thread horwat
horwat 2002/08/09 10:20:48 Modified:catalina/src/share/org/apache/catalina/core StandardServer.java Log: RequestListenerValve should be skipped when persisting state. Revision ChangesPath 1.3 +5 -4 jakarta-tomcat-catalina/catalina/src

RE: Possible BUG in Send Redirect Tomcat 4.0

2002-08-09 Thread Creighton Kirkendall
Ignore the previous message it looks like it is somewhere else. -Original Message- From: Creighton Kirkendall [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 12:23 PM To: 'Tomcat Developers List' Subject: Possible BUG in Send Redirect Tomcat 4.0 I think I have found a bug in th

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

2002-08-09 Thread horwat
horwat 2002/08/09 09:58:43 Modified:coyote/src/java/org/apache/coyote/tomcat5 CoyoteRequest.java Log: Synchronization is unnecessary since requests are per-thread. Submitted by: Bill Barker Revision ChangesPath 1.3 +25 -23 jakarta-tomcat-connectors/coyote

Few additions to CatalinaService

2002-08-09 Thread Costin Manolache
I'm not sure if Remy was -1 or not ( well, technically you can't -1 until you see the code :-). I would like to _add_ few methods to CatalinaService ( with no change to existing ones ). Basically setters and an execute(), to allow: It can be done in a separate class, but we have already

DO NOT REPLY [Bug 11592] New: - Starting apache sever

2002-08-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_b

Possible BUG in Send Redirect Tomcat 4.0

2002-08-09 Thread Creighton Kirkendall
I think I have found a bug in the sendRedirect. It is only a problem in Tomcat 4 and did not exist in Tomcat 3.x The following code does work response.sendRedirect(response.encodeRedirectURL("/test/test.jsp")); However the following code does not work. response.sendRedirect(response.encodeRed

cvs commit: jakarta-tomcat-connectors/coyote build.xml

2002-08-09 Thread patrickl
patrickl2002/08/09 09:24:22 Modified:coyote build.xml Log: A change made last night to coyote/build.xml stopped the tomcat5 directory of coyote from building. This change fixes this. (Thanks to Ryan Lubke for pointing this out.) Submitted by: Bob Herrmann ([EMAIL PROTECTED])

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

2002-08-09 Thread patrickl
patrickl2002/08/09 09:23:25 Modified:coyote/src/java/org/apache/coyote Response.java coyote/src/java/org/apache/coyote/tomcat5 CoyoteResponse.java Log: In the Servlet 2.4 spec section 5.4 on i18n, the deployment descriptor gets new stuff for m

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/util CharsetMapper.java

2002-08-09 Thread patrickl
patrickl2002/08/09 09:22:36 Modified:catalina/src/share/org/apache/catalina Context.java catalina/src/share/org/apache/catalina/core StandardContext.java catalina/src/share/org/apache/catalina/startup WebRuleS

Re: [5.0] Build notes

2002-08-09 Thread Bob Herrmann
Yea, I liked your script, this one builds Tomcat 5. BUILDING.TXT could almost just say "All you need is JDK1.4 and Ant1.5 then just type 'ant' and a working Tomcat 5 development tree is built. (If you are behind a firewall, you may need to adjust proxy settings.)" This should be cross platform (

[5][PATCH] tomcat5.coyote not getting compiled

2002-08-09 Thread Bob Herrmann
A change made last night to coyote/build.xml stopped the tomcat5 directory of coyote from building. This change fixes this. (Thanks to Ryan Lubke for pointing this out.) Cheers, -bob Index: build.xml === RCS file: /home/cvspubl

RE: uri_map using regex [WAS: mod_jk, mod_jk2 URI spaces]

2002-08-09 Thread Mladen Turk
> From: news [mailto:[EMAIL PROTECTED]] On Behalf Of Costin Manolache > > I thought about this few times - it's a good idea but a bit > scary ( the build process ) The easiest would be if the guys from Apache 2 move the regex to the apr-util (I already make the question about that on the apr-

DO NOT REPLY [Bug 11573] - Can't run or compile JSP's

2002-08-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_b

Re: uri_map using regex [WAS: mod_jk, mod_jk2 URI spaces]

2002-08-09 Thread Costin Manolache
I thought about this few times - it's a good idea but a bit scary ( the build process ), and not sure if a general regexp will work as well on the simple patterns we have. On the other side most regexp impl. use finite machines and many optimizations - so they may be much faster. I'm +1 if you

Re: [POLL] Configuration API of tomcat5

2002-08-09 Thread Costin Manolache
On Fri, 09 Aug 2002 02:24:32 -0700, Remy Maucherat wrote: >> 1. JMX as low-level configuration API. The question is - should we >> follow the path of JBoss and make everything that is configurable an >> MBean, and base the entire architecture on JMX ? The benefits: - >> standard API >> - reasonab

cvs commit: jakarta-tomcat-connectors/coyote build.xml

2002-08-09 Thread larryi
larryi 2002/08/09 05:55:02 Modified:coyote build.xml Log: Exclude tomcat5 from "compile.shared" too. Revision ChangesPath 1.12 +2 -1 jakarta-tomcat-connectors/coyote/build.xml Index: build.xml ==

Re: [4.1.9] Fix for major bugs

2002-08-09 Thread Glenn Nielsen
Remy Maucherat wrote: > A few major bugs were fixed in CVS (two tricky bugs in Coyote HTTP/1.1, > one in Jasper, and possibly one in the Catalina CL - bug 11307). I plan > to release a 4.1.9 milestone when 11307 is confirmed to be fixed. > > We may then consider 4.1.9 as a candidate for a stabl

uri_map using regex [WAS: mod_jk, mod_jk2 URI spaces]

2002-08-09 Thread Mladen Turk
Hi, Remember the last month advanced URI space resolution I proposed? Well, I've been working on that for a week or so, and found myself doing things that are more or less regular expression matching of request uri. Even existing uri_map code has a trace of that (matching star for example), so I

[GUMP] Build Failure - jakarta-tomcat-coyote

2002-08-09 Thread Craig McClanahan
This email is autogenerated from the output from: Buildfile: build.xml init: [echo] Coyote 1.0-dev

DO NOT REPLY [Bug 11489] - Scanning JAR files in WEB-INF/lib without temp directory

2002-08-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_b

DO NOT REPLY [Bug 11307] - Deadlock in ClassLoader

2002-08-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_b

DO NOT REPLY [Bug 11586] New: - HttpSessionBindingEvent.getValue() returns null for not null value

2002-08-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_b

[4.1.9] Fix for major bugs

2002-08-09 Thread Remy Maucherat
A few major bugs were fixed in CVS (two tricky bugs in Coyote HTTP/1.1, one in Jasper, and possibly one in the Catalina CL - bug 11307). I plan to release a 4.1.9 milestone when 11307 is confirmed to be fixed. We may then consider 4.1.9 as a candidate for a stable release, as there are no real

DO NOT REPLY [Bug 11307] - Deadlock in ClassLoader

2002-08-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_b

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader WebappClassLoader.java

2002-08-09 Thread remm
remm2002/08/09 03:01:48 Modified:catalina/src/share/org/apache/catalina/loader WebappClassLoader.java Log: - Attempt to fix 11307. Please test, there could be regressions and thread safety problems, and I have no way to properly test this. - Sync on

DO NOT REPLY [Bug 11584] New: - Configuration files owned by tomcat3 not root

2002-08-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_b

Re: [POLL] Configuration API of tomcat5

2002-08-09 Thread Remy Maucherat
Costin Manolache wrote: > Few questions: > > 1. JMX as low-level configuration API. > The question is - should we follow the path of JBoss and make everything > that is configurable an MBean, and base the entire architecture on JMX ? > The benefits: > - standard API > - reasonably clean > - ea