We are working on using RESTEasy 4.5.8 with OpenLiberty and our tests that use an encoded
@ApplicationPath value, such as "@ApplicationPath("apppathrest%21")",
on an Application class are failing because the value is not being decoded and resolved
properly. I have been able to run this test scenario successfully on Quarkus. I've
turned on Quarkus logging but have not been able to isolate where the decoding is taking
place. Hopefully somebody on this mailing list can direct me to where this decoding is
triggered within RESTEasy or what I am potentially neglecting. Thanks