You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2021/11/30 17:39:06 UTC

[Bug 65714] HTTPS connection error using NIO2 with security manager enabled

https://bz.apache.org/bugzilla/show_bug.cgi?id=65714

Konstantin Kolinko <kn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> ---
> -Djava.security.policy=${CATALINA_BASE}/conf/catalina.policy

The above value is just wrong. The value has to start with '=' (see Java
documentation for "java.security.policy" for the meaning).

See how catalina.sh sets it, e.g.:

-Djava.security.policy=="$CATALINA_BASE"/conf/catalina.policy

Note how '=' character is doubled.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org