Leading URN prefix is not case-insensitive
Closed this issue · 5 comments
claussni commented
RFC 2141, section 2 states: "The leading "urn:" sequence is case-insensitive."
However, the URN "URN:a" fails the test passesCorrectURNSyntax()
.
yegor256 commented
definitely a bug, let me fix it
claussni commented
I'm on it. Currently prepping some pull requests...
yegor256 commented
should be fixed now
yegor256 commented
Let's resolve a number of problems and then I'll release a new version to Maven Central. Please, close this ticket if it's solved.
yegor256 commented
thanks for the comment, I didn't know about it :) fixed