Add RFC 10008 (The HTTP QUERY Method) Support#1026
Conversation
|
EE specification link for these changes ? |
|
It isn't part of the Servlet spec yet so we can't modify specification classes. This looks like a reasonable proposal. I'll look at getting the Servlet specification updated. |
712fc17 to
3b93b16
Compare
Sorry, no EE spec change at this time (Honestly I don't' know where or how to start doing that)
Added |
Should I remove that addition then?
Thank you! Yes, RFC 10008 is a very simple addition, hopefully we can get it when 12 gets released |
|
Coded nearly the same this morning. It'd be awesome to have a QUERY method. I'd like to contribute the AJP support, messages and JSP support if this feature is accepted. |
This change adds support for RFC 10008 (The HTTP QUERY Method). QUERY is a safe an idempotent method that carries a body. This implementation adds support for redirections, caching, mandatory content type, and ALLOW.