eclipse-ee4j / krazo

Apache License 2.0
50 stars 19 forks source link

Ignore non-MVC requests when validating input #358

Closed erdlet closed 1 year ago

erdlet commented 1 year ago

This commit backports the validation issue when using mixed MVC and non-MVC methods. Because the original test is using JDK 11 API, an external HTTP client was added in test scope.

@ivargrimstad / @chkal please do me a favor and run the tests locally. I think I got weird failures because of my JVM / Glassfish settings.

erdlet commented 1 year ago

OK it seems a test is broken in general on the maintenance branch.

erdlet commented 1 year ago

Assuming reviewer's silence as acknowledgement. Merging this now.