Closed jholleran closed 3 years ago
This is likely related to the recent class loader changes in Quarkus. We should definitely add an integration test to catch these errors sooner.
We may have luck using an approach similar to SmallRye-JWT's ResourceUtils class
When running a request with an Accept: text/html header a 500 response is returned,
Steps to reproduce:
docker-compose up
curl -v GET 'http://localhost/' --header 'Accept: text/html'
Expected
200 response with html representation of the resource,
Actual
500 response code is returned:
Logs from Server