Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: 69f91c7d11135138efd313663f30cfa940e330fe
      
https://github.com/jenkinsci/matrix-auth-plugin/commit/69f91c7d11135138efd313663f30cfa940e330fe
  Author: Cyrille Le Clerc <[email protected]>
  Date:   2015-02-06 (Fri, 06 Feb 2015)

  Changed paths:
    M src/main/java/hudson/security/GlobalMatrixAuthorizationStrategy.java

  Log Message:
  -----------
  Better exception message if a permission does not exist.

The current message does not indicate which permission is unknown:

```
Caused by: java.lang.IllegalArgumentException
    at 
hudson.security.GlobalMatrixAuthorizationStrategy.add(GlobalMatrixAuthorizationStrategy.java:94)
    at 
hudson.security.GlobalMatrixAuthorizationStrategy$DescriptorImpl.newInstance(GlobalMatrixAuthorizationStrategy.java:276)
    at 
hudson.security.GlobalMatrixAuthorizationStrategy$DescriptorImpl.newInstance(GlobalMatrixAuthorizationStrategy.java:248)
```


  Commit: b30e5e46b9a7a64c7bd085c210ca08e82bd4862d
      
https://github.com/jenkinsci/matrix-auth-plugin/commit/b30e5e46b9a7a64c7bd085c210ca08e82bd4862d
  Author: Cyrille Le Clerc <[email protected]>
  Date:   2015-02-06 (Fri, 06 Feb 2015)

  Changed paths:
    M src/main/java/hudson/security/GlobalMatrixAuthorizationStrategy.java

  Log Message:
  -----------
  Silently ignore unknown permission instead of throwing an exception.


  Commit: c73c1e36a68a34e99a99081660c2ffa774ad85c0
      
https://github.com/jenkinsci/matrix-auth-plugin/commit/c73c1e36a68a34e99a99081660c2ffa774ad85c0
  Author: Jesse Glick <[email protected]>
  Date:   2015-04-28 (Tue, 28 Apr 2015)

  Changed paths:
    M src/main/java/hudson/security/GlobalMatrixAuthorizationStrategy.java

  Log Message:
  -----------
  Merge pull request #1 from cyrille-leclerc/better-exception-message

Silently ignore unknown permissions instead of throwing an 
IllegalArgumentException


Compare: 
https://github.com/jenkinsci/matrix-auth-plugin/compare/c71bb80c1806...c73c1e36a68a

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to