Is there a way for wildfly server support http range header? We are requesting file for server with http get and http header "Range: bytes 200-400"
The files that served from apache tomcat server responds http status code 206 and partial file content but wildfly server responds same request with http status code 200 and all file content. Since we are using big files it becomes a problem to transfer and seek file. Is there any way to make wildfly support partial requests via configuration, plugin, module or a servlet code?
I am open to any suggestions.
Thanks.
We are using: wildfly 8.0.1 version