Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #15 from chrissy25/master
JENKINS-22402 do not store authorities in the config.xml
  • Loading branch information
wilderrodrigues committed May 23, 2014
2 parents f554033 + 4bc4c84 commit 698184e
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -208,8 +208,9 @@ public class ReverseProxySecurityRealm extends SecurityRealm {

/**
* The authorities that are granted to the authenticated user.
* It is not necessary, that the authorities will be stored in the config.xml, they blow up the config.xml
*/
public GrantedAuthority[] authorities;
public transient GrantedAuthority[] authorities = new GrantedAuthority[0];

/**
* The name of the header which the username has to be extracted from.
Expand Down

0 comments on commit 698184e

Please sign in to comment.