Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
maven-filtering-1.0-beta-4
-
None
Description
If the Windows path is in the middle, like in a JDBC URL escaping is not done. Here's the code from FilteringUtils.java that causes it:
public static final String escapeWindowsPath( String val ) { if ( !StringUtils.isEmpty( val ) && val.indexOf( ":\\" ) == 1 ) ...
Attachments
Attachments
Issue Links
- is depended upon by
-
MRESOURCES-111 escapeWindowsPath doesn't work when applying properties
- Closed
- relates to
-
MSHARED-121 FilteringUtils.escapeWindowsPath doesn't handle paths that leave out the drive letter.
- Closed