Hello!
I have noticed that the media player does not work when:
1. the media file is within a folder containing an 8 bit character: okm:root/Vidéo/atester.flv, for instance ;
2. the media file contains an 8 character: okm:root/Video/àtester.flv, for instance .
This is clearly a bug as the OKMDownloadServlet throws in both cases an exception:
Best Regards.
I have noticed that the media player does not work when:
1. the media file is within a folder containing an 8 bit character: okm:root/Vidéo/atester.flv, for instance ;
2. the media file contains an 8 character: okm:root/Video/àtester.flv, for instance .
This is clearly a bug as the OKMDownloadServlet throws in both cases an exception:
Code: Select all
09:57:46,327 ERROR [[OKMDownloadServlet]] Servlet.service() for servlet OKMDownloadServlet threw exception
es.git.openkm.frontend.client.OKMException: okm:root/Vid?o/atester.flv
Code: Select all
Note that renaming the folder or file by replacing the 8 bit character with a 7 bit character fixes the problem.09:50:36,848 ERROR [[OKMDownloadServlet]] Servlet.service() for servlet OKMDownloadServlet threw exception
es.git.openkm.frontend.client.OKMException: okm:root/Video/?tester.flv
Best Regards.