In my project I have html file with non-Latin characters: Кондиционер.html. When i make request: www.myDomain.com/Кондиционер.html
Server sends 404 error:
Error: Not Found The requested URL /%D0%9A%D0%BE%D0%BD%D0%B4%D0%B8%D1%86%D0%B8%D0%BE%D0%BD%D0%B5%D1%80.html was not found on this server.
But with Latin latters everything works fine. What can I do to set GAE server to support such non-Latin file names?