[GUMP@brutus]: Project jakarta-tomcat-jk (in module jakarta-tomcat-connectors) success

2004-10-16 Thread Bill Barker
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-jk *no longer* has an issue. The current state of this project is

[GUMP@brutus]: Project jakarta-tomcat-jk-ant (in module jakarta-tomcat-connectors) success

2004-10-16 Thread Bill Barker
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-jk-ant *no longer* has an issue. The current state of this projec

Re: More needed connector refactoring

2004-09-29 Thread Bill Barker
- Original Message - From: "Costin Manolache" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 29, 2004 9:01 AM Subject: Re: More needed connector refactoring > Remy Maucherat wrote: > > Hi, > > > > - I'll add a thread pool similar to the one in Tomcat 4.0, as an >

Re: More needed connector refactoring

2004-09-29 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, September 29, 2004 12:29 PM Subject: Re: More needed connector refactoring >Bill Barker wrote: > >>>Remy Mauch

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core ApplicationContextFacade.java ApplicationFilterChain.java StandardWrapper.java

2004-09-30 Thread Bill Barker
> @@ -1012,13 +1041,12 @@ >DummyResponse res = new DummyResponse(); > >if( System.getSecurityManager() != null) { > -Class[] classType = new Class[]{ServletRequest.class, > - ServletResponse.class}; > -

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

2004-10-04 Thread Bill Barker
- Original Message - From: "Amy Roh" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, October 04, 2004 3:30 PM Subject: Re: cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml > Hi Remy, > > > Modified:.build.xml > >

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

2004-10-04 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, October 04, 2004 4:23 PM Subject: Re: cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml >Bill Barker wrote: >

Re: JMX Remote connection

2004-10-05 Thread Bill Barker
- Original Message - From: "Costin Manolache" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 05, 2004 10:06 PM Subject: JMX Remote connection Hi, Not sure what's the new policy for loading the Jmx RMI connector. jk2.properties was a hack - and now that it is removed,

Re: JMX Remote connection

2004-10-05 Thread Bill Barker
- Original Message - From: "Costin Manolache" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 05, 2004 10:47 PM Subject: Re: JMX Remote connection Bill Barker wrote: - Original Message - From: "Costin Manolache" <[EMAI

Re: Problems with SSL_CLIENT_CERT_CHAIN_n from servlet

2004-10-08 Thread Bill Barker
Yes, it is a known problem that using the AJP/1.3 Connector isn't spec-complient. The Ajp13 protocol is still stuck at Servlet v2.2, and only exposes one cert. - Original Message - From: "Jesús Luna" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Tomcat Developers List" <[EMAIL PROTE

Re: JK Todo List

2004-10-08 Thread Bill Barker
Over all, I don't, personally, think that it's worth trying to build on the existing Jk code base. However, if you have an itch - Original Message - From: "Mladen Turk" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Friday, October 08, 2004 4:28 AM Subjec

Re: cvs commit: jakarta-tomcat-catalina/webapps/admin/valve accessLogValve.jsp remoteAddrValve.jsp remoteHostValve.jsp requestDumperValve.jsp singleSignOnValve.jsp valves.jsp

2004-10-18 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Sunday, October 17, 2004 11:54 PM Subject: Re: cvs commit: jakarta-tomcat-catalina/webapps/admin/valve accessLogValve.jsp remoteAddrValve.jsp remoteHostValve.jsp requestDu

Re: [5.0.19] Release vote

2004-02-18 Thread Bill Barker
It looked like it should work, but I couldn't free up a machine to test it on (until now :). You can get rid of the messages by adding: request.registerRequests=false to your jk2.properties file. - Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List

Re: [5.0.19] Release vote

2004-02-18 Thread Bill Barker
- Original Message - From: "Jess Holle" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, February 18, 2004 12:01 PM Subject: Re: [5.0.19] Release vote > Bill Barker wrote: > > >It looked like it should wo

Re: Disconnecting Socket from the handling thread

2004-02-18 Thread Bill Barker
- Original Message - From: "Erik Earle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 18, 2004 4:40 PM Subject: Disconnecting Socket from the handling thread > I've had a decent inital look at the source for Tomcat 5.0 to see if I could > quickly answer this mysel

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

2004-02-19 Thread Bill Barker
I don't think this is important enough to stop the 5.0.19 release, since it doesn't effect the core functionality of Jk-Coyote. People that want it to work can grab the jar from the nightly or the gump(y) build (or compile the file into server/classes). And there is a configuration setting for pe

Re: [5.0.19] Release vote

2004-02-19 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, February 16, 2004 4:41 AM Subject: [5.0.19] Release vote Release 5.0.19 as Stable: [X] Yes [ ] No Rémy -

[RESULT] [VOTE] Release the HEAD of j-t as Tomcat 3.3.2

2004-02-19 Thread Bill Barker
There are 5 +1 votes: Bill Barker <[EMAIL PROTECTED]> Remy Macherat <[EMAIL PROTECTED]> Henri Gomez <[EMAIL PROTECTED]> Yoav Shapira <[EMAIL PROTECTED]> Larry Issacs <[EMAIL PROTECTED]> There was one +0.5: Costin Manolache <[EMAIL PROTECTED]> There were n

Re: Tomcat 3.3.2-dev current build is available

2004-02-19 Thread Bill Barker
I looked into the Watchdog tests, and in all three failed cases for the servlet tests, it is Watchdog that is wrong: 1) session.getMaxInactiveInterval can be called on an invalid session. 2) response.setContentLength(10) requires that you actually write 10 bytes. 3) With response.setLocale(new Loca

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 InternalInputBuffer.java Constants.java Http11Protocol.java InternalOutputBuffer.java OutputFilter.java Http11Processor.java LocalStrings_fr.properties InputFilter.java Loca

2004-02-24 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 24, 2004 12:50 AM Subject: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 InternalInputBuffer.java Constants.java Http11Protocol.java InternalOutputBuffer.java Out

Re: [ANN] Apache Tomcat 3.3.2 Release Candidate 1

2004-02-24 Thread Bill Barker
- Original Message - From: "Henri Gomez" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, February 24, 2004 7:46 AM Subject: Re: [ANN] Apache Tomcat 3.3.2 Release Candidate 1 > Henri Gomez wrote: > > Bi

Fw: CLAs : Deadline is March 1, 2004 to avoid suspension of commit privs

2004-02-24 Thread Bill Barker
It seems that there are still a handful of active Tomcat committers that this applies to. - Original Message - From: "Geir Magnusson Jr" <[EMAIL PROTECTED]> To: "Jakarta General List" <[EMAIL PROTECTED]> Sent: Monday, February 23, 2004 3:25 PM Subject: CLAs : Deadline is March 1, 2004 to a

Re: [ANN] Apache Tomcat 3.3.2 Release Candidate 1

2004-02-25 Thread Bill Barker
- Original Message - From: "Henri Gomez" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, February 25, 2004 4:04 AM Subject: Re: [ANN] Apache Tomcat 3.3.2 Release Candidate 1 > Bill Barker wrote: > > > -

Re: TC 3.3.2 and JMX

2004-02-25 Thread Bill Barker
- Original Message - From: "Henri Gomez" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, February 25, 2004 4:50 AM Subject: TC 3.3.2 and JMX > Any objection to set the default JMX port to -1 ? > None here. Jk-Coyote is now the default, and it's con

[ANN] Apache Tomcat 3.3.2 Release Candidate 1

2004-02-23 Thread Bill Barker
The Tomcat Team announces the immediate availability of Apache Tomcat 3.3.2 Release Candidate 1. Downloads: http://www.apache.org/~larryi/tomcat-3.3.2-rc1 The Apache Tomcat Team This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may conta

Re: cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat3 CoyoteInterceptor2.java

2004-02-26 Thread Bill Barker
- Original Message - From: "Henri Gomez" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Thursday, February 26, 2004 12:48 AM Subject: Re: cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat3 CoyoteInterceptor2.java > [EMAIL PROTECTED

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

2004-02-27 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 27, 2004 1:07 AM Subject: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_ajp13.c > hgomez 2004/02/27 01:07:23 > > Modified:jk/native2/common jk_worker_ajp13.c > L

Re: cvs commit: jakarta-tomcat/src/doc readme-3.3.2 index.html serverxml.html

2004-02-29 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 29, 2004 4:32 PM Subject: cvs commit: jakarta-tomcat/src/doc readme-3.3.2 index.html serverxml.html > billbarker2004/02/29 16:32:18 > > Modified:src/doc index.html serverxml.html >

Re: [5.0] Next release

2004-03-04 Thread Bill Barker
- Original Message - From: "Amy Roh" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Thursday, March 04, 2004 9:00 AM Subject: Re: [5.0] Next release > > - plenty of admin webapp patches need to be merged; Amy and Larry were > > the last persons seen maintaini

Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf CharChunk.java

2004-03-05 Thread Bill Barker
Actually, I had intended to include the fix to JkInputStream with the 3.3.2 release. It's just that you got to it faster than me :). I agree with Remy that the changes to ByteChunk and CharChunk shouldn't do anything, but I also agree with the idea of not risking it with the 3.3.2 release. I'm i

Tag Today - 3.3.2 Final

2004-03-05 Thread Bill Barker
I'm planning to tag 3.3.2 Final later today (unless Larry beats me to it :). This will give us the weekend to roll up the release, and make the announcement Sunday night (PDT), so it doesn't get lost in the tomcat-user traffic. I'll use the weekend to clean out the 3.3 entries in BZ. This mess

[ANN] Release of Tomcat 3.3.2

2004-03-09 Thread Bill Barker
The Tomcat Team announces the immediate availability of Apache Tomcat 3.3.2. This is the latest stable release in the Tomcat 3 line, and users of Tomcat 3.x are encouraged to upgrade to 3.3.2. This release includes bugfixes from 3.3.1, as well as some new feature enhancements such as support for

Re: [5.0] Problems with the next release

2004-03-11 Thread Bill Barker
I agree with Yoav that we can afford to wait a few days (if only so I don't have to take down the 3.3.2 binary distro :). However, I don't think that, without the ASF changing it's position, we can simply add some lines to the LICENSE file. That may work in C land, but in Java land it's the LGPL

Re: [5.0] Problems with the next release

2004-03-12 Thread Bill Barker
- Original Message - From: "Mladen Turk" <[EMAIL PROTECTED]> To: "'Tomcat Developers List'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, March 12, 2004 3:24 AM Subject: RE: [5.0] Problems with the next release > > > > -Original Message- > > From: jean-frederic clere > >

Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper Mapper.java MappingData.java

2004-03-16 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, March 16, 2004 12:47 PM Subject: Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper Mapper.java MappingData.java Remy Mauche

Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper Mapper.java MappingData.java

2004-03-16 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, March 16, 2004 2:13 PM Subject: Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper Mapper.jav

Re: Does Geronimo use tomcat?

2004-03-18 Thread Bill Barker
>From way back when, when I was subscribed to geronimo-dev, the main reason to use Jetty was that Geronimo had Jetty developers. There wasn't any real objection that I saw to using Tomcat, just a total lack of people who had that itch to scratch. If this is your itch, then by all means start send

Re: [5.0.20] New build

2004-03-22 Thread Bill Barker
I'm guessing that tomcat(w).exe are the old ones from 5.0.19? - Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, March 22, 2004 3:53 PM Subject: [5.0.20] New build The new build is now available (a bit late, but

Re: Tomcat 5's service.bat, etc.

2004-03-24 Thread Bill Barker
- Original Message - From: "Jess Holle" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, March 24, 2004 11:18 AM Subject: Tomcat 5's service.bat, etc. > The service.bat and tomcat.exe in Tomcat 5 have a number of issues as I > see it: > >1. The ne

Re: Coyote's ServerSocketFactory problem

2004-03-26 Thread Bill Barker
/[EMAIL PROTECTED]" > > > >keytab="/etc/keytab" /> > > > > > > > > > > > > > > > > This will successfully set the factory in CoyoteConnector, but it does > > > > NOT propagate to org.ap

Re: java.security.NoSuchAlgorithmException in Tomcat SOLUTION

2004-03-27 Thread Bill Barker
- Original Message - From: "Michael McGrady" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Saturday, March 27, 2004 8:46 AM Subject: Re: java.security.NoSuchAlgorithmException in Tomcat SOLUTION > For some reason Tomcat is not seeing the com.sun.crypto.provi

Re: DO NOT REPLY [Bug 28003] - JK2 documentation and usage issues

2004-03-28 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 28, 2004 10:22 AM Subject: DO NOT REPLY [Bug 28003] - JK2 documentation and usage issues > DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG > RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILAB

Re: 5.0.21 ?

2004-03-30 Thread Bill Barker
Are you using commons-daemon-1.0 or HEAD for jsvc? There is also a fix for a nasty bug with jsvc in the CVS. - Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, March 30, 2004 4:42 AM Subject: Re: 5.0.21 ? Mlade

Re: Coyote's ServerSocketFactory problem

2004-04-01 Thread Bill Barker
set your parameters on the , and they will end up passed to your SocketFactory. You can look at JSSESocketFactory to see how Tomcat handles this for the default SSL connector. > > On Fri, 2004-03-26 at 18:03, Bill Barker wrote: > > - Original Message - > > From: "Anton Us

Re: Coyote's ServerSocketFactory problem

2004-04-02 Thread Bill Barker
to "https", but I could be talked into modifying that. Otherwise, you'd probably have to modify Http11Processor (about the only class that has access to both the Request and the Socket :) to set the attributes you want on the Request. > thanks > -anton > > > On Thu,

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteAdapter.java CoyoteOutputStream.java CoyoteReader.java CoyoteRequest.java CoyoteWriter.java

2004-04-05 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 05, 2004 5:55 PM Subject: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteAdapter.java CoyoteOutputStream.java CoyoteReader.java CoyoteRequest.java CoyoteWriter

Re: Problems with stress tested apps

2004-04-06 Thread Bill Barker
- Original Message - From: "Henri Gomez" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, April 06, 2004 5:08 AM Subject: Re: Problems with stress tested apps > Henri Gomez wrote: > > > Henri Gomez wrote: > > > >> Hi to all, > >> > >> I've got problems

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardContext.java StandardDefaultContext.java

2004-04-13 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 13, 2004 4:59 PM Subject: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardContext.java StandardDefaultContext.java > luehe 2004/04/13 16:59:50 > > M

Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/compat JdkCompat.java Jdk14Compat.java

2004-04-14 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 14, 2004 6:44 PM Subject: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/compat JdkCompat.java Jdk14Compat.java > luehe 2004/04/14 18:44:49 > > Modified:util

Re: form based container auth and filters

2004-04-15 Thread Bill Barker
- Original Message - From: "Martin Alley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 15, 2004 3:06 AM Subject: form based container auth and filters > Hi, > > Can someone explain why filters were called on presenting a form based > login page in tomcat 4, but th

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm RealmBase.java

2004-04-19 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 19, 2004 1:42 PM Subject: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm RealmBase.java > luehe 2004/04/19 13:42:01 > > Modified:catalina/src/share/org

Re: jmx memory leak ?

2004-04-23 Thread Bill Barker
@see BZ #28321 - Original Message - From: "Ludovic Drolez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 23, 2004 9:18 AM Subject: jmx memory leak ? > Hi ! > > > We are currently using Tomcat 5.0.19. With simple servlets, we found that > memory usage was continuously in

Re: Next release

2004-05-11 Thread Bill Barker
"Remy Maucherat" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I feel like starting working on the possible new codebase for Tomcat, > now that Tomcat 5 is more or less stabilized. I have a few obvious > items, but while a lot could be done to make the code more modern, it > wouldn

Re: wrong timeIdel value in StandardSession

2004-04-26 Thread Bill Barker
- Original Message - From: "Amy Roh" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, April 26, 2004 6:07 PM Subject: wrong timeIdel value in StandardSession > The following patch causes regression where sessions don't expire when it > should. I have a

Re: Fedora "tomcat"

2004-05-17 Thread Bill Barker
- Original Message - From: "Costin Manolache" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 17, 2004 12:38 PM Subject: Re: Fedora "tomcat" > Remy Maucherat wrote: > >> > >> Finally - am I overreacting, are other people seeing this as a real > >> issue, or should we just i

Re: HTTP 1.1 Connector - Bye bye?

2004-05-19 Thread Bill Barker
It's been gone from j-t-catalina for quite awhile now, so this would be a change to TC 4.1.x. Personally I think that removing this would be too big of a change for a maintenance branch. However, I haven't been active on the 4.1 branch for a very long time, so I'll leave the decision up to those

Re: Time for 5.0.26?

2004-05-29 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Saturday, May 29, 2004 11:29 AM Subject: Re: Time for 5.0.26? >Shapira, Yoav wrote: >> Hi, >> We need to do a new release, 5.0.26, because of >> http://nagoya.apache.or

Re: CVS branching

2004-06-01 Thread Bill Barker
Since Gump(y) hasn't built for months, it can't complain more than it already is doing ;-). The real question is whether we want to run Gump on the 5.0 branch as well as HEAD. - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> S

Re: Gump build failures

2004-06-01 Thread Bill Barker
Yup, it seems that the Struts team has changed things about a year ago so that the admin doesn't work with it anymore. For debugging this one, it is probably enough to build Tomcat against a CVS co of struts. In general, you can co gump to a machine with python installed and debug the entire proc

Re: Watchdog status

2004-06-04 Thread Bill Barker
+1 for removing Watchdog from the TC 5 release process (of course, pretty meaningless, since I'm not the RM ;-). Its most recent version is for Servlet 2.3/JSP 1.2, so it can only show the worst regressions in TC 5 anyway. Since it's entire point is to provide a testing suite for OS projects befo

Re: JK2 documentation

2004-06-15 Thread Bill Barker
Probably start with the 'Quick Start' (near the bottom for jk2, near the top for jk), and go from there. Since 18245 translates to 'G''E', it looks like your current setup is trying to talk HTTP to the Jk port. - Original Message - From: "Amy Roh" <[EMAIL PROTECTED]> To: "Tomcat Developer

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteResponse.java

2004-06-19 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 19, 2004 11:14 AM Subject: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteResponse.java > markt 2004/06/19 11:14:23 > > Modified:catalina/src/s

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteResponse.java

2004-06-19 Thread Bill Barker
bly live with 'location.startsWith("mailto:";)' (and, even, "news:"; :) as a compromise. > Mark > > > -Original Message- > > From: Bill Barker [mailto:[EMAIL PROTECTED] > > Sent: Saturday, June 19, 2004 7:56 PM > > To: To

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteResponse.java

2004-06-20 Thread Bill Barker
p the current method of TC4, I'd go with: if(url.getAuthority() == null) return location (we might as well allow 'news:' as well :). > Thanks, > > Mark > > > > > -Original Message- > > From: Bill Barker [mailto:[EMAIL PROTECTED] &g

[GUMP@brutus]: Project jakarta-tomcat-jk (in module jakarta-tomcat-connectors) success

2004-10-24 Thread Bill Barker
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-jk *no longer* has an issue. The current state of this project is

Re: cvs commit: jakarta-tomcat-catalina/webapps/webdav/WEB-INF web.xml

2004-10-25 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 25, 2004 12:00 PM Subject: cvs commit: jakarta-tomcat-catalina/webapps/webdav/WEB-INF web.xml > yoavs 2004/10/25 12:00:23 > > Modified:tester/web/WEB-INF web.xml >weba

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/bin tool-wrapper.bat tool-wrapper.sh

2004-10-25 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 25, 2004 11:08 AM Subject: cvs commit: jakarta-tomcat-catalina/catalina/src/bin tool-wrapper.bat tool-wrapper.sh > >rem Add on extra jar files to CLASSPATH > -set CLASSPATH=%CLASSPATH%;%CAT

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

2004-10-25 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 25, 2004 2:18 PM Subject: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/security SecurityUtil.java > @@ -251,18 +251,17 @@ >if (session != null)

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector CoyoteAdapter.java

2004-10-27 Thread Bill Barker
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > luehe 2004/10/27 15:58:17 > > + > +private Method[] getAllDeclaredMethods(Class c) { > + > +if (c.equals(javax.servlet.http.HttpServlet.class)) { > +return null; > +} > + > +Method[

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector CoyoteAdapter.java

2004-10-28 Thread Bill Barker
- Original Message - From: "Jan Luehe" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Thursday, October 28, 2004 9:45 AM Subject: Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector Coyot

[GUMP@brutus]: Project jakarta-tomcat-coyote-tomcat4 (in module jakarta-tomcat-connectors) success

2004-10-31 Thread Bill Barker
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-coyote-tomcat4 *no longer* has an issue. The current state of thi

[GUMP@brutus]: Project jakarta-tomcat-jk (in module jakarta-tomcat-connectors) success

2004-10-31 Thread Bill Barker
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-jk *no longer* has an issue. The current state of this project is

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector RequestFacade.java LocalStrings.properties

2004-11-01 Thread Bill Barker
- Original Message - From: "Jan Luehe" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, November 01, 2004 3:41 PM Subject: Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector RequestFacade.java LocalStrings.properties

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session JDBCStore.java PersistentManagerBase.java StoreBase.java mbeans-descriptors.xml

2004-11-02 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 02, 2004 11:07 AM Subject: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session JDBCStore.java PersistentManagerBase.java StoreBase.java mbeans-descriptors.xml > p

[GUMP@brutus]: Project jakarta-tomcat-jk-ant (in module jakarta-tomcat-connectors) failed

2004-11-03 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-jk-ant has an issue affecting its community integration. This issu

[GUMP@brutus]: Project jakarta-tomcat-jk-ant (in module jakarta-tomcat-connectors) success

2004-11-03 Thread Bill Barker
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-jk-ant *no longer* has an issue. The current state of this projec

Re: org.apache.catalina.authenticator.SSLAutheticator

2004-11-08 Thread Bill Barker
- Original Message - From: "Ken Sims" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 08, 2004 8:25 AM Subject: org.apache.catalina.authenticator.SSLAutheticator >I am curious why SSLAuthenticator does not/cannot compare some attribute >of the client cert with the remo

Re: jk 1.2.6 and Tomcat 3.3.2

2004-11-16 Thread Bill Barker
- Original Message - From: "Henri Gomez" <[EMAIL PROTECTED]> To: "Discussion about Tomcat dev" <[EMAIL PROTECTED]> Sent: Tuesday, November 16, 2004 4:42 AM Subject: jk 1.2.6 and Tomcat 3.3.2 > Hi to all, > > I wonder if some of you still get this message in Tomcat 4.1.x and 5.0.x/5.5.x :

Re: jk 1.2.6 and Tomcat 3.3.2

2004-11-17 Thread Bill Barker
og :). If you want to find out more about why the connection is dropping, you'll probably have to log ChannelSocket at DEBUG level. > > On Wed, 17 Nov 2004 08:46:11 +0100, Henri Gomez <[EMAIL PROTECTED]> wrote: > > On Tue, 16 Nov 2004 10:09:44 -0800, Bill Barker <[EMAIL PR

Re: JK 1.2.6 and AJP problems

2004-11-17 Thread Bill Barker
- Original Message - From: "Mladen Turk" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, November 17, 2004 4:43 AM Subject: Re: JK 1.2.6 and AJP problems > Henri Gomez wrote: > > > > The way to do it is to click on many URL for differents servlets >

Re: JK 1.2.6 and AJP problems

2004-11-17 Thread Bill Barker
, so if it is easier you could just build tc 3.3.3-dev. > > On Wed, 17 Nov 2004 10:45:48 -0800, Bill Barker <[EMAIL PROTECTED]> wrote: > > > > > > > > - Original Message - > > From: "Mladen Turk" <[EMAIL PROTECTED]> > > To: &q

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11Processor.java

2004-11-20 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Saturday, November 20, 2004 1:17 AM Subject: Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11Processor.java [EMAIL PROTECTED]

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11Processor.java

2004-11-20 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Saturday, November 20, 2004 2:40 PM Subject: Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11Pr

[GUMP@brutus]: Project jakarta-tomcat-jk (in module jakarta-tomcat-connectors) failed

2004-11-29 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-jk has an issue affecting its community integration. This issue af

Re: Annoyance in the deployer

2004-12-04 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Saturday, December 04, 2004 9:39 AM Subject: Annoyance in the deployer Hi, Not something major, but there's that in the deployer: // Make sure there is an

Re: How to deploy a webapp using Embedded class

2004-12-04 Thread Bill Barker
- Original Message - From: "Jacek Laskowski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 04, 2004 1:55 PM Subject: How to deploy a webapp using Embedded class Hi, While working on creating a Tomcat gbean (aka service) for Geronimo I found something I don't under

Re: Adding header action filters to Catalina connector

2004-12-06 Thread Bill Barker
- Original Message - From: "Mladen Turk" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Monday, December 06, 2004 4:04 AM Subject: Adding header action filters to Catalina connector > Hi All, > > What would be the proper solution for the following problems: >

[GUMP@brutus]: Project jakarta-tomcat-jk-ant (in module jakarta-tomcat-connectors) success

2004-12-06 Thread Bill Barker
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-jk-ant *no longer* has an issue. The current state of this projec

[GUMP@brutus]: Project jakarta-tomcat-util (in module jakarta-tomcat-connectors) success

2004-12-06 Thread Bill Barker
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-util *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project jakarta-tomcat-coyote (in module jakarta-tomcat-connectors) success

2004-12-06 Thread Bill Barker
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-coyote *no longer* has an issue. The current state of this projec

[GUMP@brutus]: Project jakarta-tomcat-http11 (in module jakarta-tomcat-connectors) success

2004-12-06 Thread Bill Barker
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-http11 *no longer* has an issue. The current state of this projec

[GUMP@brutus]: Project jakarta-tomcat-coyote-tomcat4 (in module jakarta-tomcat-connectors) success

2004-12-06 Thread Bill Barker
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-coyote-tomcat4 *no longer* has an issue. The current state of thi

[GUMP@brutus]: Project jakarta-tomcat-coyote-tomcat3 (in module jakarta-tomcat-connectors) success

2004-12-06 Thread Bill Barker
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-coyote-tomcat3 *no longer* has an issue. The current state of thi

[GUMP@brutus]: Project jakarta-tomcat-jk (in module jakarta-tomcat-connectors) success

2004-12-06 Thread Bill Barker
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-jk *no longer* has an issue. The current state of this project is

Re: [PATCH] Fix for shutdown in jk_nt_service.c

2004-12-07 Thread Bill Barker
This has to be one of the most convincing reasons I can think of to exclude j-t-c/jk/native(2) from the source distro ;-). - Original Message - From: "Thuy-Linh Chu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 07, 2004 2:58 PM Subject: [PATCH] Fix for shutdown in jk

[GUMP@brutus]: Project jakarta-tomcat-jk-native-configure (in module jakarta-tomcat-connectors) failed

2004-12-15 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-jk-native-configure has an issue affecting its community integrat

Re: JK throws java.lang.NumberFormatException when JSP is not found.

2004-12-15 Thread Bill Barker
At the risk of sounding like Remy, I'd have to credit your imagination again ;-). This exception happens long before the request is mapped, so it can't possibly matter if the page exists or not. It has to do with parsing the Content-Length header. If you can turn on DEBUG logging for org.apache.

Re: JK throws java.lang.NumberFormatException when JSP is not found. (trace logging)

2004-12-16 Thread Bill Barker
- Original Message - From: "Allistair Crossley" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Thursday, December 16, 2004 6:22 AM Subject: RE: JK throws java.lang.NumberFormatException when JSP is not found. (trace logging) Hi Guys, Well I have trace logging

[GUMP@brutus]: Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed

2004-12-17 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-jk-native has an issue affecting its community integration. This

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c

2004-12-17 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 17, 2004 3:24 AM Subject: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c mturk 2004/12/17 03:24:38 Modified:jk/native/common jk_uri_worker_map.c Log: Fi

<    3   4   5   6   7   8   9   10   11   >