Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Platform: All, OS: All
Description
See list thread for report - valid load rules containing spaces, such as
"foo/bar baz/some_file", are not being handled properly. They're being passed to
cleartool unquoted, resulting in errors like those reported in the email thread.
Attachments
Issue Links
- is duplicated by
-
JENKINS-4450 Load rule paths containing whitespaces not handled properly?
-
- Closed
-
Code changed in hudson
User: : abayer
Path:
trunk/hudson/plugins/clearcase/src/main/java/hudson/plugins/clearcase/ClearToolExec.java
trunk/hudson/plugins/clearcase/src/main/java/hudson/plugins/clearcase/ClearToolSnapshot.java
trunk/hudson/plugins/clearcase/src/test/java/hudson/plugins/clearcase/AbstractClearCaseScmTest.java
trunk/hudson/plugins/clearcase/src/test/java/hudson/plugins/clearcase/ClearToolExecTest.java
trunk/hudson/plugins/clearcase/src/test/java/hudson/plugins/clearcase/ClearToolSnapshotTest.java
http://fisheye4.cenqua.com/changelog/hudson/?cs=21609
Log:
[FIXED JENKINS-4443] Added checks in lshistory and update calls to quote load rules with spaces in them when encountered. Also added multiple tests for this as well.