ari-ban / issue-test

0 stars 0 forks source link

Should throw exception when using trailer in HTTP/1.0 #1957

Closed arinban closed 7 years ago

arinban commented 7 years ago

Trailer is defined in HTTP/1.1. In the proposed Servlet 4.0 API, when HttpServletResponse#setTrailerFields is invoked with HTTP/1.0, one should throw IllegalStateException.

arinban commented 6 years ago