jcabi/jcabi-urn

Leading URN prefix is not case-insensitive

Closed this issue · 5 comments

RFC 2141, section 2 states: "The leading "urn:" sequence is case-insensitive."

However, the URN "URN:a" fails the test passesCorrectURNSyntax().

definitely a bug, let me fix it

I'm on it. Currently prepping some pull requests...

should be fixed now

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.

thanks for the comment, I didn't know about it :) fixed