Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: cb1b4e988416974386971aa60633d539c52f924b
https://github.com/resteasy/Resteasy/commit/cb1b4e988416974386971aa60633d...
Author: Andy McCright <j.andrew.mccright(a)gmail.com>
Date: 2020-07-10 (Fri, 10 Jul 2020)
Changed paths:
M
resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/RestClientBuilderImpl.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/delegates/MediaTypeHeaderDelegate.java
Log Message:
-----------
[RESTEASY-2642] Add doPrivs to sys prop checks (#2467)
* [RESTEASY-2642] Add doPrivs to sys prop checks
Signed-off-by: Andy McCright <j.andrew.mccright(a)gmail.com>
* Review comment: only use doPriv if SecMgr is used
Signed-off-by: Andy McCright <j.andrew.mccright(a)gmail.com>