Re: svn commit: r1633936 - /tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdapter.java

2014-10-23 Thread Mark Thomas
On 23/10/2014 23:26, Konstantin Kolinko wrote: > 2014-10-24 1:36 GMT+04:00 Christopher Schultz : >> Mark, >> >> On 10/23/14 3:48 PM, ma...@apache.org wrote: >>> Author: markt >>> Date: Thu Oct 23 19:48:08 2014 >>> New Revision: 1633936 >>> >>> URL: http://svn.apache.org/r1633936 >>> Log: >>> Fix so

Re: svn commit: r1631422 - in /tomcat/trunk/java/org/apache: catalina/Lifecycle.java coyote/AsyncStateMachine.java

2014-10-23 Thread Mark Thomas
On 23/10/2014 22:39, Christopher Schultz wrote: > Mark and Konstantin, > > On 10/23/14 3:53 PM, Konstantin Kolinko wrote: >> 2014-10-13 18:39 GMT+04:00 : >>> Author: markt >>> Date: Mon Oct 13 14:39:36 2014 >>> New Revision: 1631422 >>> >>> URL: http://svn.apache.org/r1631422 >>> Log: >>> Set enc

[Bug 57136] New: EL Parser escaping dollar sign not ${ or ${...}

2014-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57136 Bug ID: 57136 Summary: EL Parser escaping dollar sign not ${ or ${...} Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW Severity: normal Priority

[Tomcat Wiki] Update of "BuildTcNativeWin" by KonstantinKolinko

2014-10-23 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "BuildTcNativeWin" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/BuildTcNativeWin?action=diff&rev1=27&rev2=28 Comment: Add note about file name typo. I

Re: svn commit: r1631520 - in /tomcat/trunk: java/org/apache/tomcat/util/buf/LocalStrings.properties java/org/apache/tomcat/util/buf/MessageBytes.java webapps/docs/changelog.xml

2014-10-23 Thread Konstantin Kolinko
2014-10-24 0:01 GMT+04:00 Mark Thomas : > On 17/10/2014 17:17, Konstantin Kolinko wrote: >> 2014-10-13 23:27 GMT+04:00 : >>> Author: markt >>> Date: Mon Oct 13 19:27:37 2014 >>> New Revision: 1631520 >>> >>> URL: http://svn.apache.org/r1631520 >>> Log: >>> Cache the Encoder instances used to conve

[Bug 57135] New: ImportHandler shall ignore non-public classes

2014-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57135 Bug ID: 57135 Summary: ImportHandler shall ignore non-public classes Product: Tomcat 8 Version: 8.0.14 Hardware: PC Status: NEW Severity: minor Priority:

svn commit: r1633974 - /tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdapter.java

2014-10-23 Thread kkolinko
Author: kkolinko Date: Thu Oct 23 22:30:34 2014 New Revision: 1633974 URL: http://svn.apache.org/r1633974 Log: Followup to r1633936: increment the correct variable. Thanks to Christopher Schultz for noting. Modified: tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdapter.java Modi

Re: svn commit: r1633936 - /tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdapter.java

2014-10-23 Thread Konstantin Kolinko
2014-10-24 1:36 GMT+04:00 Christopher Schultz : > Mark, > > On 10/23/14 3:48 PM, ma...@apache.org wrote: >> Author: markt >> Date: Thu Oct 23 19:48:08 2014 >> New Revision: 1633936 >> >> URL: http://svn.apache.org/r1633936 >> Log: >> Fix some intermittent test failures with NIO2 on OSX (problems wi

[jira] [Created] (MTOMCAT-285) Provide a way to run tomcat in its own JVM

2014-10-23 Thread Brian Chang (JIRA)
Brian Chang created MTOMCAT-285: --- Summary: Provide a way to run tomcat in its own JVM Key: MTOMCAT-285 URL: https://issues.apache.org/jira/browse/MTOMCAT-285 Project: Apache Tomcat Maven Plugin

[Bug 57132] ImportHandler.resolveClass() fails to report conflicting import when called repeatedly

2014-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57132 --- Comment #5 from Christopher Schultz --- (In reply to Konstantin Kolinko from comment #2) > Also noted the third issue: > > ImportHandler.importClass() does not allow to import the exactly same class > twice. > > I think that such impo

Re: svn commit: r1631422 - in /tomcat/trunk/java/org/apache: catalina/Lifecycle.java coyote/AsyncStateMachine.java

2014-10-23 Thread Christopher Schultz
Mark and Konstantin, On 10/23/14 3:53 PM, Konstantin Kolinko wrote: > 2014-10-13 18:39 GMT+04:00 : >> Author: markt >> Date: Mon Oct 13 14:39:36 2014 >> New Revision: 1631422 >> >> URL: http://svn.apache.org/r1631422 >> Log: >> Set encoding so diffs are reported correctly >> >> Modified: >> t

Re: svn commit: r1633936 - /tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdapter.java

2014-10-23 Thread Christopher Schultz
Mark, On 10/23/14 3:48 PM, ma...@apache.org wrote: > Author: markt > Date: Thu Oct 23 19:48:08 2014 > New Revision: 1633936 > > URL: http://svn.apache.org/r1633936 > Log: > Fix some intermittent test failures with NIO2 on OSX (problems with the test, > not the code) > > Modified: > tomcat/t

Re: svn commit: r1631520 - in /tomcat/trunk: java/org/apache/tomcat/util/buf/LocalStrings.properties java/org/apache/tomcat/util/buf/MessageBytes.java webapps/docs/changelog.xml

2014-10-23 Thread Mark Thomas
On 17/10/2014 17:17, Konstantin Kolinko wrote: > 2014-10-13 23:27 GMT+04:00 : >> Author: markt >> Date: Mon Oct 13 19:27:37 2014 >> New Revision: 1631520 >> >> URL: http://svn.apache.org/r1631520 >> Log: >> Cache the Encoder instances used to convert Strings to byte arrays in the >> Connectors (e

Re: Status of 8.0.x tag

2014-10-23 Thread Mark Thomas
On 23/10/2014 20:22, Konstantin Kolinko wrote: > 2014-10-23 22:53 GMT+04:00 Mark Thomas : >> I fixed all the issues I wanted to address for the next tag and I am >> currently running the unit tests. I am seeing the odd failure on OSX. So >> far they look like false positives and I am working on fix

Re: svn commit: r1631422 - in /tomcat/trunk/java/org/apache: catalina/Lifecycle.java coyote/AsyncStateMachine.java

2014-10-23 Thread Konstantin Kolinko
2014-10-13 18:39 GMT+04:00 : > Author: markt > Date: Mon Oct 13 14:39:36 2014 > New Revision: 1631422 > > URL: http://svn.apache.org/r1631422 > Log: > Set encoding so diffs are reported correctly > > Modified: > tomcat/trunk/java/org/apache/catalina/Lifecycle.java (props changed) > tomca

svn commit: r1633936 - /tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdapter.java

2014-10-23 Thread markt
Author: markt Date: Thu Oct 23 19:48:08 2014 New Revision: 1633936 URL: http://svn.apache.org/r1633936 Log: Fix some intermittent test failures with NIO2 on OSX (problems with the test, not the code) Modified: tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdapter.java Modified:

Re: Status of 8.0.x tag

2014-10-23 Thread Konstantin Kolinko
2014-10-23 22:53 GMT+04:00 Mark Thomas : > I fixed all the issues I wanted to address for the next tag and I am > currently running the unit tests. I am seeing the odd failure on OSX. So > far they look like false positives and I am working on fixing the tests > so they pass. At this point I don't

Status of 8.0.x tag

2014-10-23 Thread Mark Thomas
I fixed all the issues I wanted to address for the next tag and I am currently running the unit tests. I am seeing the odd failure on OSX. So far they look like false positives and I am working on fixing the tests so they pass. At this point I don't know if I'll be tagging later today or tomorrow.

svn commit: r1633876 - in /tomcat/trunk: java/org/apache/catalina/storeconfig/ webapps/docs/

2014-10-23 Thread remm
Author: remm Date: Thu Oct 23 16:46:07 2014 New Revision: 1633876 URL: http://svn.apache.org/r1633876 Log: Update storeconfig with newly introduced elements: SessionIdGenerator, CookieProcessor, JarScanner and JarScanFilter. Added: tomcat/trunk/java/org/apache/catalina/storeconfig/JarScanner

svn commit: r1633872 - in /tomcat/trunk/test/org/apache/catalina: authenticator/ comet/ connector/ core/ filters/

2014-10-23 Thread markt
Author: markt Date: Thu Oct 23 16:31:04 2014 New Revision: 1633872 URL: http://svn.apache.org/r1633872 Log: Fix some Java 8 Javadoc warnings in the tests Modified: tomcat/trunk/test/org/apache/catalina/authenticator/TestSSOnonLoginAndDigestAuthenticator.java tomcat/trunk/test/org/apache/

svn commit: r1633870 - /tomcat/trunk/java/org/apache/el/util/ReflectionUtil.java

2014-10-23 Thread markt
Author: markt Date: Thu Oct 23 16:23:37 2014 New Revision: 1633870 URL: http://svn.apache.org/r1633870 Log: Fix Java 8 Javadoc warnings Modified: tomcat/trunk/java/org/apache/el/util/ReflectionUtil.java Modified: tomcat/trunk/java/org/apache/el/util/ReflectionUtil.java URL: http://svn.apach

svn commit: r1633869 - in /tomcat/trunk/java/org/apache/el/parser: Node.java ParseException.java

2014-10-23 Thread markt
Author: markt Date: Thu Oct 23 16:19:08 2014 New Revision: 1633869 URL: http://svn.apache.org/r1633869 Log: Ignore Javadoc warnings Modified: tomcat/trunk/java/org/apache/el/parser/Node.java tomcat/trunk/java/org/apache/el/parser/ParseException.java Modified: tomcat/trunk/java/org/apache

[Bug 56650] Websockets session replication support

2014-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56650 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1633829 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/AprLifecycleListener.java

2014-10-23 Thread schultz
Author: schultz Date: Thu Oct 23 14:51:56 2014 New Revision: 1633829 URL: http://svn.apache.org/r1633829 Log: Updated recommended patch level for tcnative. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/AprLifecycleListener.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/c

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

2014-10-23 Thread schultz
Author: schultz Date: Thu Oct 23 14:50:26 2014 New Revision: 1633828 URL: http://svn.apache.org/r1633828 Log: Updated patch per kkolinko's review: 1. Fixed backward-compatibility - Tomcat 6 release will now function properly in its default configuration with an older tcnative (protocol "a

svn commit: r1633825 - in /tomcat/trunk: java/org/apache/catalina/core/AprLifecycleListener.java webapps/docs/changelog.xml

2014-10-23 Thread markt
Author: markt Date: Thu Oct 23 14:47:14 2014 New Revision: 1633825 URL: http://svn.apache.org/r1633825 Log: Require Tomcat Native 1.1.32 Modified: tomcat/trunk/java/org/apache/catalina/core/AprLifecycleListener.java tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/java/org/

svn commit: r1633824 - in /tomcat/trunk: build.properties.default build.xml webapps/docs/changelog.xml

2014-10-23 Thread markt
Author: markt Date: Thu Oct 23 14:45:39 2014 New Revision: 1633824 URL: http://svn.apache.org/r1633824 Log: Update to Tomcat Native 1.1.32 Modified: tomcat/trunk/build.properties.default tomcat/trunk/build.xml tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/build.prope

svn commit: r6825 - /dev/tomcat/tomcat-connectors/native/1.1.32/ /release/tomcat/tomcat-connectors/native/1.1.32/

2014-10-23 Thread markt
Author: markt Date: Thu Oct 23 14:30:13 2014 New Revision: 6825 Log: Release tomcat-native 1.1.32 Added: release/tomcat/tomcat-connectors/native/1.1.32/ - copied from r6824, dev/tomcat/tomcat-connectors/native/1.1.32/ Removed: dev/tomcat/tomcat-connectors/native/1.1.32/ --

[VOTE][RESULT] Release Apache Tomcat Native 1.1.32

2014-10-23 Thread Mark Thomas
The following votes were cast: Binding: +1: markt, kkolinko, schultz Non-binding: +1: Ognjen Blagojevic The vote therefore passes. I'll start the process of moving the bits around shortly and announce once the mirrors catch up. Mark --

svn commit: r1633821 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2014-10-23 Thread schultz
Author: schultz Date: Thu Oct 23 14:25:35 2014 New Revision: 1633821 URL: http://svn.apache.org/r1633821 Log: CTR docs Moved changelog entry to "Coyote" where it belongs. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r1633819 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/tomcat/jni/SSL.java webapps/docs/apr.xml webapps/docs/changelog.xml

2014-10-23 Thread schultz
Author: schultz Date: Thu Oct 23 14:22:17 2014 New Revision: 1633819 URL: http://svn.apache.org/r1633819 Log: Back-ported r1632586 to disable SSLv3 for APR/native. The documentation portion of the original patch has been modified to be less intrusive, as the Tomcat 6 APR/native/SSL documentation

svn commit: r1633810 - in /tomcat/trunk: java/javax/el/ImportHandler.java test/javax/el/TestImportHandler.java webapps/docs/changelog.xml

2014-10-23 Thread markt
Author: markt Date: Thu Oct 23 13:50:18 2014 New Revision: 1633810 URL: http://svn.apache.org/r1633810 Log: Allow the same class to be added to an instance of javax.el.ImportHandler more than once without triggering an error. The second and subsequent calls for the same class will be ignored. M

[Bug 57132] ImportHandler.resolveClass() fails to report conflicting import when called repeatedly

2014-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57132 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57132] ImportHandler.resolveClass() fails to report conflicting import when called repeatedly

2014-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57132 --- Comment #3 from Mark Thomas --- Reading the Javadoc for the second issue, I think returning null is a better response here. I've committed a couple of test cases and a fix for this. Looking at the third issue now... -- You are receiv

svn commit: r1633809 - in /tomcat/trunk: java/javax/el/ImportHandler.java test/javax/el/TestImportHandler.java webapps/docs/changelog.xml

2014-10-23 Thread markt
Author: markt Date: Thu Oct 23 13:44:38 2014 New Revision: 1633809 URL: http://svn.apache.org/r1633809 Log: Follow up to https://issues.apache.org/bugzilla/show_bug.cgi?id=57132 Better handling for invalid input. Modified: tomcat/trunk/java/javax/el/ImportHandler.java tomcat/trunk/test/ja

[Bug 56425] Unable to find unambiguous method in class String

2014-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56425 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

svn commit: r1633806 - in /tomcat/trunk: java/org/apache/el/lang/ELSupport.java test/javax/el/TestUtil.java webapps/docs/changelog.xml

2014-10-23 Thread markt
Author: markt Date: Thu Oct 23 13:23:33 2014 New Revision: 1633806 URL: http://svn.apache.org/r1633806 Log: When coercing an object to a given type, only attempt coercion to an array if both the object type and the target type are an array type. Based on a patch by violetagg. Modified: tomca

[Bug 56425] Unable to find unambiguous method in class String

2014-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56425 --- Comment #8 from Mark Thomas --- The second test case is not valid. Numeric literals are treated as instances of Long (as per the EL spec). There are two matching methods. One with a paremeter of int and one with a parameter of Integer.

svn commit: r1633805 - /tomcat/native/trunk/jnirelease.sh

2014-10-23 Thread rjung
Author: rjung Date: Thu Oct 23 13:15:29 2014 New Revision: 1633805 URL: http://svn.apache.org/r1633805 Log: Ensure old shell compatibility. Modified: tomcat/native/trunk/jnirelease.sh Modified: tomcat/native/trunk/jnirelease.sh URL: http://svn.apache.org/viewvc/tomcat/native/trunk/jnireleas

[Bug 56425] Unable to find unambiguous method in class String

2014-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56425 --- Comment #7 from Mark Thomas --- The array handling fix looks lood to me. I'm looking into the second issue now. -- You are receiving this mail because: You are the assignee for the bug. ---

svn commit: r1633792 - /tomcat/native/branches/1.1.x/jnirelease.sh

2014-10-23 Thread rjung
Author: rjung Date: Thu Oct 23 11:18:55 2014 New Revision: 1633792 URL: http://svn.apache.org/r1633792 Log: Platform compatibility tweaks for release script: - "sh" does not necessarily know about "export var=val". Plain bourne shell only allows "var=val; export var". - "sed -i" is platform spec

svn commit: r1633791 - in /tomcat/trunk/java/org/apache/el: MethodExpressionImpl.java ValueExpressionImpl.java lang/ELSupport.java lang/FunctionMapperImpl.java parser/ArithmeticNode.java parser/Boolea

2014-10-23 Thread markt
Author: markt Date: Thu Oct 23 11:18:20 2014 New Revision: 1633791 URL: http://svn.apache.org/r1633791 Log: Fix a few Java8 Javadoc warnings Modified: tomcat/trunk/java/org/apache/el/MethodExpressionImpl.java tomcat/trunk/java/org/apache/el/ValueExpressionImpl.java tomcat/trunk/java/o

svn commit: r6824 - in /dev/tomcat/tomcat-connectors/native/1.1.32/binaries: tomcat-native-1.1.32-ocsp-win32-bin.zip.md5 tomcat-native-1.1.32-ocsp-win32-bin.zip.sha1 tomcat-native-1.1.32-oscp-win32-bi

2014-10-23 Thread markt
Author: markt Date: Thu Oct 23 11:07:20 2014 New Revision: 6824 Log: s/oscp/ocsp/ Added: dev/tomcat/tomcat-connectors/native/1.1.32/binaries/tomcat-native-1.1.32-ocsp-win32-bin.zip.md5 - copied, changed from r6822, dev/tomcat/tomcat-connectors/native/1.1.32/binaries/tomcat-native-1.1.

Re: [VOTE] Release Apache Tomcat Native 1.1.32

2014-10-23 Thread Mark Thomas
On 23/10/2014 11:40, Rainer Jung wrote: > Minor observations: > > - key missing from > http://svn.apache.org/repos/asf/tomcat/native/branches/1.1.x/KEYS > I hope that's the right file for the tcnative release. I'm not sure it is. I have updated: https://www.apache.org/dist/tomcat/tomcat-connect

svn commit: r6823 - /release/tomcat/tomcat-connectors/KEYS

2014-10-23 Thread markt
Author: markt Date: Thu Oct 23 11:02:46 2014 New Revision: 6823 Log: Update my public key Modified: release/tomcat/tomcat-connectors/KEYS Modified: release/tomcat/tomcat-connectors/KEYS == --- release/tomcat/tomcat-c

Re: [VOTE] Release Apache Tomcat Native 1.1.32

2014-10-23 Thread Rainer Jung
Minor observations: - key missing from http://svn.apache.org/repos/asf/tomcat/native/branches/1.1.x/KEYS I hope that's the right file for the tcnative release. - oscp binaries have a twist in the name of the md5 and sha1 files. Must be a bug in the release script. The checksum files have "o

[Bug 56780] IBM Java: server.startup gives error "java.lang.IllegalArgumentException: Only TLS1.2 protocol can be enabl ed in SP800_131 strict mode"

2014-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 --- Comment #12 from Mark Thomas --- Improved init code applied to 8.0.x for 8.0.15 onwards and to 7.0.x for 7.0.57 onwards. The original issue has not been addressed in 6.0.x so the improved init code hasn't been applied either. The refac

svn commit: r1633788 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java java/org/apache/tomcat/util/net/jsse/res/LocalStrings.properties

2014-10-23 Thread markt
Author: markt Date: Thu Oct 23 10:17:26 2014 New Revision: 1633788 URL: http://svn.apache.org/r1633788 Log: Better handling for https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 Now it is only necessary for the connector to be configured with sslProtocol="TLSv1.2" when using an IBM JRE in

svn commit: r1633785 - in /tomcat/trunk/java/org/apache/tomcat/util/net/jsse: JSSESocketFactory.java res/LocalStrings.properties

2014-10-23 Thread markt
Author: markt Date: Thu Oct 23 10:12:29 2014 New Revision: 1633785 URL: http://svn.apache.org/r1633785 Log: Better handling for https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 Now it is only necessary for the connector to be configured with sslProtocol="TLSv1.2" when using an IBM JRE in

[Bug 56780] IBM Java: server.startup gives error "java.lang.IllegalArgumentException: Only TLS1.2 protocol can be enabl ed in SP800_131 strict mode"

2014-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 --- Comment #11 from Mark Thomas --- (In reply to Konstantin Kolinko from comment #10) > > 3. Is it possible to try several names in turn in > > "SSLContext.getInstance("TLS");" such as "TLS", "TLSv1.1" and "TLSv1.2"? Workable but ugly and

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

2014-10-23 Thread kkolinko
Author: kkolinko Date: Thu Oct 23 09:17:26 2014 New Revision: 1633777 URL: http://svn.apache.org/r1633777 Log: notes 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=1633777&r1=1633776&r

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

2014-10-23 Thread kkolinko
Author: kkolinko Date: Thu Oct 23 09:03:13 2014 New Revision: 1633774 URL: http://svn.apache.org/r1633774 Log: vote 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=1633774&r1=1633773&r2

[Bug 57132] ImportHandler.resolveClass() fails to report conflicting import when called repeatedly

2014-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57132 Konstantin Kolinko changed: What|Removed |Added OS||All --- Comment #2 from Konst

[Bug 56425] Unable to find unambiguous method in class String

2014-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56425 Violeta Georgieva changed: What|Removed |Added Attachment #32140|0 |1 is patch|

[Bug 56425] Unable to find unambiguous method in class String

2014-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56425 Violeta Georgieva changed: What|Removed |Added Attachment #32137|0 |1 is obsolete|

svn commit: r1633769 - in /tomcat/trunk: java/javax/el/ImportHandler.java test/javax/el/TestImportHandler.java webapps/docs/changelog.xml

2014-10-23 Thread kkolinko
Author: kkolinko Date: Thu Oct 23 08:43:52 2014 New Revision: 1633769 URL: http://svn.apache.org/r1633769 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57132 ImportHandler.resolveClass() fails to report conflicting import when called repeatedly Modified: tomcat/trunk/java/javax

[Bug 56780] IBM Java: server.startup gives error "java.lang.IllegalArgumentException: Only TLS1.2 protocol can be enabl ed in SP800_131 strict mode"

2014-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56780 --- Comment #10 from Konstantin Kolinko --- > 3. Is it possible to try several names in turn in > "SSLContext.getInstance("TLS");" such as "TLS", "TLSv1.1" and "TLSv1.2"? Other ideas: A) Use JSSESocketFactory.defaultProtocol field here and