I have a webapplication in which i have an image with folder structure like applicationname/images/<chinese-foldername>/abc.gif.But when i try to enter that address in the window url saying http://localhost:8080/applicationname/images/<chinese-foldername>/abc.gif its saying resource not found because of which this image is not getting loaded in my html page .
But if i change that chinese folder name to english it works fine .i thought there might be some encoding issues but still the path in the url is fine and chinese folder name is clearly visible in the addressbar