svn commit: r1657492 - /tomcat/trunk/test/org/apache/catalina/connector/TestResponsePerformance.java

2015-02-05 Thread markt
Author: markt Date: Thu Feb 5 08:18:50 2015 New Revision: 1657492 URL: http://svn.apache.org/r1657492 Log: Re-work test to use a warm-up followed by a best of 5 approach to try and avoid false failures with the CI system. (Running on my laptop, homebrew is ~2x as fast). Modified:

[Bug 57521] Tomcat randomly crashes with [libtcnative-1.so.0.1.30+0xe965] Java_org_apache_tomcat_jni_Socket_sendbb+0x75.

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57521 --- Comment #8 from Shunsuke Tanaka tanaka.shuns...@simplex.ne.jp --- Christopher, Konstantin Thank you for your comment. (In reply to Christopher Schultz from comment #6) please tell me exactly which package you downloaded. I

Re: svn commit: r1657682 - /tomcat/trunk/java/org/apache/catalina/realm/JDBCRealm.java

2015-02-05 Thread Felix Schumacher
Am 6. Februar 2015 03:23:24 MEZ, schrieb Christopher Schultz ch...@christopherschultz.net: Felix, On 2/5/15 3:26 PM, fschumac...@apache.org wrote: Author: fschumacher Date: Thu Feb 5 20:26:19 2015 New Revision: 1657682 URL: http://svn.apache.org/r1657682 Log: Don't use instance scoped

Re: svn commit: r1657653 - in /tomcat/taglibs/standard/trunk: impl/src/test/java/org/apache/taglibs/standard/tag/common/xml/ForEachTagTest.java pom.xml

2015-02-05 Thread Jeremy Boynes
On Feb 5, 2015, at 3:32 PM, Konstantin Kolinko kkoli...@apache.org wrote: 2015-02-05 21:12 GMT+03:00 kkoli...@apache.org: Author: kkolinko Date: Thu Feb 5 18:12:31 2015 New Revision: 1657653 URL: http://svn.apache.org/r1657653 Log: Fix compilation failure in a test class when using

[Bug 57532] Session expire message sent to cluster nodes even with DeltaSession configuration not to

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57532 --- Comment #3 from Christopher Schultz ch...@christopherschultz.net --- (In reply to andrew jardine from comment #2) Perhaps I have configured my cluster incorrectly? -- here is my configuration. [snip] You need N 0 nodes to make a

Re: Hi

2015-02-05 Thread Pravallika Peddi
Thanks Mark. I downloaded the source code from trunk using svn. checked out version is: 1657747 I am able to build it and Tomcat is running successfully in my environment. Can you help assign a bug or some assignment considering my skills so that i can start working? Thanks, VIN On Thu, Feb 5,

[Bug 46902] LoginValve to bypass restrictions of j_security_check

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46902 --- Comment #5 from Konstantin Kolinko knst.koli...@gmail.com --- (In reply to Mark Thomas from comment #4) I don't think that this Valve is generic enough to include in Tomcat. Agreed. I believe an additional option of

[Bug 57540] report TLS protocol version

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57540 --- Comment #2 from Mark Thomas ma...@apache.org --- The key needs to be in the org.apache.tomcat name space, not the javax.servlet space since the Servlet name space is reserved. -- You are receiving this mail because: You are the

Re: Hi

2015-02-05 Thread Mark Thomas
On 05/02/2015 09:57, Pravallika Peddi wrote: Hi Mark, Thanks for your reply. I downloaded the tomcat source code of apache-tomcat-8.0.18-src but not from the Trunk. I am able to build it and Tomcat is running successfully in my environment. OK. If you can build 8.0.x form source then

Re: svn commit: r1657565 - /tomcat/trunk/test/org/apache/catalina/valves/TesterAccessLogValve.java

2015-02-05 Thread Mark Thomas
On 05/02/2015 13:50, ma...@apache.org wrote: Author: markt Date: Thu Feb 5 13:50:19 2015 New Revision: 1657565 URL: http://svn.apache.org/r1657565 Log: Increase error margin to 500ms in an attempt to reduce false failures on CI system. This isn't really a viable approach long term. We

[Bug 46902] LoginValve to bypass restrictions of j_security_check

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46902 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1657565 - /tomcat/trunk/test/org/apache/catalina/valves/TesterAccessLogValve.java

2015-02-05 Thread markt
Author: markt Date: Thu Feb 5 13:50:19 2015 New Revision: 1657565 URL: http://svn.apache.org/r1657565 Log: Increase error margin to 500ms in an attempt to reduce false failures on CI system. Modified: tomcat/trunk/test/org/apache/catalina/valves/TesterAccessLogValve.java Modified:

svn commit: r1657572 - /tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java

2015-02-05 Thread schultz
Author: schultz Date: Thu Feb 5 14:14:58 2015 New Revision: 1657572 URL: http://svn.apache.org/r1657572 Log: Javadoc typo. Modified: tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java Modified: tomcat/trunk/java/org/apache/catalina/servlets/WebdavServlet.java URL:

svn commit: r1657584 - in /tomcat/trunk/test/org/apache/catalina/mapper: TestMapper.java TestMapperPerformance.java

2015-02-05 Thread markt
Author: markt Date: Thu Feb 5 14:32:03 2015 New Revision: 1657584 URL: http://svn.apache.org/r1657584 Log: Refactor Mapper performance tests to a separate class so they can be more easily excluded. Added: tomcat/trunk/test/org/apache/catalina/mapper/TestMapperPerformance.java (with

svn commit: r1657586 - /tomcat/trunk/build.xml

2015-02-05 Thread markt
Author: markt Date: Thu Feb 5 14:35:50 2015 New Revision: 1657586 URL: http://svn.apache.org/r1657586 Log: Tab and whitespace police Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL:

Re: svn commit: r1657580 - in /tomcat/trunk: build.xml test/org/apache/catalina/valves/TesterAccessLogValve.java

2015-02-05 Thread Mark Thomas
On 05/02/2015 14:40, Mark Thomas wrote: On 05/02/2015 14:36, Konstantin Kolinko wrote: 2015-02-05 17:28 GMT+03:00 ma...@apache.org: Author: markt Date: Thu Feb 5 14:28:37 2015 New Revision: 1657580 URL: http://svn.apache.org/r1657580 Log: First pass at reducing false failures on CI

Re: [VOTE] Release Apache Taglibs 1.2.2

2015-02-05 Thread Jeremy Boynes
Ping ? On Feb 2, 2015, at 8:29 PM, Jeremy Boynes jboy...@apache.org wrote: On Feb 2, 2015, at 3:05 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2015-01-27 19:08 GMT+03:00 Jeremy Boynes jer...@boynes.com: On Jan 27, 2015, at 7:59 AM, Konstantin Kolinko knst.koli...@gmail.com

[Bug 44216] Don't reuse session ID even if emptySessionPath=true

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44216 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1657609 - /tomcat/trunk/BUILDING.txt

2015-02-05 Thread markt
Author: markt Date: Thu Feb 5 15:44:35 2015 New Revision: 1657609 URL: http://svn.apache.org/r1657609 Log: Document new test properties. Modified: tomcat/trunk/BUILDING.txt Modified: tomcat/trunk/BUILDING.txt URL:

svn commit: r1657610 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/connector/ test/org/apache/catalina/mapper/ test/org/apache/catalina/valves/ webapps/docs/

2015-02-05 Thread markt
Author: markt Date: Thu Feb 5 15:47:45 2015 New Revision: 1657610 URL: http://svn.apache.org/r1657610 Log: Back-port performance and timing test changes in an attempt to reduce false failures on the ASF CI system. Added:

Re: Tomcat 7.0.55 System Down

2015-02-05 Thread Mark Thomas
On 05/02/2015 07:27, 토로치 wrote: Hello. I am a PLM system developers. We PLM system operates by JAVA. We are using the Tomcat version 7.0.55. The system Down occurs when we are using a PLM system. This is the wrong list. You want the users list. Mark

svn commit: r1657664 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/modeler/modules/MbeansDescriptorsDigesterSource.java webapps/docs/changelog.xml

2015-02-05 Thread fschumacher
Author: fschumacher Date: Thu Feb 5 19:03:19 2015 New Revision: 1657664 URL: http://svn.apache.org/r1657664 Log: Guard the digester with its own lock object. Otherwise two threads could create two digester instances, lock on them and then use still the same one at the same time. Issue reported

[Bug 45014] Request and Response classes should have wrappers for use in Valves

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014 --- Comment #2 from mr.oliver.hernan...@gmail.com --- I 100% agree that this should be added. I'm running into the use case where I need to read a request's input stream, and per the javadoc for Valve, I must wrap the request before

[Bug 57536] configurable source ip

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57536 --- Comment #2 from Rainer Jung rainer.j...@kippdata.de --- I think he wants an optional IP config attribute per worker. That IP would be a locally configured ip chosen by the admin. mod_jk would then bind() to that IP before doing the

Hi

2015-02-05 Thread Pravallika Peddi
Hi, I am VIN and newly joined to the apache DEV community. I would like to contribute in development and bug fixing and chose Tomcat as my first project. I am good at core java technologies/Servlets. Can some one help me to guide? Thanks, Vin.

Re: Hi

2015-02-05 Thread Mark Thomas
On 05/02/2015 08:56, Pravallika Peddi wrote: Hi, I am VIN and newly joined to the apache DEV community. I would like to contribute in development and bug fixing and chose Tomcat as my first project. I am good at core java technologies/Servlets. Can some one help me to guide? Welcome. The

[Bug 57540] report TLS protocol version

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57540 --- Comment #3 from Ralf Hauser hau...@acm.org --- thanks Mark, so 1a) should rather be: org.apache.tomcat.util.net.secure_protocol_version -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1657607 - /tomcat/trunk/test/org/apache/catalina/connector/TestResponsePerformance.java

2015-02-05 Thread markt
Author: markt Date: Thu Feb 5 15:34:34 2015 New Revision: 1657607 URL: http://svn.apache.org/r1657607 Log: Revert 1657510. Back to the best of n approach. Modified: tomcat/trunk/test/org/apache/catalina/connector/TestResponsePerformance.java Modified:

Re: svn commit: r1657580 - in /tomcat/trunk: build.xml test/org/apache/catalina/valves/TesterAccessLogValve.java

2015-02-05 Thread Mark Thomas
On 05/02/2015 14:36, Konstantin Kolinko wrote: 2015-02-05 17:28 GMT+03:00 ma...@apache.org: Author: markt Date: Thu Feb 5 14:28:37 2015 New Revision: 1657580 URL: http://svn.apache.org/r1657580 Log: First pass at reducing false failures on CI system. Modified:

svn commit: r1657592 - /tomcat/trunk/test/org/apache/catalina/connector/TestResponsePerformance.java

2015-02-05 Thread markt
Author: markt Date: Thu Feb 5 14:46:36 2015 New Revision: 1657592 URL: http://svn.apache.org/r1657592 Log: Use standard logging Modified: tomcat/trunk/test/org/apache/catalina/connector/TestResponsePerformance.java Modified:

[Bug 57509] maxHttpHeaderSize maybe case ArrayIndexOutOfBoundsException

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57509 --- Comment #6 from Konstantin Kolinko knst.koli...@gmail.com --- Fixed in Tomcat 7 by r1657591, will be in 7.0.60 onwards. -- You are receiving this mail because: You are the assignee for the bug.

Re: svn commit: r1657565 - /tomcat/trunk/test/org/apache/catalina/valves/TesterAccessLogValve.java

2015-02-05 Thread Konstantin Kolinko
2015-02-05 17:11 GMT+03:00 Mark Thomas ma...@apache.org: On 05/02/2015 13:50, ma...@apache.org wrote: Author: markt Date: Thu Feb 5 13:50:19 2015 New Revision: 1657565 URL: http://svn.apache.org/r1657565 Log: Increase error margin to 500ms in an attempt to reduce false failures on CI

svn commit: r1657580 - in /tomcat/trunk: build.xml test/org/apache/catalina/valves/TesterAccessLogValve.java

2015-02-05 Thread markt
Author: markt Date: Thu Feb 5 14:28:37 2015 New Revision: 1657580 URL: http://svn.apache.org/r1657580 Log: First pass at reducing false failures on CI system. Modified: tomcat/trunk/build.xml tomcat/trunk/test/org/apache/catalina/valves/TesterAccessLogValve.java Modified:

Re: svn commit: r1657580 - in /tomcat/trunk: build.xml test/org/apache/catalina/valves/TesterAccessLogValve.java

2015-02-05 Thread Konstantin Kolinko
2015-02-05 17:28 GMT+03:00 ma...@apache.org: Author: markt Date: Thu Feb 5 14:28:37 2015 New Revision: 1657580 URL: http://svn.apache.org/r1657580 Log: First pass at reducing false failures on CI system. Modified: tomcat/trunk/build.xml

svn commit: r1657589 - /tomcat/trunk/test/org/apache/catalina/valves/TesterAccessLogValve.java

2015-02-05 Thread markt
Author: markt Date: Thu Feb 5 14:42:52 2015 New Revision: 1657589 URL: http://svn.apache.org/r1657589 Log: Make constant final Modified: tomcat/trunk/test/org/apache/catalina/valves/TesterAccessLogValve.java Modified: tomcat/trunk/test/org/apache/catalina/valves/TesterAccessLogValve.java

svn commit: r1657591 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractOutputBuffer.java webapps/docs/changelog.xml

2015-02-05 Thread kkolinko
Author: kkolinko Date: Thu Feb 5 14:45:56 2015 New Revision: 1657591 URL: http://svn.apache.org/r1657591 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57509 Improve length check in OutputBuffer.write() to account for 4 extra bytes that are needed to terminates the headers.

svn commit: r1657720 - in /tomcat/taglibs/standard/trunk: ./ build-tools/ compat/ impl/ jstlel/ spec/

2015-02-05 Thread kkolinko
Author: kkolinko Date: Thu Feb 5 23:37:11 2015 New Revision: 1657720 URL: http://svn.apache.org/r1657720 Log: Add project files of Eclipse IDE to svn:ignore Modified: tomcat/taglibs/standard/trunk/ (props changed) tomcat/taglibs/standard/trunk/build-tools/ (props changed)

Re: svn commit: r1657653 - in /tomcat/taglibs/standard/trunk: impl/src/test/java/org/apache/taglibs/standard/tag/common/xml/ForEachTagTest.java pom.xml

2015-02-05 Thread Konstantin Kolinko
2015-02-05 21:12 GMT+03:00 kkoli...@apache.org: Author: kkolinko Date: Thu Feb 5 18:12:31 2015 New Revision: 1657653 URL: http://svn.apache.org/r1657653 Log: Fix compilation failure in a test class when using JDK 1.5. The XPathFactory.newInstance(String, String, ClassLoader) method is

[Bug 57536] configurable source ip

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57536 --- Comment #1 from Christopher Schultz ch...@christopherschultz.net --- What interfaces do you have on an example server? What interface/IP does mod_jk currently choose? What interface/IP would you prefer mod_jk use? -- You are receiving

[Bug 57489] java.util.concurrent.ExecutionException: java.io.IOException: Key must be cancelled

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57489 --- Comment #8 from Christopher Schultz ch...@christopherschultz.net --- (In reply to wodencafe from comment #7) I ran svn update, then ant, and finally copied the built libs into my Tomcat 8 server for testing. That's the correct

svn commit: r1657501 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2015-02-05 Thread markt
Author: markt Date: Thu Feb 5 09:20:34 2015 New Revision: 1657501 URL: http://svn.apache.org/r1657501 Log: Change read write interest defaults for NIO. These should only be true once the socket has been registered for read/write. Modified:

Re: Hi

2015-02-05 Thread Pravallika Peddi
Hi Mark, Thanks for your reply. I downloaded the tomcat source code of apache-tomcat-8.0.18-src but not from the Trunk. I am able to build it and Tomcat is running successfully in my environment. I do not know how to download the Trunk from SVN. Thanks, VIN. On Thu, Feb 5, 2015 at 2:31 PM,

[Bug 57540] New: report TLS protocol version

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57540 Bug ID: 57540 Summary: report TLS protocol version Product: Tomcat 7 Version: trunk Hardware: All OS: Linux Status: NEW Severity: enhancement

Re: Tomcat 7.0.55 System Down

2015-02-05 Thread 토로치
I made a mistake. I subscribe to the user list. Duseong 2015-02-05 17:59 GMT+09:00 Mark Thomas ma...@apache.org: On 05/02/2015 07:27, 토로치 wrote: Hello. I am a PLM system developers. We PLM system operates by JAVA. We are using the Tomcat version 7.0.55. The system Down

svn commit: r1657510 - /tomcat/trunk/test/org/apache/catalina/connector/TestResponsePerformance.java

2015-02-05 Thread markt
Author: markt Date: Thu Feb 5 10:11:54 2015 New Revision: 1657510 URL: http://svn.apache.org/r1657510 Log: Try a different way to convince the CI system to pass this. Modified: tomcat/trunk/test/org/apache/catalina/connector/TestResponsePerformance.java Modified:

[Bug 46902] LoginValve to bypass restrictions of j_security_check

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46902 --- Comment #4 from Mark Thomas ma...@apache.org --- Getting back to this after far too long. I understand the problem you are trying to solve but I don't think that this Valveis generic enough to include in Tomcat. My largest concern is

[Bug 57540] report TLS protocol version

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57540 --- Comment #1 from Ralf Hauser hau...@acm.org --- 4) furthermore, I suggest to add in org.apache.tomcat.util.net.jsse.openssl.Protocol TLSv1_1(TLSv1.1) -- You are receiving this mail because: You are the assignee for the bug.

Re: svn commit: r1657682 - /tomcat/trunk/java/org/apache/catalina/realm/JDBCRealm.java

2015-02-05 Thread Christopher Schultz
Felix, On 2/5/15 3:26 PM, fschumac...@apache.org wrote: Author: fschumacher Date: Thu Feb 5 20:26:19 2015 New Revision: 1657682 URL: http://svn.apache.org/r1657682 Log: Don't use instance scoped variables in try-with block, since it will get closed, but not nulled. Modified:

[Bug 50504] Allow setting query string character set trough request attribute

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50504 --- Comment #5 from Christopher Schultz ch...@christopherschultz.net --- (In reply to Mark Thomas from comment #4) Request URI decoding has to bee connector wide since the URI has to be decoded before it is mapped. If it can be assumed

[Bug 57532] Session expire message sent to cluster nodes even with DeltaSession configuration not to

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57532 --- Comment #2 from andrew jardine andrew.jard...@jardineworks.com --- Hey Mark, I'll try to grab those details for you. All I can say for the moment is that if I set a breakpoint in the DeltaManager class for the expire(boolean) method,

Re: [VOTE] Release Apache Taglibs 1.2.2

2015-02-05 Thread Konstantin Kolinko
2015-02-02 14:05 GMT+03:00 Konstantin Kolinko knst.koli...@gmail.com: 2015-01-27 19:08 GMT+03:00 Jeremy Boynes jer...@boynes.com: On Jan 27, 2015, at 7:59 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: Here comes my vote: The proposed 1.2.2 release is: [ ] Broken - do not release

svn commit: r1657659 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/LocalStrings.properties java/org/apache/catalina/core/StandardHost.java webapps/docs/changelog.xml

2015-02-05 Thread fschumacher
Author: fschumacher Date: Thu Feb 5 18:33:09 2015 New Revision: 1657659 URL: http://svn.apache.org/r1657659 Log: Warn about a problematic appBase setting on StandardHost. Merged r1657356 from /tomcat/tc8.0.x/trunk (merged r1656345 from /tomcat/trunk) Modified: tomcat/tc7.0.x/trunk/

svn commit: r1657660 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationHttpRequest.java

2015-02-05 Thread fschumacher
Author: fschumacher Date: Thu Feb 5 18:36:15 2015 New Revision: 1657660 URL: http://svn.apache.org/r1657660 Log: We know, that we only store String[] instances as values in parameters-map, so no need to check for other types. Merge r1657360 from /tomcat/tc8.0.x/trunk (merged r1656331 from

svn commit: r1657653 - in /tomcat/taglibs/standard/trunk: impl/src/test/java/org/apache/taglibs/standard/tag/common/xml/ForEachTagTest.java pom.xml

2015-02-05 Thread kkolinko
Author: kkolinko Date: Thu Feb 5 18:12:31 2015 New Revision: 1657653 URL: http://svn.apache.org/r1657653 Log: Fix compilation failure in a test class when using JDK 1.5. The XPathFactory.newInstance(String, String, ClassLoader) method is @since Java 1.6. From code review, the only difference

[Bug 57540] report TLS protocol version

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57540 --- Comment #5 from Mark Thomas ma...@apache.org --- (In reply to Christopher Schultz from comment #4) (In reply to Ralf Hauser from comment #1) 4) furthermore, I suggest to add in org.apache.tomcat.util.net.jsse.openssl.Protocol

[Bug 45014] Request and Response classes should have wrappers for use in Valves

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014 --- Comment #3 from Christopher Schultz ch...@christopherschultz.net --- Wow, a blast from the past. I had entirely forgotten about this. I'll re-work the patch for trunk and see how far everything is interested in back-porting. mr.oliver,

[Bug 46902] LoginValve to bypass restrictions of j_security_check

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46902 --- Comment #7 from Christopher Schultz ch...@christopherschultz.net --- As much as I like this kind of capability (particularly the addition of landingPage and something like the proposal to add forceLandingPageAfterAuth), I don't think is

svn commit: r1657673 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2015-02-05 Thread markt
Author: markt Date: Thu Feb 5 19:46:37 2015 New Revision: 1657673 URL: http://svn.apache.org/r1657673 Log: Fix copy/paste error in link Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html URL:

[Bug 57540] report TLS protocol version

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57540 --- Comment #4 from Christopher Schultz ch...@christopherschultz.net --- (In reply to Ralf Hauser from comment #1) 4) furthermore, I suggest to add in org.apache.tomcat.util.net.jsse.openssl.Protocol TLSv1_1(TLSv1.1) And TLSv1.0

[Bug 45014] Request and Response classes should have wrappers for use in Valves

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45014 --- Comment #4 from Remy Maucherat r...@apache.org --- That is clearly not the point. Up until the filter chain, the core classes should be used. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57540] report TLS protocol version

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57540 --- Comment #6 from Ralf Hauser hau...@acm.org --- Created attachment 32437 -- https://issues.apache.org/bugzilla/attachment.cgi?id=32437action=edit apache.tomcat.tls.protocol.57540.patch -- You are receiving this mail because: You are

svn commit: r1657682 - /tomcat/trunk/java/org/apache/catalina/realm/JDBCRealm.java

2015-02-05 Thread fschumacher
Author: fschumacher Date: Thu Feb 5 20:26:19 2015 New Revision: 1657682 URL: http://svn.apache.org/r1657682 Log: Don't use instance scoped variables in try-with block, since it will get closed, but not nulled. Modified: tomcat/trunk/java/org/apache/catalina/realm/JDBCRealm.java Modified:

svn commit: r1657683 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/realm/JDBCRealm.java webapps/docs/changelog.xml

2015-02-05 Thread fschumacher
Author: fschumacher Date: Thu Feb 5 20:29:57 2015 New Revision: 1657683 URL: http://svn.apache.org/r1657683 Log: Don't use instance scoped variables in try-with block, since it will get closed, but not nulled. Merge r1657682 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props

[Bug 50504] Allow setting query string character set trough request attribute

2015-02-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50504 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED