mbeckerle commented on code in PR #1223:
URL: https://github.com/apache/daffodil/pull/1223#discussion_r1576192606
##########
daffodil-lib/src/main/scala/org/apache/daffodil/lib/util/Misc.scala:
##########
@@ -159,6 +159,25 @@ object Misc {
}
}
+ /**
+ * Split a jar URI into its two component parts: 1) the path to a jar file
2) the resource
+ * path within that jar file. By definition, these two parts are delimited
by the last
+ * occurrence of an exclamation point. If the resource path part contains an
exclamation point
+ * it should have already been escaped using %21.
Review Comment:
wording. escaped as %21 or escaped using %21. Is %21 a exclamation point, or
an escape character?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]