You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2019/07/01 14:45:41 UTC

[GitHub] [tomcat] zhanhb commented on issue #175: Apply the suggestion in rfc7233

zhanhb commented on issue #175: Apply the suggestion in rfc7233
URL: https://github.com/apache/tomcat/pull/175#issuecomment-507295587
 
 
   For a put request, usually it won't have a header 'Range', The header specified in rfc 2616 is 'Content-Range'.
   What will happen to a put request if header 'Range' is specified?
   Put the content in specified URI and then return partial content of the entity. We can see existed source in tomcat, either 201 or 204 is returned, both have no response body content.
   IMO, this change can also be applied too.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org