https://linen.dev logo
#general
Title
# general
v

Valeriu Nedelcu

04/27/2023, 11:32 AM
Hello #general! I am stuck with wiremock-jre8 for the time being and I am getting some weird 404 responses from Jetty, like
1
o

Oleg Nenashev

04/27/2023, 12:05 PM
Could you please share your configuration and the request.
\n
always suggests encoding issues
v

Valeriu Nedelcu

04/27/2023, 1:32 PM
Thanks Oleg four your quick reaction. I was looking very hard at the test code I wrote and I realized my mistake 🙂. Basically before calling the Rest client operation, I was trying to add a NULL HTTP header, which was causing Grizzly to return 404 with that message. No further assistance is required. Cheers!
o

Oleg Nenashev

04/27/2023, 1:37 PM
Happy to help!
2 Views