Re: [Vote] (was Re: Top Level Project? Time for Top Level Lists?)

2005-09-13 Thread Keith Wannamaker
Per all the reasons Mark mentioned: Keith Bugs [X] forward to [EMAIL PROTECTED] [ ] forward to [EMAIL PROTECTED] Commits [X] forward to [EMAIL PROTECTED] [ ] forward to [EMAIL PROTECTED] - To unsubscribe, e-mail

svn and sites

2005-07-21 Thread Keith Wannamaker
to subscribe to [EMAIL PROTECTED] but no joy, I assume the lists are not up yet? Thanks, Keith Remy Maucherat wrote: introduced (I then do diffs between revisions). It seems with SVN I have to retrieve the full revision list for the repository (which will take hours). If someone can offer

cvs commit: jakarta-tomcat-catalina/webapps/webdav index.html

2005-05-02 Thread keith
keith 2005/05/02 15:13:36 Modified:webapps/webdav index.html Log: Update dav client compat list Revision ChangesPath 1.4 +1 -1 jakarta-tomcat-catalina/webapps/webdav/index.html Index: index.html

cvs commit: jakarta-tomcat-catalina/webapps/webdav index.html

2005-05-02 Thread keith
keith 2005/05/02 15:13:50 Modified:webapps/webdav Tag: TOMCAT_5_0 index.html Log: Update dav client compat list Revision ChangesPath No revision No revision 1.1.2.2 +1 -1 jakarta-tomcat-catalina/webapps/webdav/index.html

arbitrary jk_common http methods

2005-04-27 Thread Keith Wannamaker
new method. I could be wrong but in reading jk_ajp_common it seems that the code now requires the method to be known. You might want to think about re-adding this functionality if this is true, as it will no doubt save headaches down the road. Thanks, Keith

Re: arbitrary jk_common http methods

2005-04-27 Thread Keith Wannamaker
:-) Thanks, Keith Mladen Turk wrote: Keith Wannamaker wrote: Mladen, one of the features of the the former connector was being able to handle arbitrary http methods. I'm not aware such a feature ever existed. Only the ajp13 http methods can be handled by the ajp protocol, and that was always. Two

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2005-04-21 Thread keith
keith 2005/04/21 06:01:45 Modified:catalina/src/share/org/apache/catalina/authenticator Tag: TOMCAT_5_0 AuthenticatorBase.java Log: [34083, 27122, 28662, 29336, 29975, and 30618] Back out my previous change at Remy's wish so now Tomcat 5.0 too

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2005-04-21 Thread Keith Wannamaker
No one has commented so I withdraw my (valid) veto and I'll roll back 5.0 per Remy's wish. I'm disappointed because I remember when Tomcat was an open-source project. Keith My veto of this change still stands, and it would be your responsibility of finding a fix more compatible with IE

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2005-04-19 Thread Keith Wannamaker
, my change in 1.26 and on can all be backed out. If no one else is concerned that Tomcat 5.5 doesn't work by default with IE under SSL, then I'll withdraw my veto and rename the attribute I added to 'securePagesWithPragma' and make the pragma conditional, with a default of being included. Keith

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2005-04-19 Thread keith
keith 2005/04/19 07:06:24 Modified:catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java Log: [34083, 27122, 28662, 29336, 29975, and 30618] - invert so that securePagesWithPragma secures the pages with Pragma (retaining Remy's

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2005-04-19 Thread Keith Wannamaker
. Keith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2005-04-19 Thread keith
keith 2005/04/19 07:49:26 Modified:coyote/src/java/org/apache/coyote Tag: TOMCAT_5_0 Request.java Log: [33970] backport Remy's 1.31 fix into the 5.0 branch Revision ChangesPath No revision No revision

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2005-04-19 Thread Keith Wannamaker
If no one else weighs in on the root issue in a day or so, and you disagree with this change, I'll be happy to roll it back and/or backport 5.5 head of tree in its place. Keith Remy Maucherat wrote: [EMAIL PROTECTED] wrote: keith 2005/04/18 13:20:46 Modified:catalina/src/share/org

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2005-04-18 Thread keith
keith 2005/04/18 13:20:46 Modified:catalina/src/share/org/apache/catalina/authenticator Tag: TOMCAT_5_0 AuthenticatorBase.java Log: [34083 et al] For webapps with security constraints, we default to sending headers to disable caching. This is well

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2005-04-18 Thread keith
keith 2005/04/18 13:21:57 Modified:catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java Log: [34083 et al] For webapps with security constraints, we default to sending headers to disable caching. This is well-intentioned but IE

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2005-04-18 Thread Keith Wannamaker
? Keith Remy Maucherat wrote: [EMAIL PROTECTED] wrote: keith 2005/04/18 13:21:57 Modified:catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java Log: [34083 et al] For webapps with security constraints, we default to sending headers

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2005-04-18 Thread Keith Wannamaker
us. Are you aware of a client that depends solely on Pragma for cache instruction? I would argue that being unable to serve pages to IE under SSL is more significant than a caching problem in a client that doesn't understand cache-control. Keith Remy Maucherat wrote: Keith Wannamaker wrote

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2005-04-18 Thread Keith Wannamaker
, so we have to disable caching. However, I don't know that the broken Mozilla agent requires the Pragma header to do this. Now, I think you are misrepresenting the IE issue, and it's not such a big issue. Here is a test war for you and those interested, http://apache.org/~keith/ietest.war

Re: [34083,etc..] method of disabling cache

2005-04-15 Thread Keith Wannamaker
I haven't heard anything from this, so I plan on replacing the three headers this code sets with a single cache-control: private header this weekend in tc 5.0 and 5.5. Keith Keith Wannamaker wrote: Remy, what are your reasons for not using cache-control: private? We discovered some time ago

Re: [34083,etc..] method of disabling cache

2005-04-15 Thread Keith Wannamaker
Does cache-control: private not achieve the correct behavior for you? Keith Remy Maucherat wrote: Keith Wannamaker wrote: I haven't heard anything from this, so I plan on replacing the three headers this code sets with a single cache-control: private header this weekend in tc 5.0 and 5.5. Make

[34083,etc..] method of disabling cache

2005-04-14 Thread Keith Wannamaker
interoperable cache-disabling solution. Thanks, Keith cf http://issues.apache.org/bugzilla/show_bug.cgi?id=34083 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Query on Tomcat 4.1.31 , 4.1.29

2005-04-01 Thread Keith Wannamaker
Here is the link to 4.1.31 and its release notes http://archive.apache.org/dist/jakarta/tomcat-4/v4.1.31/ Thanks, Keith sun fire wrote: Hi, Where can I find the enhancements of Tomcat version 4.1.31 over 4.1.29 ? All releases available belong to the 5.x versions and 4.* versions don't seem

Re: TLP Draft Proposal

2005-03-22 Thread Keith Wannamaker
I'd be honored to be part of this transition if others deem it appropriate. Thanks, Keith Yoav Shapira wrote: NOTE: Who am I missing? Kin-man? Craig? Keith? Others? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

cvs commit: jakarta-tomcat-catalina/webapps/webdav index.html

2005-03-22 Thread keith
keith 2005/03/22 18:43:05 Modified:webapps/webdav Tag: TOMCAT_5_0 index.html Log: Add another client to the Webdav compatibility list Revision ChangesPath No revision No revision 1.1.2.1 +1 -0 jakarta-tomcat-catalina

cvs commit: jakarta-tomcat-catalina/webapps/webdav index.html

2005-03-22 Thread keith
keith 2005/03/22 18:43:17 Modified:webapps/webdav index.html Log: Add another client to the Webdav compatibility list Revision ChangesPath 1.3 +1 -0 jakarta-tomcat-catalina/webapps/webdav/index.html Index: index.html

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 OutputBuffer.java

2005-02-27 Thread keith
keith 2005/02/27 10:18:02 Modified:coyote/src/java/org/apache/coyote Response.java http11/src/java/org/apache/coyote/http11 Http11Processor.java coyote/src/java/org/apache/coyote/tomcat4 OutputBuffer.java Log: Allow servlets

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

2005-02-27 Thread keith
keith 2005/02/27 10:18:35 Modified:catalina/src/share/org/apache/catalina/connector OutputBuffer.java Log: Allow servlets to return multi-gb content-length headers - allow servlets to set content-length Integer.MAX_VALUE via setHeader() - if servlet

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

2005-02-27 Thread keith
keith 2005/02/27 13:30:52 Modified:coyote/src/java/org/apache/coyote Tag: TOMCAT_5_0 Response.java coyote/src/java/org/apache/coyote/tomcat4 Tag: TOMCAT_5_0 OutputBuffer.java http11/src/java/org/apache

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

2005-02-27 Thread keith
keith 2005/02/27 13:33:48 Modified:catalina/src/share/org/apache/coyote/tomcat5 Tag: TOMCAT_5_0 OutputBuffer.java Log: Backport to 50 branch of fix to allow servlets to return multi-gb content-length headers - allow servlets to set content-length

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

2005-02-09 Thread keith
keith 2005/02/09 21:25:42 Modified:http11/src/java/org/apache/coyote/http11/filters Tag: TOMCAT_5_0 IdentityOutputFilter.java coyote/src/java/org/apache/coyote Tag: TOMCAT_5_0 Response.java util/java/org

Re: SVN migration?

2005-02-04 Thread Keith Wannamaker
be -0 for the move until Eclipse has some robust support for svn. Keith Henri Yandell wrote: Just noticed an email on commons-dev. Subclipse doesn't support the synchonize feature yet. Hen On Fri, 4 Feb 2005 02:57:35 -0500, Henri Yandell [EMAIL PROTECTED] wrote: Tool-wise, Subclipse is an Eclipse

launching tomcat from java

2004-11-03 Thread Keith Wannamaker
What needs to be done to launch tomcat via reflection? jdk1.4 gives me java.lang.NoClassDefFoundError: javax/management/MBeanRegistration. Why does jmx have to be in the bootstrap loader? System.setProperty(catalina.home, l_catalinaHome.getAbsolutePath()); URL urls[] = new URL[] {

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

2004-11-03 Thread keith
keith 2004/11/03 14:23:22 Modified:catalina/src/share/org/apache/catalina/core Tag: TOMCAT_5_0 StandardContext.java Log: Backport to 5.0 my patch Remy applied to 5.5 to avoid npes on startup Revision ChangesPath No revision

[5.0] preRegister npe

2004-10-26 Thread Keith Wannamaker
to think I'm doing something wrong but I'm not sure what. This patch sure does seem to help things. Thanks for any input, Keith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat 5.0 under load

2004-10-15 Thread Keith Wannamaker
who may have been faced with the same problem and have looked at the problem themselves. Thanks for any input, Keith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat 5.0 under load

2004-10-15 Thread Keith Wannamaker
The time window is within about 15 minutes. We run tomcat standalone, with the standard http/11 connector. The server.xml is minimal. I agree with the reproduceable angle, that is always a good place to start. Keith Shapira, Yoav wrote: Hi, There are certainly other sites running Tomcat 5.0

Re: Tomcat 5.0 under load

2004-10-15 Thread Keith Wannamaker
this? If Keith is feeling like experimenting a little (without too much risk involved, though): try 5.5.3 with strategy=ms on the Connector. This will use the old TC 4.0 thread pool strategy, which is far less fancy, and was never reported as having trouble on stuff like RH 9. I may try this. Thanks

Re: Tomcat 5.0 under load

2004-10-15 Thread Keith Wannamaker
Hey Remy, by RH 9 bug do you mean the problem with jdk14 and nptl on RH9? (os is RH9) I am running without nptl. I did some more tracing and what I am seeing is that notify is called, the thread is waiting, but it never wakes up. Keith Remy Maucherat wrote: Keith Wannamaker wrote: Hey Remy

cvs commit: jakarta-tomcat-site/xdocs index.xml

2004-10-12 Thread keith
keith 2004/10/12 07:58:06 Modified:docs index.html xdocsindex.xml Log: Tomcat 4.1.31 release changes Revision ChangesPath 1.69 +1 -1 jakarta-tomcat-site/docs/index.html Index: index.html

[ANNOUNCEMENT] Jakarta Tomcat 4.1.31 Stable Released

2004-10-12 Thread Keith Wannamaker
The Jakarta Tomcat team is pleased to announce availability of Jakarta Tomcat 4.1.31, available for download: http://jakarta.apache.org/site/binindex.cgi This is a maintenance release which incorporates a number of bug fixes which were backported from Tomcat 5. More information is available in

TCKs for 4.1.31

2004-10-06 Thread Keith Wannamaker
Hey Amy, would you mind running the TCKs against the 4.1.31 rc? http://apache.org/~keith/rc2/ How does one go about obtaining these tests? Thanks, Keith Amy Roh wrote: Thanks Jan for the update. I have confirmed that all JSP TCK tests pass with the latest StandardWrapper.java. I have retagged

[VOTE] Tomcat 4.1.31

2004-09-25 Thread Keith Wannamaker
I have uploaded a Tomcat 4.1.31 release canidate #2 to http://apache.org/~keith/rc2/ The change from RC1 is to correct the servlet-api doc's path. Continuing the 4.1.x release pattern-- after a week's worth of voting, if the outcome is stable, I will mirror and announce this RC as Tomcat 4.1.31

Re: [VOTE] 4.1.31 stability

2004-09-20 Thread Keith Wannamaker
Hi Kurt, good catch. I'll fix it and build RC2. Keith Kurt Miller wrote: From: Keith Wannamaker [EMAIL PROTECTED] I have uploaded a Tomcat 4.1.31 release canidate to http://apache.org/~keith/rc1/ In the binary releases, the servletapi documentation was installed into /webapps/tomcat-docs

[VOTE] 4.1.31 stability

2004-09-19 Thread Keith Wannamaker
I have uploaded a Tomcat 4.1.31 release canidate to http://apache.org/~keith/rc1/ Continuing the 4.1.x release pattern-- after a week's worth of voting, if the outcome is stable, I will mirror and announce this RC as Tomcat 4.1.31. Please vote on the stability of this release: Ballot

cvs commit: jakarta-tomcat-4.0 KEYS

2004-09-18 Thread keith
keith 2004/09/18 11:38:51 Modified:.KEYS Log: Add my key Revision ChangesPath 1.4 +36 -0 jakarta-tomcat-4.0/KEYS Index: KEYS === RCS file: /home/cvs/jakarta-tomcat-4.0/KEYS,v

4.1.31 tag Saturday

2004-09-16 Thread Keith Wannamaker
I will be tagging 4.1.31 Saturday in preparation for a 4.1.31 release canidate release. Keith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-4.0 build.xml

2004-09-13 Thread keith
keith 2004/09/13 08:19:00 Modified:.build.xml Log: In nsis2, makensis-bz2 is no more. It is replaced by SetCompressor in the nsi file, which has been added to tomcat.nsi; however here we need to point to makensis. Revision ChangesPath 1.85 +1 -1

Version announcements

2004-09-12 Thread Keith Wannamaker
or is it up to the whim of the RM? Keith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

content-length long

2004-08-26 Thread Keith Wannamaker
By setContentLength taking an int instead of a long, even in jsr154, does this mean the only way to send back files longer than max_int is to chunk them? Spec folks, has there ever been dicussion of changing this related parameters to long? Keith

[RESULT] 4.1.31 maintenance release

2004-08-23 Thread Keith Wannamaker
The vote carried. I am aiming for the end of the month for tagging and building a RC for 4.1.31. Keith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Where's 4.1.31?

2004-08-20 Thread Keith Wannamaker
Yoav, I haven't RM'd a release yet but if you or another RM-pro is willing to show me what is involved I might be willing to wear the hat for 4.1.31. Here is how I understand the process: - tag and create a release canidate - email to announce@ - wait 48 hours for show stoppers - delcare the RC

RE: Where's 4.1.31?

2004-08-20 Thread Keith Wannamaker
Hi Jess, in our case we don't have the resources at this point in time to certify our product with a completely new code base. I'm sure different people have different reasons. Keith -Original Message- From: Jess Holle [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 10:38 AM

RE: Where's 4.1.31?

2004-08-20 Thread Keith Wannamaker
to be the 4.1.31 RM and I will go to work on syncing the release notes and get an rc out this weekend. Keith -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 10:44 AM To: Tomcat Developers List Subject: RE: Where's 4.1.31? Hi, The process

[VOTE] 4.1.31 maintenance release

2004-08-20 Thread Keith Wannamaker
Hi, I propose to apply pending bugzilla 4.1 patches and issue a 4.1.31 release. The existance of unreleased committed fixes, unapplied patches, and multiple requests for 4.1.31 on tomcat-dev clearly represent an interest in a maintenance relase of 4.1.31. I volunteer to be the RM for this

RE: Where's 4.1.31?

2004-08-20 Thread Keith Wannamaker
guidelines is that a release plan is a lazy majority vote, so your -1 would trigger a majority vote on a 4.1.31 release. So, I will issue a vote on this release. Keith -Original Message- From: Jeanfrancois Arcand [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 12:46 PM To: Tomcat

cvs commit: jakarta-tomcat-connectors build.xml

2004-08-18 Thread keith
keith 2004/08/18 05:37:32 Modified:.build.xml Log: jtc now needs regexp to build coyote Revision ChangesPath 1.10 +4 -0 jakarta-tomcat-connectors/build.xml Index: build.xml

style

2004-06-29 Thread Keith Wannamaker
I notice that tabs are showing up in some changes, specifically in jk2, but also in some other places. I want to make sure that we are all on the same page for using the apache coding standards which call for no tabs and 4-space indents. Keith

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

2004-06-16 Thread keith
keith 2004/06/16 08:42:03 Modified:jk/native2/server/apache2 mod_jk2.c Log: The patch that was just applied for a bug was against an older version and referred to a nonexistant variable. Revision ChangesPath 1.84 +2 -2 jakarta-tomcat-connectors/jk/native2

RE: Connector bugs

2004-06-16 Thread Keith Wannamaker
+1 Keith -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 1:37 PM To: 'Tomcat Developers List' Subject: Connector bugs I propose re-assigning all connector bugs currently against TC4 to TC5. I propose to mark the bugs against the deprecated

RE: why is jk_registry.h in ./jk/native2/common? /2

2004-06-15 Thread Keith Wannamaker
Hi Guenter, I don't see any reason not to move it, but I would be sure to update the devstudio as well as build.xml files. Probably the best thing to do is delete it and commit it with a message indicating the original location. Keith -Original Message- From: Günter Knauf [mailto:[EMAIL

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

2004-06-15 Thread keith
keith 2004/06/15 12:24:30 Added: jk/native2/server/isapi .cvsignore jk/native2/server/apache2 .cvsignore Log: Ignore MSVC build files Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native2/server/isapi/.cvsignore Index

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

2004-06-15 Thread keith
keith 2004/06/15 13:37:11 Modified:jk/native2/common jk_requtil.c jk/java/org/apache/ajp RequestHandler.java jk/xdocs/common AJPv13.xml jk/native2/include jk_service.h jk/java/org/apache/jk/common HandlerRequest.java Log

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi install4iis.js

2004-06-07 Thread keith
keith 2004/06/07 15:15:32 Modified:jk/native2/server/isapi install4iis.js Log: Actually filter can be on service or server, so move it back to server. However, we may have to create our own Filters container as IIS only creates one automatically for the service

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi install4iis.js

2004-06-07 Thread keith
keith 2004/06/07 14:08:26 Modified:jk/native2/server/isapi install4iis.js Log: Filters is on the service object Revision ChangesPath 1.4 +2 -2 jakarta-tomcat-connectors/jk/native2/server/isapi/install4iis.js Index: install4iis.js

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi install4iis.js

2004-06-07 Thread keith
keith 2004/06/07 16:58:17 Modified:jk/native2/server/isapi install4iis.js Log: s-S Revision ChangesPath 1.6 +1 -1 jakarta-tomcat-connectors/jk/native2/server/isapi/install4iis.js Index: install4iis.js

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

2004-06-03 Thread keith
keith 2004/06/03 15:38:02 Modified:jk build.xml Log: If you ant download your code, you need to pull these in so that the references are correct. I am open to a more correct way of accomplishing this. Revision ChangesPath 1.74 +2 -0 jakarta-tomcat

cvs commit: jakarta-tomcat-connectors build.properties.default

2004-06-02 Thread keith
keith 2004/06/02 17:17:48 Modified:.build.properties.default Log: ant download maintenance Revision ChangesPath 1.5 +27 -16jakarta-tomcat-connectors/build.properties.default Index: build.properties.default

FW: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11Protocol.java

2004-05-27 Thread Keith Wannamaker
Yoav, you might want to remove this. Thanks, Keith -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 11:12 AM To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11Protocol.java

jakarta-servletapi-4

2003-12-09 Thread Keith Wannamaker
Does anyone object to me tagging head of this module with TOMCAT_4_1_29 ? Keith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: jakarta-servletapi-4

2003-12-09 Thread Keith Wannamaker
Works for me -- no rush. How about just tag it once you've checked those doc warning fixes in? :-) Keith | -Original Message- | From: Mark Thomas [mailto:[EMAIL PROTECTED] | Sent: Tuesday, December 09, 2003 2:03 PM | To: 'Tomcat Developers List' | Subject: RE: jakarta-servletapi-4

Jk2 causes segfault with more than 42 channels

2003-09-27 Thread Keith Glen Bjorndahl
. Is there some hard coded array or something somewhere? I'm using the Jk2 that came with Tomcat 4.1.27 Keith Bjorndahl [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[patch] wrong rx to invalid url

2003-09-18 Thread Keith Wannamaker
or no trailing hex digits. This exception is ignored and Tomcat is returning a 200 with an empty body, which is wrong. Any suggestions on a better way to correct are welcome. Keith - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: [patch] wrong rx to invalid url

2003-09-18 Thread Keith Wannamaker
Yes it can be, good catch. Keith | -Original Message- | From: Remy Maucherat [mailto:[EMAIL PROTECTED] | Sent: Thursday, September 18, 2003 4:07 PM | To: Tomcat Developers List | Subject: Re: [patch] wrong rx to invalid url | | | Keith Wannamaker wrote: | | I'd like to commit

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java

2003-09-18 Thread keith
keith 2003/09/18 13:53:01 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java Log: Respond 400 to requests which contain '%' with no or invalid trailing hex digits Revision ChangesPath 1.20 +11 -5 jakarta-tomcat-connectors/coyote/src/java

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

2003-09-18 Thread keith
keith 2003/09/18 15:20:51 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteAdapter.java Log: Respond 400 to requests which contain '%' with no or invalid trailing hex digits Revision ChangesPath 1.13 +11 -5 jakarta-tomcat

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

2003-09-18 Thread Keith Wannamaker
I been unsuccessful all afternoon at building j-t-catalina, and end-of-day has caught me. If this commit gives anyone fits, let me know and I'll be glad to roll it back. Keith | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] | Sent: Thursday, September 18, 2003 6

eclipse dependencies

2003-08-10 Thread Keith Wannamaker
of these projects, and to exclude coyote from the j-t-connector project. This makes me believe that coyote shouldn't live in j-t-connectors, but I suppose there is a good reason why it is there. Anyway, FYI. Keith - To unsubscribe, e

RE: [RFC] Handling the '*' URL

2003-07-11 Thread Keith Wannamaker
Hi Bill, I am partial to handling it in the default servlet. I agree the root context can't speak definitively for all contexts, but I think it has a better chance of knowing a proper response than the connector. Keith | -Original Message- | From: Bill Barker [mailto:[EMAIL PROTECTED

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

2003-07-03 Thread Keith Wannamaker
Hi Remy, * does map to the default context. Can you think of any special downstream handling that we should do for '*'? Keith | -Original Message- | From: Remy Maucherat [mailto:[EMAIL PROTECTED] | Sent: Thursday, July 03, 2003 2:50 AM | To: Tomcat Developers List | Subject: Re: cvs

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java

2003-07-02 Thread keith
keith 2003/07/02 17:15:16 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java Log: Allow * as a valid url Revision ChangesPath 1.19 +8 -4 jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/CoyoteAdapter.java Index

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

2003-07-02 Thread keith
keith 2003/07/02 17:16:49 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteAdapter.java Log: Allow * as a valid url Revision ChangesPath 1.8 +8 -4 jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5

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

2003-03-24 Thread keith
keith 2003/03/24 15:19:19 Modified:.RELEASE-NOTES-4.1.txt catalina/src/share/org/apache/catalina/authenticator DigestAuthenticator.java catalina/src/share/org/apache/catalina/realm RealmBase.java Log: Improve digest

RE: [VOTE] [4.1.24] Stability rating

2003-03-20 Thread Keith Wannamaker
| ballot | [ ] Alpha | [ ] Beta | [X] Stable (GA) | /ballot | Keith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2003-03-18 Thread keith
keith 2003/03/18 17:33:17 Modified:.RELEASE-NOTES-4.1.txt catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java Log: Rollback incorrect fix for 14616 Revision ChangesPath 1.70 +1 -5 jakarta

RE: A tomcat SSL question

2003-03-14 Thread Keith Wannamaker
Hi Mark, you can start the vm with -Djavax.net.debug=all to get under the hood of jsse and see why the handshake is failing. You may also need to do some conversion as described here: http://www.comu.de/docs/tomcat_ssl.htm. Keith | -Original Message- | From: [EMAIL PROTECTED] [mailto

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

2003-03-13 Thread Keith Wannamaker
Hi Bill, I had closed the bug because Remy told me it was already fixed in 5.0. I guess it wasn't. If you do any more work on it you should indicate the bug which is 14616. Keith | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] | Sent: Thursday, March 13, 2003

RE: Please Help, Building JK2 failed

2003-03-13 Thread Keith Wannamaker
Hi Al, well of course production code is in CVS too. Just use the appropriate tag when checking out. There might have been something funny about your tarball, and you can eliminate this possibility by pulling straight from CVS. Keith | -Original Message- | From: Al [mailto:[EMAIL

RE: 4.1 authentication bug / bug 14616

2003-03-12 Thread Keith Wannamaker
and the worst cases, namely inter-webapp credential sharing. Keith | -Original Message- | From: Bill Barker [mailto:[EMAIL PROTECTED] | Sent: Wednesday, March 12, 2003 1:28 AM | To: Tomcat Developers List | Subject: Re: 4.1 authentication bug / bug 14616 | | | | - Original Message

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2003-03-12 Thread keith
keith 2003/03/12 06:48:13 Modified:.RELEASE-NOTES-4.1.txt catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java Log: Redirect to add trailing slash prior to challenging for auth. PR: 14616 Revision

RE: 4.1 authentication bug / bug 14616

2003-03-12 Thread Keith Wannamaker
, and it would bother anyone else who set up multiple webapps with authentication. Keith | -Original Message- | From: Remy Maucherat [mailto:[EMAIL PROTECTED] | Sent: Wednesday, March 12, 2003 10:24 AM | To: Tomcat Developers List | Subject: Re: 4.1 authentication bug / bug 14616

RE: Compiling from sources

2003-03-12 Thread Keith Wannamaker
to that dir, it is pretty good about picking them up. Just step through build.properties and tweak a few version numbers here and there. At any rate, the break of head will not last long. Keith | -Original Message- | From: Joseph Hindin [mailto:[EMAIL PROTECTED] | Sent: Wednesday, March 12

4.1 authentication bug / bug 14616

2003-03-11 Thread Keith Wannamaker
, it does fix the most egregious case for context roots. Please comment if you are not comfortable with credentials being inadvertently shared between all webapps on a given domain. Keith - To unsubscribe, e-mail: [EMAIL

RE: auth bug fix for 4.0.6

2002-11-08 Thread Keith Wannamaker
and method of the fix. However the behavior is very standard and necessary (Apache handles auth and redirects the same way for the same reason). In the example I gave, the security constraint was /* for the context. Keith | -Original Message- | From: Remy Maucherat [mailto:remm;apache.org

RE: auth bug fix for 4.0.6

2002-11-08 Thread Keith Wannamaker
Very good eyes Bill, I agree. The correct fix would have to incorporate both the context name and the constraint URI. Keith | -Original Message- | From: Bill Barker [mailto:wbarker;wilshire.com] | Sent: Friday, November 08, 2002 2:11 AM | To: Tomcat Developers List | Subject: Re: auth

RE: Coyote/Http11 under load

2002-11-07 Thread Keith Wannamaker
between the tests. I'm still investigating, but it may be easier for us to move to 4.0. Keith | -Original Message- | From: Remy Maucherat [mailto:remm;apache.org] | Sent: Thursday, November 07, 2002 2:22 AM | To: Tomcat Developers List | Subject: Re: Coyote/Http11 under load | | | Keith

auth bug fix for 4.0.6

2002-11-07 Thread Keith Wannamaker
- 301 to /foo/ GET /foo/ - 401 GET /foo/ with auth- 200 GET /bar WITHOUT auth I'll be glad to ci it, but those more in the know may have a better location for the fix in mind. Keith Index: catalina/src/share/org/apache/catalina/authenticator

Coyote/Http11 under load

2002-11-06 Thread Keith Wannamaker
/sec http10 6.3rq/sec, 92kb/sec Any similar experiences or ideas? I'm continuing to investigate. Keith -- To unsubscribe, e-mail: mailto:tomcat-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org

RE: Coyote/Http11 under load

2002-11-06 Thread Keith Wannamaker
. Keith | -Original Message- | Subject: Coyote/Http11 under load | | | I'm using http11 on a busy site with more or less Tomcat 3.3 head | (3.3.2-dev). | | coyote/http11 4.2rq/sec, 63kb/sec | http10 6.3rq/sec, 92kb/sec -- To unsubscribe, e-mail: mailto:tomcat-dev

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server Http10Interceptor.java

2002-10-28 Thread keith
keith 2002/10/28 11:05:43 Modified:src/share/org/apache/tomcat/modules/server Http10Interceptor.java Log: This cast is sort of expensive, so avoid it if possible. Revision ChangesPath 1.35 +36 -20 jakarta-tomcat/src/share/org/apache

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/loggers AccessLogInterceptor.java

2002-10-04 Thread keith
keith 2002/10/04 11:33:11 Modified:src/share/org/apache/tomcat/modules/loggers AccessLogInterceptor.java Log: Use CRLF on Win32 for access log Revision ChangesPath 1.8 +2 -1 jakarta-tomcat/src/share/org/apache/tomcat/modules/loggers

  1   2   3   >