[
https://issues.apache.org/jira/browse/DIRMINA-916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny resolved DIRMINA-916.
---------------------------------------
Resolution: Fixed
The HTTP 101 status has been added a while back :
/**
* 101 - Switching Protocols
*/
INFORMATIONAL_SWITCHING_PROTOCOLS(101, "HTTP/1.1 101 Swtiching Protocols"),
> Adding Http Status code 101 "101 Switching Protocols" in
> org.apache.mina.http.api.HttpStatus
> --------------------------------------------------------------------------------------------
>
> Key: DIRMINA-916
> URL: https://issues.apache.org/jira/browse/DIRMINA-916
> Project: MINA
> Issue Type: Wish
> Components: Protocol - HTTP
> Affects Versions: 2.0.7
> Reporter: Chun Ko
> Fix For: 2.0.8
>
>
> I am currently developing IPP server and want to take advantage of the
> mina-http module.
> Unfortunately that the status 101 is not already in the
> org.apache.mina.http.api.HttpStatus
> it would be great to have it as default, so that I can reuse this module in
> future version.
> Thanks
> Reference: http://www.ietf.org/rfc/rfc2817.txt
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)