https://bz.apache.org/bugzilla/show_bug.cgi?id=66195
--- Comment #6 from Behrooz Nobakht ---
(In reply to Konstantin Kolinko from comment #5)
> 1. If you read the above Java 9 javadoc, you may see that
> "jdk.util.jar.enableMultiRelease" in that version of Java had 3 possible
> values: true, fal
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 824d846ad2 This test assumes illegal headers will b
nobeh commented on PR #534:
URL: https://github.com/apache/tomcat/pull/534#issuecomment-1203780743
> already implements the relevant logic, so we don't need to do anything
extra with this property
Yes, that's correct. However, Tomcat uses a "MethodHandle" invocation to
call that meth
nobeh commented on PR #534:
URL: https://github.com/apache/tomcat/pull/534#issuecomment-1203795589
> to evaluate to `false` could actually be an expensive operation. This is
one of the main motivations for this change.
And the root cause for that is because of a `synchronized` block:
https://bz.apache.org/bugzilla/show_bug.cgi?id=66195
--- Comment #7 from Behrooz Nobakht ---
(In reply to Behrooz Nobakht from comment #6)
> (In reply to Konstantin Kolinko from comment #5)
>
> > 1. If you read the above Java 9 javadoc, you may see that
> > "jdk.util.jar.enableMultiRelease" in t
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 5d3d244869 Fix typo - thanks to Han Li
5d3d244869
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 4a66bc2d41 Fix typo - thanks to Han Li
4a66bc2d41 i
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new be2e727381 Fix typo - thanks to Han Li
be2e727381 i
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 4d530de862 Fix typo - thanks to Han Li
4d530de862 is
ChristopherSchultz commented on code in PR #523:
URL: https://github.com/apache/tomcat/pull/523#discussion_r936904336
##
java/org/apache/catalina/core/ApplicationPushBuilder.java:
##
@@ -26,6 +26,7 @@
import java.util.Locale;
import java.util.Map;
import java.util.Set;
+impor
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 38b93348e1 Propertly-escape role and group informat
This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 9adbac09bc Move logic to export MemoryUserDatabase
aooohan commented on code in PR #523:
URL: https://github.com/apache/tomcat/pull/523#discussion_r937281527
##
java/org/apache/catalina/core/ApplicationPushBuilder.java:
##
@@ -26,6 +26,7 @@
import java.util.Locale;
import java.util.Map;
import java.util.Set;
+import java.util
> 2022年8月4日 01:31,schu...@apache.org 写道:
>
> This is an automated email from the ASF dual-hosted git repository.
>
> schultz pushed a commit to branch main
> in repository https://gitbox.apache.org/repos/asf/tomcat.git
>
>
> The following commit(s) were added to refs/heads/main by this push:
14 matches
Mail list logo