-
Bug
-
Resolution: Fixed
-
Major
The Plugin saves all authorities of all users in the config.xml file of Jenkins. As our users have a lot of authorities/groups the file is getting very big.
And as the plugin is loading all authorities dynamicly and do not use the authorities in the config.xml they are not requiered there.
- is related to
-
JENKINS-48970 JEP-200 Problem with serialisation of a class used by Jenkins Reverse Proxy Authentication and Authorisation Plugin
-
- Resolved
-
Code changed in jenkins
User: chrissy25
Path:
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySecurityRealm.java
http://jenkins-ci.org/commit/reverse-proxy-auth-plugin/4bc4c84adf73171c20ecce765bc2e6ae092e6c4b
Log:
JENKINS-22402do not store authorities in the config.xmlJENKINS-22402The authorities of each user are not required in the config.xml of
Jenkins and just blowing up the file.