geronimo-iia / winstone

Winstone is a servlet container that was written out of a desire to provide servlet functionality without the bloat that full J2EE compliance introduces.
GNU Lesser General Public License v2.1
22 stars 3 forks source link

Wrong "reason" messages for the HTTP status codes #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. winstone-1.0.4-boot.jar
2. curl http://localhost:8080/my404 -I

What is the expected output? What do you see instead?

HTTP/1.1 404 Not Found

HTTP/1.1 404 HTTP_404

What version of the product are you using? On what operating system?
winstone-1.0.4-boot.jar
Mac OS X

Please provide any additional information below.

reason.getMessage()
here 
http://code.google.com/searchframe#2QfiJ7w-lsQ/trunk/winstone/src/main/java/net/
winstone/core/WinstoneOutputStream.java&q=%22No%20reason%22%20package:winstone%5
C.googlecode%5C.com&l=143

fixes the problem.

Thanks!

Original issue reported on code.google.com by Xad...@gmail.com on 28 Nov 2012 at 5:47

GoogleCodeExporter commented 9 years ago

Original comment by jguibert@gmail.com on 4 Dec 2012 at 2:56

GoogleCodeExporter commented 9 years ago
see 1.0.5

Original comment by jguibert@gmail.com on 26 Dec 2012 at 3:29