I am urlencoding my image names and all goes well unless there is a question mark in image.
Example:
https://example.com/public/images/bob_timm.jpg -- WORKS
https://example.com/public/images/ralph_testtext%3F.jpg -- REDIRECTS
Anyone know why it is redirecting instead of showing the image?
EDIT: The redirection is caused by the ACL. The real error is: "ImagesController handler class cannot be loaded."