You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #13588 - Improve ResourceFactory.split() and URIUtil.toURI to work properly on Windows. (#13652)
* Issue #13588 - Improve ResourceFactory.split() and URIUtil.toURI to work properly on Windows.
+ New testcases in ResourceFactoryTest.testResourceSplit*
+ Restore URIUtil.toURI(String) for
the purpose of converting a raw string
reference to a URI without causing
a Resource mount to occur.
* Split a string of references by provided delims into a List of {@link Resource}.
507
507
* <p>
508
-
* Each part of the input string could be path references (unix or windows style), string URI references, or even glob references (eg: {@code /path/to/libs/*}).
508
+
* Each part of the input string could be path references (unix or windows style),
509
+
* string URI references, or even glob references (eg: {@code /path/to/libs/*}).
509
510
* Note: that if you use the {@code :} character in your delims, then URI references will be impossible.
510
511
* </p>
511
512
* <p>
512
-
* If the result of processing the input segment is a java archive it will not be automatically mounted, the caller must mount if necessary
513
+
* If the result of processing the input segment is a java archive it will not be automatically mounted,
0 commit comments