-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
windows server 2008,+jenkins + html publish plugin 1.2 statsvn0.7
HTML Publisher for example uses copyRecursiveTo as such: copyRecursiveTo("*/", targetDir) (https://github.com/jenkinsci/htmlpublisher-plugin/blob/master/src/main/java/htmlpublisher/HtmlPublisher.java#L212), and in the attached screenshot one can see that it can fail if the glob matches certain characters.
- is related to
-
JENKINS-12610 Util.deleteRecursive fails for files using unmappable characters
- Open
-
JENKINS-72540 hudson.FilePath#copyRecursiveTo() failing if remote and local having different default character sets
- Resolved