|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Code changed in jenkins
User: Jesse Glick
Path:
core/src/main/java/hudson/FilePath.java
core/src/main/java/hudson/tasks/ArtifactArchiver.java
core/src/main/java/hudson/util/FormFieldValidator.java
core/src/test/java/hudson/FilePathTest.java
http://jenkins-ci.org/commit/jenkins/23e0d6ad1964e0efdd1e0f1c90360321acc8a073
Log:
[FIXED JENKINS-25759] Avoid consuming too much memory while running validateAntFileMask.
Not fully solved, since the scannedDirs field can still grow to be large, but at least clearing files/dirsNotIncluded.
Also imposing a 5s timeout on the scan regardless of file count, and defining a user-customizable bound.
(cherry picked from commit 534328b264f9338e48418d2bcc0d28daaf48b3a0)
Conflicts:
changelog.html
Compare: https://github.com/jenkinsci/jenkins/compare/03600e925c3d...23e0d6ad1964