RepreZen / KaiZen-OpenApi-Parser

High-performance Parser, Validator, and Java Object Model for OpenAPI 3.x
130 stars 31 forks source link

Stop using norconex commons-lang library #223

Open andylowry opened 5 years ago

andylowry commented 5 years ago

This has caused more trouble than it's worth for simple URL normalization. Recent examples of Json Reference strings show bizarre mangling of URLs by the normalization method.

We can go with built-in Java canonicalization until we find or build something better.