Hi,
I created a static jsp page with an image whose src is set to num%C2%B2.jpg (actual name of the image is num².jpg ) But apache is not able to locate the image..
I googled for a sample application and found an image gallery- https://jgallery.dev.java.net/ but even this application breaks for num².jpg
what could be the problem?