-
Bug
-
Resolution: Fixed
-
Major
During implementation of JENKINS-34755 the author only searched for System.getProperty and missed lines like Boolean.getBoolean and Integer.getInteger()
- is related to
-
JENKINS-34755 Allow setting of system properties from context.xml in addition to setting from command line
-
- Closed
-
[JENKINS-34854] Some properties missed in the introduction in SystemProperties
Description |
Original:
I believe the author only searched for System.getProperty and missed lines like Boolean.getBoolean Example here: https://github.com/jenkinsci/jenkins/blob/99f80a0b0b93a6d7c928d21849d96e0d642e5d1f/core/src/main/java/hudson/model/ParametersAction.java#L270 |
New:
I believe the author only searched for System.getProperty and missed lines like Boolean.getBoolean and Integer.getInteger() Example here: https://github.com/jenkinsci/jenkins/blob/99f80a0b0b93a6d7c928d21849d96e0d642e5d1f/core/src/main/java/hudson/model/ParametersAction.java#L270 |
Priority | Original: Minor [ 4 ] | New: Major [ 3 ] |
Labels | New: settings.xml war |
Description |
Original:
I believe the author only searched for System.getProperty and missed lines like Boolean.getBoolean and Integer.getInteger() Example here: https://github.com/jenkinsci/jenkins/blob/99f80a0b0b93a6d7c928d21849d96e0d642e5d1f/core/src/main/java/hudson/model/ParametersAction.java#L270 |
New:
During implementation of Example here: https://github.com/jenkinsci/jenkins/blob/99f80a0b0b93a6d7c928d21849d96e0d642e5d1f/core/src/main/java/hudson/model/ParametersAction.java#L270 |
Link |
New:
This issue is related to |
Summary | Original: Some properties missed in the introduction of SystemProperties | New: Some properties missed in the introduction in SystemProperties |
Assignee | New: Oleg Nenashev [ oleg_nenashev ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
As an author, I agree that update of
JENKINS-34755to ALL properties was incomplete. Since it involves security fixes, I consider it as a major bug.