We have a CMS that enables users to upload images and flashes to their site.
Sometimes the filenames are in Hebrew.
In our development server there is no problem, but in our production server we get a 404 error when the filename ends with Hebrew characters.
I tried comparing the sites in the IIS, but I'm not sure what to even look for, so I'd be very happy to get pointers as to what might be causing the problem.
Asked
Active
Viewed 476 times
2
2 Answers
0
Sounds like a normalisation/high-bit problem, can you describe your environment? What is hosting your CMS application, assuming that your DEV and PROD servers are configured the same, do you have any proxy's which are blocking high-bit characters?

commandbreak
- 1,009
- 5
- 6
0
It seems to be that the problem is caused by a security tool installed on the server.

Lea Cohen
- 137
- 1
- 10
-
Please add some details about the name/version of the security tool and the way you tracked and resolved that problem, thank you ! – Shadok Oct 07 '11 at 15:16
-
@Shadok, I would like to, but this was 2 years ago and I don't remember what the tool was, and I don't know how the tracking and resolving was done - it wasn't me who did it. – Lea Cohen Oct 15 '11 at 21:30
-
Ok, at least we know we'll never know ^^ Thank you for your answer anyway ! – Shadok Oct 17 '11 at 09:16