|
||||||||
|
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Jesse Glick
Path:
changelog.html
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/534328b264f9338e48418d2bcc0d28daaf48b3a0
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.