Re: AJP and PHP

2008-08-14 Thread Quintin Beukes
Hey, I once looked for an AJP implementation for Java, and what I found was that there is only one implementation, and that is for Apache. From here, it's not a very complex protocol. It's basically a compressed http implementation. The concepts are very similar, with GET/POST requests, Headers,

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

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

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

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=685818view=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 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: 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=685823view=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:

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

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

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=685826view=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:

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=685831view=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:

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=685833view=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.

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

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

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=685835view=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:

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=685838view=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:

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 a

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 misconfigured

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

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:

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=685823view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45015 You can't use an unescaped quote

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: 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=685838view=rev Log: Make purpose of security mailing list even clearer. Could now just

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=685981view=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:

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=685982view=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:

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

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