DO NOT REPLY [Bug 45618] Selector is not closed.

2008-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45618 Hao Zhong <[EMAIL PROTECTED]> changed: What|Removed |Added Status|RESOLVED|REOPENED R

Re: svn commit: r685981 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2008-08-14 Thread William A. Rowe, Jr.
[EMAIL PROTECTED] wrote: Author: markt Date: Thu Aug 14 11:11:28 2008 New Revision: 685981 FYI, I've updated asf-mailer so it no longer directs commit traffic to the long-dead [EMAIL PROTECTED] Which means starting at this commit, you may have to adjust your filters. But reply-to-all should n

svn commit: r685982 - in /tomcat: current/tc5.5.x/STATUS.txt tc6.0.x/trunk/STATUS.txt

2008-08-14 Thread markt
Author: markt Date: Thu Aug 14 11:14:19 2008 New Revision: 685982 URL: http://svn.apache.org/viewvc?rev=685982&view=rev Log: Withdraw proposal since a better fix is on the way. Modified: tomcat/current/tc5.5.x/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/current/tc5.5.x/ST

svn commit: r685981 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2008-08-14 Thread markt
Author: markt Date: Thu Aug 14 11:11:28 2008 New Revision: 685981 URL: http://svn.apache.org/viewvc?rev=685981&view=rev Log: Revert the previous fix. Filip has suggested an alternative approach that should address the various objections. New patch will follow in the next few days. Modified:

Re: svn commit: r685838 - in /tomcat/site/trunk: docs/security.html xdocs/security.xml

2008-08-14 Thread William A. Rowe, Jr.
I love the way you phrased this, httpd should steal this for our site :) Bill [EMAIL PROTECTED] wrote: Author: markt Date: Thu Aug 14 03:07:25 2008 New Revision: 685838 URL: http://svn.apache.org/viewvc?rev=685838&view=rev Log: Make purpose of security mailing list even clearer. Could now just

DO NOT REPLY [Bug 45632] HttpOnly Cookie support in 6.0.18

2008-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45632 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

Re: svn commit: r685823 - in /tomcat: container/tc5.5.x/webapps/docs/config/systemprops.xml current/tc5.5.x/STATUS.txt jasper/tc5.5.x/src/share/org/apache/jasper/compiler/Parser.java jasper/tc5.5.x/sr

2008-08-14 Thread Konstantin Kolinko
s/escpaing/escaping/ in systemprops.xml 2008/8/14 <[EMAIL PROTECTED]>: > Author: markt > Date: Thu Aug 14 02:04:26 2008 > New Revision: 685823 > > URL: http://svn.apache.org/viewvc?rev=685823&view=rev > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45015 > You can't use an unesca

Re: svn commit: r684559 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2008-08-14 Thread Konstantin Kolinko
Hi, I, personally, somehow like the idea of testing accept() before entering the main loop. Although it looks more like an enhancement than a fix for some specific bug. ((Am I right, that this code of JSSESocketFactory.createSocket() / initServerSocket() is executed only once, i.e. there is only

DO NOT REPLY [Bug 45632] New: HttpOnly Cookie support in 6.0.18

2008-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45632 Summary: HttpOnly Cookie support in 6.0.18 Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P

Re: 5.5.27

2008-08-14 Thread Yoav Shapira
On Thu, Aug 14, 2008 at 12:33 AM, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > How about cutting a release candidate on Monday, Aug 18th and if all is > well, have a release towards end of next week? +1. Yoav - To unsubs

Re: svn commit: r684559 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2008-08-14 Thread Mark Thomas
Mark Thomas wrote: > There must be a way to test cert/cipher compatibility without opening a > socket but I couldn't find it when I looked. I'll take another look at the > javax.net.ssl API but if anyone has any bright ideas please, let me know. SSLEngine looks promising. I'll see if I can modify

svn commit: r685845 - /tomcat/current/tc5.5.x/STATUS.txt

2008-08-14 Thread markt
Author: markt Date: Thu Aug 14 03:47:38 2008 New Revision: 685845 URL: http://svn.apache.org/viewvc?rev=685845&view=rev Log: Respond to Filip's -1 Modified: tomcat/current/tc5.5.x/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc5.5.x

svn commit: r685843 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-08-14 Thread markt
Author: markt Date: Thu Aug 14 03:45:13 2008 New Revision: 685843 URL: http://svn.apache.org/viewvc?rev=685843&view=rev Log: Respond to Filip's -1. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STAT

DO NOT REPLY [Bug 45528] Tomcat 6 fails to detect a matching certificate and stuck in an infinite loop

2008-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45528 --- Comment #4 from Mark Thomas <[EMAIL PROTECTED]> 2008-08-14 03:41:12 PST --- For the record, neither the alias nor the password appears to be the problem. The only way I could reproduce the loop of log messages it was to take a valid

Re: svn commit: r684559 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2008-08-14 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > the check would be as simple as > > > boolean b = keystore.isKeyEntry(alias); It would be if the alias was the problem. Unfortunately it isn't. See my longer mail on the subject. Mark > > Filip > > > Filip Hanik - Dev Lists wrote: >> -1: this is a misconfigu

Re: svn commit: r684559 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2008-08-14 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > -1: this is a misconfigured keystore. Solution is to fix the keystore. > The SSL-HOW-TO in tomcat is talking about this. > There are a few cases, in this users case, the 'tomcat' alias is > not present > The keystore in this case doesn't even contain

svn commit: r685838 - in /tomcat/site/trunk: docs/security.html xdocs/security.xml

2008-08-14 Thread markt
Author: markt Date: Thu Aug 14 03:07:25 2008 New Revision: 685838 URL: http://svn.apache.org/viewvc?rev=685838&view=rev Log: Make purpose of security mailing list even clearer. Could now just provide a link to this page in response to non-issue mails to the security address. Modified: tomcat

svn commit: r685835 - in /tomcat: container/tc5.5.x/catalina/src/share/org/apache/catalina/realm/JDBCRealm.java container/tc5.5.x/webapps/docs/changelog.xml current/tc5.5.x/STATUS.txt

2008-08-14 Thread markt
Author: markt Date: Thu Aug 14 02:37:23 2008 New Revision: 685835 URL: http://svn.apache.org/viewvc?rev=685835&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45453 Add required sync to race condition Based on a patch by Santtu Hyrkk Modified: tomcat/container/tc5.5.x/ca

DO NOT REPLY [Bug 45453] JDBCRealm.getRoles bad synchronization causes hangs w/ DIGEST authentication

2008-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45453 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 42727] CoyoteReader readLine returns null for some post request bodies that are a multiple of MAX_LINE_LENGTH in size

2008-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42727 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 44060] This bug is a copy of bug 42727(CoyoteReader readLine returns null for some post request bodies that are a multiple of MAX_LINE_LENGTH in size). but for Tomcat Version 6

2008-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44060 Bug 44060 depends on bug 42727, which changed state. Bug 42727 Summary: CoyoteReader readLine returns null for some post request bodies that are a multiple of MAX_LINE_LENGTH in size https://issues.apache.org/bugzilla/show_bug.cgi?id=4272

svn commit: r685833 - in /tomcat: container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/CoyoteReader.java container/tc5.5.x/webapps/docs/changelog.xml current/tc5.5.x/STATUS.txt

2008-08-14 Thread markt
Author: markt Date: Thu Aug 14 02:32:26 2008 New Revision: 685833 URL: http://svn.apache.org/viewvc?rev=685833&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42727 Correctly handle request lines that are exact multiples of 4096 in length. Patch provided by Will Pugh. Modifie

svn commit: r685831 - in /tomcat: container/tc5.5.x/webapps/docs/ssl-howto.xml current/tc5.5.x/STATUS.txt

2008-08-14 Thread markt
Author: markt Date: Thu Aug 14 02:28:52 2008 New Revision: 685831 URL: http://svn.apache.org/viewvc?rev=685831&view=rev Log: Remove JDK 1.3 references. Docs patch so just apply it. Modified: tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml tomcat/current/tc5.5.x/STATUS.txt Modified: t

svn commit: r685828 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2008-08-14 Thread markt
Author: markt Date: Thu Aug 14 02:15:19 2008 New Revision: 685828 URL: http://svn.apache.org/viewvc?rev=685828&view=rev Log: Add missing entry to changelog Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http:/

svn commit: r685826 - in /tomcat: container/tc5.5.x/catalina/src/share/org/apache/catalina/session/StandardSession.java container/tc5.5.x/webapps/docs/changelog.xml current/tc5.5.x/STATUS.txt

2008-08-14 Thread markt
Author: markt Date: Thu Aug 14 02:11:55 2008 New Revision: 685826 URL: http://svn.apache.org/viewvc?rev=685826&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45195 NPE when calling getAttribute(null). The spec is unclear but this is a regression from 5.0.x Modified: to

DO NOT REPLY [Bug 45195] Possible regression issue with HttpSession.getAtttribute()

2008-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45195 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 45015] Quoting in attributes

2008-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45015 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r685823 - in /tomcat: container/tc5.5.x/webapps/docs/config/systemprops.xml current/tc5.5.x/STATUS.txt jasper/tc5.5.x/src/share/org/apache/jasper/compiler/Parser.java jasper/tc5.5.x/src/sh

2008-08-14 Thread markt
Author: markt Date: Thu Aug 14 02:04:26 2008 New Revision: 685823 URL: http://svn.apache.org/viewvc?rev=685823&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45015 You can't use an unescaped quote if you quote the value with that character Modified: tomcat/container/tc5.

DO NOT REPLY [Bug 42899] Creating a new context via Admin Tool fails when clicking button "commit changes"

2008-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42899 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r685818 - in /tomcat: container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/StandardContextSF.java container/tc5.5.x/webapps/docs/changelog.xml current/tc5.5.x/ST

2008-08-14 Thread markt
Author: markt Date: Thu Aug 14 01:49:40 2008 New Revision: 685818 URL: http://svn.apache.org/viewvc?rev=685818&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42899 When saving config from admin app, correctly handle case where old config file does not exist. Modified:

DO NOT REPLY [Bug 44021] Deployer cannot deploy wars with #s

2008-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44021 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 44494] Requests greater than 8k being truncated.

2008-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44494 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|ASSIGNED|RESOLVED

DO NOT REPLY [Bug 45618] Selector is not closed.

2008-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45618 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 45630] Increasing Database Connections after Redeployment

2008-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45630 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

Re: AJP and PHP

2008-08-14 Thread John G
Quintin,   Yes, what you suggested is similar to what I proposed in my inital post and I agree that implementing AJP in PHP would be a path best not traveled.. :-)   Was planing on using the memcached PHP client as a road map to map the mod_jk or mod_proxy_ajp code into..   John Gentilin --- On

DO NOT REPLY [Bug 45630] New: Increasing Database Connections after Redeployment

2008-08-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45630 Summary: Increasing Database Connections after Redeployment Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal