SingingBush commented on code in PR #47:
URL: https://github.com/apache/xerces-j/pull/47#discussion_r2512371586
##########
src/org/apache/xerces/util/URI.java:
##########
@@ -1783,7 +1783,7 @@ public static boolean isConformantSchemeName(String
p_scheme) {
* '.'. Each group must consist of one to three digits. See RFC 2732 Section
3,
* and RFC 2373 Section 2.2, for the definition of IPv6 references. A
hostname
* consists of domain labels (each of which must begin and end with an
alphanumeric
- * but may contain '-') separated & by a '.'. See RFC 2396 Section 3.2.2.
+ * but may contain '-') separated & by a '.'. See RFC 2396 Section 3.2.2.
Review Comment:
good spot, I was focused on just sorting the error and did't read it. I'll
remove the ampersand
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]