svn commit: r1825421 - in /tomcat/trunk/java/org/apache/catalina/realm: JAASRealm.java LockOutRealm.java

2018-02-26 Thread markt
Author: markt Date: Mon Feb 26 22:20:04 2018 New Revision: 1825421 URL: http://svn.apache.org/viewvc?rev=1825421&view=rev Log: SpotBugs Fix some concurrency related concerns. Modified: tomcat/trunk/java/org/apache/catalina/realm/JAASRealm.java tomcat/trunk/java/org/apache/catalina/realm/L

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

2018-02-26 Thread markt
Author: markt Date: Mon Feb 26 22:17:38 2018 New Revision: 1825420 URL: http://svn.apache.org/viewvc?rev=1825420&view=rev Log: Clean-up Modified: tomcat/trunk/java/org/apache/catalina/realm/JDBCRealm.java Modified: tomcat/trunk/java/org/apache/catalina/realm/JDBCRealm.java URL: http://svn.a

svn commit: r1825419 - /tomcat/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java

2018-02-26 Thread markt
Author: markt Date: Mon Feb 26 22:07:02 2018 New Revision: 1825419 URL: http://svn.apache.org/viewvc?rev=1825419&view=rev Log: Spotbugs warning Super class has defined hashCode() and equals() so override them here. Probably unnecessary but play it safe. Use Eclipse generated code. Modified: t

svn commit: r1825398 - /tomcat/trunk/res/findbugs/filter-false-positives.xml

2018-02-26 Thread markt
Author: markt Date: Mon Feb 26 18:45:04 2018 New Revision: 1825398 URL: http://svn.apache.org/viewvc?rev=1825398&view=rev Log: Two more false positives Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml URL: http://s

svn commit: r1825395 - /tomcat/trunk/res/findbugs/filter-false-positives.xml

2018-02-26 Thread markt
Author: markt Date: Mon Feb 26 18:35:44 2018 New Revision: 1825395 URL: http://svn.apache.org/viewvc?rev=1825395&view=rev Log: Be a little more specific about exclusion patterns. Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml Modified: tomcat/trunk/res/findbugs/filter-false-p

svn commit: r1825394 - /tomcat/trunk/java/org/apache/catalina/manager/StatusManagerServlet.java

2018-02-26 Thread markt
Author: markt Date: Mon Feb 26 18:35:04 2018 New Revision: 1825394 URL: http://svn.apache.org/viewvc?rev=1825394&view=rev Log: Remove unnecessary code Modified: tomcat/trunk/java/org/apache/catalina/manager/StatusManagerServlet.java Modified: tomcat/trunk/java/org/apache/catalina/manager/St

[Bug 62131] dependency on MSVC2010

2018-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62131 --- Comment #3 from shimshon --- I looked with procmon on loading DLLs order. I see that msvcr100.dll is loaded before jvm.dll. I see that in depends (depends.exe) indeed the jvm.dll is dependent on msvcr100.dll. So, it is not related to Apache

[Bug 62131] dependency on MSVC2010

2018-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62131 --- Comment #2 from Christopher Schultz --- IIRC, every windows binary that uses pretty much any basic libc functions will link to MSVC[RS][0-9]+.DLL. The versions of tcnative.dll that Tomcat publishes always try to use the "versionless" flavor

[Bug 62133] java.lang.NoSuchMethodError when the client project works with websocket

2018-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62133 --- Comment #2 from Wang Ying --- @(In reply to Mark Thomas from comment #1) > You are trying to use a Java WebSocket 1.1 method that does not exist in > Tomcat 7.0.47. You need at least 7.0.56 for WebSocket 1.1. Thanks your quick reply, I hav

[Bug 47242] request for AJP command line client

2018-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=47242 --- Comment #20 from Mark Thomas --- There has been no activity on this since 2011. I proposed this for GSOC in 2017 and didn't get any takers. I've re-proposed it for 2018. If it still doesn't get any takes, I'm intending to resolve this as

[Bug 43866] add support for session attribute propagation without calls to DeltaSession.setAttribute

2018-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=43866 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1825351 - in /tomcat/trunk: java/org/apache/catalina/Manager.java java/org/apache/catalina/session/ManagerBase.java java/org/apache/catalina/session/StandardSession.java webapps/docs/chan

2018-02-26 Thread markt
Author: markt Date: Mon Feb 26 10:00:12 2018 New Revision: 1825351 URL: http://svn.apache.org/viewvc?rev=1825351&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=43866 Add additional attributes to the Manager to provide control over which listeners are called when an attribute is

svn commit: r1825349 - /tomcat/trunk/java/org/apache/catalina/session/StandardSession.java

2018-02-26 Thread markt
Author: markt Date: Mon Feb 26 09:48:14 2018 New Revision: 1825349 URL: http://svn.apache.org/viewvc?rev=1825349&view=rev Log: Code clean-up. No functional change. Modified: tomcat/trunk/java/org/apache/catalina/session/StandardSession.java Modified: tomcat/trunk/java/org/apache/catalina/ses

[Bug 62133] java.lang.NoSuchMethodError when the client project works with websocket

2018-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62133 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 62132] No reliable way to know if the request emerged from localhost

2018-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62132 Mark Thomas changed: What|Removed |Added OS||All Resolution|---

[Bug 62133] java.lang.NoSuchMethodError when the client project works with websocket

2018-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62133 Wang Ying changed: What|Removed |Added OS||All Version|unspecified

[Bug 62133] New: java.lang.NoSuchMethodError when the client project works with websocket

2018-02-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62133 Bug ID: 62133 Summary: java.lang.NoSuchMethodError when the client project works with websocket Product: Tomcat 9 Version: unspecified Hardware: PC Status: NE