FileRepository - Partial Content Requests - Unable to seek video.
Hello,
I have a video file in path: http://localhost/Thingworx/FileRepositories/myRepository/myVideo.mp4
I tried to use this url in my HTML5 Video tag as a source src.
Video starts, but I cannot seek on slider.
When I try to manually set the currentTime value in JS, it resets to Zero immediately.
When I try to send a request with 'Range' header, it always responds with full content.
My TWX runs on Tomcat server.
I tried to edit web.xml file by setting the useAcceptRanges and allowPartialPut on true, but it didn't help.
I think it's an Partial Content issue, but how can I fix it?

