Details
Description
Lack of Content-Length header causes some problems in mobile browsers and flash based media players like flowplayer.
Fixed by
response.setContentLength((int) data.getLength());
in doGet, before IOUtils.copy(input, output);
Lack of Content-Length header causes some problems in mobile browsers and flash based media players like flowplayer.
Fixed by
response.setContentLength((int) data.getLength());
in doGet, before IOUtils.copy(input, output);