Skip to content

Allow to skip parsing the request's url into URI #1879

Allow to skip parsing the request's url into URI

Allow to skip parsing the request's url into URI #1879

GitHub Actions / Java CI / Test Report (21) failed Dec 5, 2023 in 0s

14572 tests run, 14472 passed, 99 skipped, 1 failed.

Annotations

Check failure on line 23 in http-server-netty/src/test/groovy/io/micronaut/http/server/netty/errors/MalformedUriSpec.groovy

See this annotation in the file changed.

@github-actions github-actions / Java CI / Test Report (21)

MalformedUriSpec.testMalformedUriReturns400

Condition not satisfied:

connection.getResponseCode() == 400
|          |                 |
|          500               false
sun.net.www.protocol.http.HttpURLConnection:http://localhost:36669/malformed/[]
Raw output
Condition not satisfied:

connection.getResponseCode() == 400
|          |                 |
|          500               false
sun.net.www.protocol.http.HttpURLConnection:http://localhost:36669/malformed/[]

	at io.micronaut.docs.server.urisyntax.MalformedUriSpec.testMalformedUriReturns400(MalformedUriSpec.groovy:23)