-
Bug
-
Resolution: Fixed
-
Minor
it is required for some exceptions to be propagated over the remoting chanel, however some 3rd party (acegi) exceptions are subclasses of org.springframework.core.NestedRuntimeException which is blocked by the remote classloading. This exception is safe so should be allowed.
- links to
[JENKINS-33999] add org.spring.core.NestedRuntimeException to the whitelist
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "PR 79 (Web Link)" [ 14160 ] |
Remote Link | New: This issue links to "core PR#2243 (Web Link)" [ 14176 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Specifically AcegiSecurityException and thus its subtypes like UsernameNotFoundException used by Jenkins extend NestedRuntimeException.