Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4
-
None
-
None
Description
One test fails with IllegalArgumentException which is caused by
def packageFolder = request.getPackage().replaceAll( '\\.', this.'file.separator' );
On Windows, a backslash is employed by replaceAll requires the replacement to be properly escaped. We can unanimously use slashes everywhere.
Attachments
Issue Links
- links to