Re: [Proposal] Branching JK

2009-03-24 Thread Mladen Turk
Costin Manolache wrote: I was thinking more as - when all the new features are implemented and we have a replacement protocol that has been around ( optional ) for a while - drop the old code and branch 1.3. This is certainly one approach, but from my humble experience that won't do any good.

DO NOT REPLY [Bug 46908] tomcat-users.xml has invalid encoding "cp1252" when using endorsed library xercesImpl.jar

2009-03-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46908 Stuart changed: What|Removed |Added CC||apa...@stuartr.net -- Configure bugm

DO NOT REPLY [Bug 46908] New: tomcat-users.xml has invalid encoding "cp1252" when using endorsed library xercesImpl.jar

2009-03-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46908 Summary: tomcat-users.xml has invalid encoding "cp1252" when using endorsed library xercesImpl.jar Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Windows Vist

DO NOT REPLY [Bug 46907] New: Jasper with log4j in web-app classpath and debug level enabled prevents reading HTTP POST stream from JSP

2009-03-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46907 Summary: Jasper with log4j in web-app classpath and debug level enabled prevents reading HTTP POST stream from JSP Product: Tomcat 5 Version: Unknown Platform: PC OS/Vers

Re: [Proposal] Branching JK

2009-03-24 Thread Costin Manolache
I was thinking more as - pick a 3rd party RPC/marshalling - like thrift, protobufs, etc, use it for all the new cluster/etc communication - and later for HTTP forwarding too (instead of extending AJP ) - add all the new features as separate source files, with minimal #ifdef-controlled glue. If th

Re: [Proposal] Branching JK

2009-03-24 Thread Henri Gomez
The library approach could be a good way to help people/corps use AJP. And it will force us to split better between AJP code/functionnality and WebServer operation (it's not really the case today). This AJP library could be fully APR (and so remove the pain with #define / #ifdef...) 2009/3/24 C

Re: [Proposal] Branching JK

2009-03-24 Thread Costin Manolache
On Tue, Mar 24, 2009 at 8:46 AM, Rainer Jung wrote: > On 24.03.2009 16:29, Costin Manolache wrote: > >> On Tue, Mar 24, 2009 at 8:13 AM, Henri Gomez >> wrote: >> >>> Why not moving into mod_proxy? If httpd were approaching a major version change (e.g. httpd 3.0), then there would be the free

Re: [Proposal] Branching JK

2009-03-24 Thread Costin Manolache
On Tue, Mar 24, 2009 at 8:57 AM, jean-frederic clere wrote: > Costin Manolache wrote: > >> On Tue, Mar 24, 2009 at 8:13 AM, Henri Gomez >> wrote: >> >> If you look at my message, my favourite is *not* a JK3. I'm in favor of >>> jk >>> 1.3. The difference for me is that 1.3 will be very

Re: [Proposal] Branching JK

2009-03-24 Thread Henri Gomez
And why not works first on a jk api ? I know companies, and some providing clustering/frontal box, who complains since their customers ask them for jk proxing/clustering. If we could proxy a jk API, may be using full APR, it could be easy for them to connect with Tomcat's using AJP and it will gi

Re: [Proposal] Branching JK

2009-03-24 Thread Mladen Turk
jean-frederic clere wrote: Mladen Turk wrote: Rainer Jung wrote: Hello, I'm thinking about branching JK, so adding http://svn.apache.org/viewvc/tomcat/connectors/branches/jk1.2.x and initially populate the branch with the contents of the 1.2.28 tag. The motivation is to stabilize 1.2 and re

Re: [Proposal] Branching JK

2009-03-24 Thread jean-frederic clere
Mladen Turk wrote: Rainer Jung wrote: Hello, I'm thinking about branching JK, so adding http://svn.apache.org/viewvc/tomcat/connectors/branches/jk1.2.x and initially populate the branch with the contents of the 1.2.28 tag. The motivation is to stabilize 1.2 and restrict further changes on 1.

svn commit: r757890 - /tomcat/connectors/branches/native/1.1.x/STATUS.txt

2009-03-24 Thread rjung
Author: rjung Date: Tue Mar 24 16:40:12 2009 New Revision: 757890 URL: http://svn.apache.org/viewvc?rev=757890&view=rev Log: Add backport proposals. Modified: tomcat/connectors/branches/native/1.1.x/STATUS.txt Modified: tomcat/connectors/branches/native/1.1.x/STATUS.txt URL: http://svn.apac

Re: [Proposal] Branching JK

2009-03-24 Thread Mladen Turk
Rainer Jung wrote: Hello, I'm thinking about branching JK, so adding http://svn.apache.org/viewvc/tomcat/connectors/branches/jk1.2.x and initially populate the branch with the contents of the 1.2.28 tag. The motivation is to stabilize 1.2 and restrict further changes on 1.2 to patches only.

Re: [Proposal] Branching JK

2009-03-24 Thread jean-frederic clere
Costin Manolache wrote: On Tue, Mar 24, 2009 at 8:13 AM, Henri Gomez wrote: If you look at my message, my favourite is *not* a JK3. I'm in favor of jk 1.3. The difference for me is that 1.3 will be very close to 1.2 without any bug architectural changes like migrating to APR. ok. I adde

[Tomcat Wiki] Trivial Update of "FAQ/Logging" by plinius

2009-03-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by plinius: http://wiki.apache.org/tomcat/FAQ/Logging -- 1. Put jog4j

Re: [Proposal] Branching JK

2009-03-24 Thread Rainer Jung
On 24.03.2009 16:29, Costin Manolache wrote: On Tue, Mar 24, 2009 at 8:13 AM, Henri Gomez wrote: Why not moving into mod_proxy? If httpd were approaching a major version change (e.g. httpd 3.0), then there would be the freedom of doing big changes to mod_proxy. But httpd is moving towards 2.4.

[Tomcat Wiki] Update of "FAQ/Logging" by plinius

2009-03-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by plinius: http://wiki.apache.org/tomcat/FAQ/Logging -- [[Anchor(Q4

Re: [Proposal] Branching JK

2009-03-24 Thread Costin Manolache
On Tue, Mar 24, 2009 at 8:13 AM, Henri Gomez wrote: > > If you look at my message, my favourite is *not* a JK3. I'm in favor of > jk > > 1.3. The difference for me is that 1.3 will be very close to 1.2 without > any > > bug architectural changes like migrating to APR. > > ok. > > > I added some e

Re: [Proposal] Branching JK

2009-03-24 Thread Rainer Jung
On 24.03.2009 15:40, Remy Maucherat wrote: On Tue, 2009-03-24 at 15:24 +0100, Rainer Jung wrote: So (and now I am talking about me personally) I think I can still add interesting features to a mod_jk 1.3 with not to much effort, whereas the barrior of porting existing mod_jk features to mod_prox

DO NOT REPLY [Bug 46902] LoginValve to bypass restrictions of j_security_check

2009-03-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46902 Gregor Schneider changed: What|Removed |Added CC||rc4...@googlemail.com -- C

Re: [Proposal] Branching JK

2009-03-24 Thread Rainer Jung
On 24.03.2009 16:13, Henri Gomez wrote: Why not moving into mod_proxy? If httpd were approaching a major version change (e.g. httpd 3.0), then there would be the freedom of doing big changes to mod_proxy. But httpd is moving towards 2.4. That means the architecture of mod_proxy will not change. B

DO NOT REPLY [Bug 46902] LoginValve to bypass restrictions of j_security_check

2009-03-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46902 --- Comment #1 from Gregor Schneider 2009-03-24 08:15:03 PST --- Created an attachment (id=23410) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23410) Patch-file for Tomcat 6.0.x-trunk Added patch for Tomcat 6.0.x-trunk

Re: [Proposal] Branching JK

2009-03-24 Thread Henri Gomez
> If you look at my message, my favourite is *not* a JK3. I'm in favor of jk > 1.3. The difference for me is that 1.3 will be very close to 1.2 without any > bug architectural changes like migrating to APR. ok. > I added some examples of new features in my original mesage. You can find > more exa

DO NOT REPLY [Bug 46902] LoginValve to bypass restrictions of j_security_check

2009-03-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46902 Gregor Schneider changed: What|Removed |Added Summary|LoginValave to bypass |LoginValve to bypass

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

2009-03-24 Thread Remy Maucherat
On Tue, 2009-03-24 at 15:27 +0100, Rainer Jung wrote: > Jean-Frederic told me about that this morning after I committed. > > I did the implementation yesterday due to going through the status files > for 5.5 and 6 and looking for missing parts concerning myself. > > The patches were easy ports o

Re: [Proposal] Branching JK

2009-03-24 Thread Remy Maucherat
On Tue, 2009-03-24 at 15:24 +0100, Rainer Jung wrote: > So (and now I am talking about me personally) I think I can still add > interesting features to a mod_jk 1.3 with not to much effort, whereas > the barrior of porting existing mod_jk features to mod_proxy before > adding the new stuff is pr

DO NOT REPLY [Bug 46903] New: STRICT_SERVLET_COMPLIANCE="false" doesn't turn off all checks

2009-03-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46903 Summary: STRICT_SERVLET_COMPLIANCE="false" doesn't turn off all checks Product: Tomcat 5 Version: 5.5.27 Platform: PC OS/Version: Linux Status: NEW

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

2009-03-24 Thread Rainer Jung
On 24.03.2009 15:20, r...@apache.org wrote: + From what I know, nobody uses these two connectors in Tomcat, so it did not seem + "port worthy" to me. I'm confused now. The original patch backport proposal for the other connectors contains the following comment made by you: 0: remm

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

2009-03-24 Thread Rainer Jung
On 24.03.2009 15:20, r...@apache.org wrote: Author: remm Date: Tue Mar 24 14:20:44 2009 New Revision: 757818 URL: http://svn.apache.org/viewvc?rev=757818&view=rev Log: - Votes. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/

Re: [Proposal] Branching JK

2009-03-24 Thread Rainer Jung
Hello Henri, On 24.03.2009 15:15, Henri Gomez wrote: Well a jk3 is a good idea but : - What new features will be included ? I take a look at mod_cluster and it seems very promising. - Why not move jk(3) to Apache HTTPD core, like mod_proxy / mod_ajp ? If you look at my message, my favourite

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

2009-03-24 Thread remm
Author: remm Date: Tue Mar 24 14:20:44 2009 New Revision: 757818 URL: http://svn.apache.org/viewvc?rev=757818&view=rev Log: - Votes. 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/STATUS.txt?rev=7578

Re: [Proposal] Branching JK

2009-03-24 Thread Henri Gomez
Well a jk3 is a good idea but : - What new features will be included ? I take a look at mod_cluster and it seems very promising. - Why not move jk(3) to Apache HTTPD core, like mod_proxy / mod_ajp ? 2009/3/24 Rainer Jung : > Hello, > > I'm thinking about branching JK, so adding > > http://svn.

DO NOT REPLY [Bug 46902] New: LoginValave to bypass restrictions of j_security_check

2009-03-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46902 Summary: LoginValave to bypass restrictions of j_security_check Product: Tomcat 6 Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement

svn commit: r757805 - /tomcat/trunk/.classpath

2009-03-24 Thread rjung
Author: rjung Date: Tue Mar 24 13:56:26 2009 New Revision: 757805 URL: http://svn.apache.org/viewvc?rev=757805&view=rev Log: Fix dependencies path in .classpath file. Thanks to Gregor Schneider. Modified: tomcat/trunk/.classpath Modified: tomcat/trunk/.classpath URL: http://svn.apache.org/v

[Proposal] Branching JK

2009-03-24 Thread Rainer Jung
Hello, I'm thinking about branching JK, so adding http://svn.apache.org/viewvc/tomcat/connectors/branches/jk1.2.x and initially populate the branch with the contents of the 1.2.28 tag. The motivation is to stabilize 1.2 and restrict further changes on 1.2 to patches only. If we agree on suc

svn commit: r757792 - in /tomcat/trunk/java/org/apache/tomcat: Apr.java apr.properties util/collections/EmptyEnumeration.java util/collections/LRUCache.java util/collections/Queue.java util/collection

2009-03-24 Thread markt
Author: markt Date: Tue Mar 24 13:29:21 2009 New Revision: 757792 URL: http://svn.apache.org/viewvc?rev=757792&view=rev Log: Delete unused code Removed: tomcat/trunk/java/org/apache/tomcat/Apr.java tomcat/trunk/java/org/apache/tomcat/apr.properties tomcat/trunk/java/org/apache/tomcat/

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

2009-03-24 Thread markt
Author: markt Date: Tue Mar 24 13:27:34 2009 New Revision: 757791 URL: http://svn.apache.org/viewvc?rev=757791&view=rev Log: Patch applied 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/STATUS.txt?re

svn commit: r757789 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/tomcat/ java/org/apache/tomcat/util/collections/

2009-03-24 Thread markt
Author: markt Date: Tue Mar 24 13:23:25 2009 New Revision: 757789 URL: http://svn.apache.org/viewvc?rev=757789&view=rev Log: Deprecate unused code Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/java/org/apache/tomcat/Apr.java tomcat/tc6.0.x/trunk/java/org/apac

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

2009-03-24 Thread markt
Author: markt Date: Tue Mar 24 13:19:25 2009 New Revision: 757785 URL: http://svn.apache.org/viewvc?rev=757785&view=rev Log: Remove committed fix 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: r757782 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/connector/RequestFacade.java catalina/src/share/org/apache/catalina/servlets/DefaultServlet.java webapps/docs

2009-03-24 Thread markt
Author: markt Date: Tue Mar 24 13:18:15 2009 New Revision: 757782 URL: http://svn.apache.org/viewvc?rev=757782&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=39396 Exclude TRACE in OPTIONS response by default. Include it where we know it is enabled. Modified: tomcat/co

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

2009-03-24 Thread markt
Author: markt Date: Tue Mar 24 13:11:52 2009 New Revision: 757779 URL: http://svn.apache.org/viewvc?rev=757779&view=rev Log: Propose fix 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/STATUS.txt?rev=

svn commit: r757778 - /tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2009-03-24 Thread markt
Author: markt Date: Tue Mar 24 13:10:35 2009 New Revision: 757778 URL: http://svn.apache.org/viewvc?rev=757778&view=rev Log: Fix some Eclipse warnings Modified: tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java Modified: tomcat/trunk/java/org/apache/catalina/servlets/Default

svn commit: r757774 - /tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2009-03-24 Thread markt
Author: markt Date: Tue Mar 24 13:06:49 2009 New Revision: 757774 URL: http://svn.apache.org/viewvc?rev=757774&view=rev Log: Fix typo Modified: tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java Modified: tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java URL:

DO NOT REPLY [Bug 39013] Incorrect use of docBase from XML Context file deployment

2009-03-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39013 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2009-03-24 Thread markt
Author: markt Date: Tue Mar 24 12:53:48 2009 New Revision: 757768 URL: http://svn.apache.org/viewvc?rev=757768&view=rev Log: Remove committed fix 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: r757767 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/startup/HostConfig.java webapps/docs/changelog.xml

2009-03-24 Thread markt
Author: markt Date: Tue Mar 24 12:53:32 2009 New Revision: 757767 URL: http://svn.apache.org/viewvc?rev=757767&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=39013 When testing for invalid docBase, test for an exact match with the appBase dir Modified: tomcat/container/

DO NOT REPLY [Bug 42419] Options for changing jsessionid cookie name

2009-03-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42419 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2009-03-24 Thread markt
Author: markt Date: Tue Mar 24 12:44:43 2009 New Revision: 757765 URL: http://svn.apache.org/viewvc?rev=757765&view=rev Log: Remove committed fix 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: r757764 - in /tomcat: container/tc5.5.x/catalina/src/share/org/apache/catalina/ container/tc5.5.x/catalina/src/share/org/apache/catalina/authenticator/ container/tc5.5.x/webapps/docs/confi

2009-03-24 Thread markt
Author: markt Date: Tue Mar 24 12:43:25 2009 New Revision: 757764 URL: http://svn.apache.org/viewvc?rev=757764&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42419 Support changing of JSESSIONID cookie name and jsessionid path parameter name Modified: tomcat/container/tc

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

2009-03-24 Thread rjung
Author: rjung Date: Tue Mar 24 12:15:19 2009 New Revision: 757756 URL: http://svn.apache.org/viewvc?rev=757756&view=rev Log: Add backport proposal. 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

Re: svn commit: r757381 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSourceProxy.java

2009-03-24 Thread sebb
On 23/03/2009, Filip Hanik - Dev Lists wrote: > sebb wrote: > > > Since it's a new variable, > > > define new Has pool been released yet? > > > one can make it private now without > > breaking anything. > > > > Every little helps. > > > > On 23/03/2009, Filip Hanik - Dev Lists wrote: > > > > >

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

2009-03-24 Thread rjung
Author: rjung Date: Tue Mar 24 11:25:50 2009 New Revision: 757737 URL: http://svn.apache.org/viewvc?rev=757737&view=rev Log: Remove wrong "No role found" realm debug log message, even if a role was found. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/realm/RealmBa

svn commit: r757733 - /tomcat/trunk/modules/jdbc-pool/build.xml

2009-03-24 Thread fhanik
Author: fhanik Date: Tue Mar 24 11:20:26 2009 New Revision: 757733 URL: http://svn.apache.org/viewvc?rev=757733&view=rev Log: force 1.5 at this time, don't inherit parent value of 1.6 Modified: tomcat/trunk/modules/jdbc-pool/build.xml Modified: tomcat/trunk/modules/jdbc-pool/build.xml URL:

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

2009-03-24 Thread rjung
Author: rjung Date: Tue Mar 24 11:09:37 2009 New Revision: 757727 URL: http://svn.apache.org/viewvc?rev=757727&view=rev Log: Add backport proposal. 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.

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

2009-03-24 Thread rjung
Author: rjung Date: Tue Mar 24 10:59:58 2009 New Revision: 757722 URL: http://svn.apache.org/viewvc?rev=757722&view=rev Log: Add backport proposal. 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

svn commit: r757721 - in /tomcat/trunk: java/org/apache/coyote/ajp/AjpAprProcessor.java java/org/apache/coyote/ajp/AjpProcessor.java webapps/docs/changelog.xml

2009-03-24 Thread rjung
Author: rjung Date: Tue Mar 24 10:57:38 2009 New Revision: 757721 URL: http://svn.apache.org/viewvc?rev=757721&view=rev Log: BZ45026: Never return an empty HTTP status response phrase. mod_jk and httpd 2.x do not like that. Addition to r697183. Modified: tomcat/trunk/java/org/apache/coyote/a

svn commit: r757718 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool: DataSource.java DataSourceProxy.java

2009-03-24 Thread fhanik
Author: fhanik Date: Tue Mar 24 10:55:21 2009 New Revision: 757718 URL: http://svn.apache.org/viewvc?rev=757718&view=rev Log: Implement delegate methods that will let us expose all this under Tomcat JMX since Tomcat uses dynamic reflection to figure out what to expose Modified: tomcat/trunk

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

2009-03-24 Thread rjung
Author: rjung Date: Tue Mar 24 10:48:09 2009 New Revision: 757715 URL: http://svn.apache.org/viewvc?rev=757715&view=rev Log: Add proposals. 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/STATUS.txt?r

svn commit: r757710 - /tomcat/trunk/webapps/docs/changelog.xml

2009-03-24 Thread rjung
Author: rjung Date: Tue Mar 24 10:43:45 2009 New Revision: 757710 URL: http://svn.apache.org/viewvc?rev=757710&view=rev Log: Document r757708. Remove when backported. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.o

svn commit: r757708 - in /tomcat/trunk/java/org/apache: coyote/ajp/AjpAprProcessor.java coyote/ajp/AjpAprProtocol.java coyote/ajp/AjpProcessor.java coyote/ajp/AjpProtocol.java jk/common/ChannelNioSock

2009-03-24 Thread rjung
Author: rjung Date: Tue Mar 24 10:41:06 2009 New Revision: 757708 URL: http://svn.apache.org/viewvc?rev=757708&view=rev Log: Allow bigger AJP packets for request bodies and responses (by setting packetSize on the connector). Addition to r697192 for the other AJP connectors. Modified: tomcat/

svn commit: r757706 - in /tomcat/trunk/java/org/apache/jk/common: ChannelNioSocket.java ChannelSocket.java MsgAjp.java

2009-03-24 Thread rjung
Author: rjung Date: Tue Mar 24 10:35:53 2009 New Revision: 757706 URL: http://svn.apache.org/viewvc?rev=757706&view=rev Log: Use some existing constants instead of inline numbers in AJP connectors. Modified: tomcat/trunk/java/org/apache/jk/common/ChannelNioSocket.java tomcat/trunk/java/or

svn commit: r757705 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool: DataSource.java DataSourceFactory.java DataSourceProxy.java interceptor/SlowQueryReportJmx.java

2009-03-24 Thread fhanik
Author: fhanik Date: Tue Mar 24 10:35:04 2009 New Revision: 757705 URL: http://svn.apache.org/viewvc?rev=757705&view=rev Log: Setup datasource so that one can extend it more easily Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSource.java tomcat/trunk/mod

Re: svn commit: r757470 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/coyote/ajp/ java/org/apache/jk/common/ webapps/docs/

2009-03-24 Thread Rainer Jung
On 24.03.2009 09:52, Mladen Turk wrote: Rainer Jung wrote: On 23.03.2009 19:31, Mladen Turk wrote: I read the "remote_addr" as a string that can recreate the FULL remote address on the container side. We need to change JK and TC in a way, that old versions of each work together compatibly wi

Re: svn commit: r757470 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/coyote/ajp/ java/org/apache/jk/common/ webapps/docs/

2009-03-24 Thread Mladen Turk
Rainer Jung wrote: On 23.03.2009 19:31, Mladen Turk wrote: I read the "remote_addr" as a string that can recreate the FULL remote address on the container side. We need to change JK and TC in a way, that old versions of each work together compatibly with new version. Sure. Changing th