Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
Description
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.
Attachments
Issue Links
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | In Progress [ 3 ] |
Remote Link | This issue links to "PR 79 (Web Link)" [ 14160 ] |
Remote Link | This issue links to "core PR#2243 (Web Link)" [ 14176 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Labels | lts-candidate |
Labels | lts-candidate | 1.651.2-fixed |
Workflow | JNJira [ 170015 ] | JNJira + In-Review [ 198763 ] |
Remote Link | This issue links to "CloudBees Internal CJP-4468 (Web Link)" [ 19297 ] |
Assignee | James Nord [ teilo ] |
Specifically AcegiSecurityException and thus its subtypes like UsernameNotFoundException used by Jenkins extend NestedRuntimeException.