-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins V 2.111
Remoting version: 3.17 (Windows agent)
- is duplicated by
-
JENKINS-52345 Jenkins Plugin broken by security update?
-
- Resolved
-
- relates to
-
JENKINS-50760 JEP-200 issue with plugin Kubernetes Continuous Deploy Plugin
-
- Reopened
-
- links to
(2 links to)
[JENKINS-50237] [JEP-200] java.lang.SecurityException: Rejected: org.apache.tools.ant.Location
Assignee | New: Oleg Nenashev [ oleg_nenashev ] |
Labels | Original: JEP-200 | New: JEP-200 lts-candidate regression |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Remote Link | New: This issue links to "https://github.com/jenkinsci/jenkins/pull/3358 (Web Link)" [ 20275 ] |
Remote Link | New: This issue links to "remoting PR 263 (Web Link)" [ 20276 ] |
Remote Link | New: This issue links to "core PR 3359 (Web Link)" [ 20277 ] |
Oops, it really seems to be a defect in the core.
Apparently we do not have enough test coverage for FilePath#list(final FileFilter filter).
I have reviewed the code, and I see no direct usages of org.apache.tools.ant.Location in the stacktrace's codebase. But it apparently happens during the response deserialization for core-internal method... Will investigate tomorrow