January 24th, 2020
5:32 pm
Posted under Java & Spring & Spring Boot & Tomcat
Permalink
I noticed this when a web service returned a blank reason phrase, which tripped up Angular due to an Angular issue which I have documented here.
It appears to be a Spring Boot Tomcat version change issue – a later Tomcat ignores the reason phrase and does not return it, as detailed here.
As reason phrases are being deprecated anyway, and I don’t use them, I have just ignored the issue, but it is worth being aware of it when debugging.
Comments Off on Spring Boot no longer returns HTTP reason phrase in responses