Bug 63726 - Custom 403 Error page not showing when special chars are in the url
Summary: Custom 403 Error page not showing when special chars are in the url
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_rewrite (show other bugs)
Version: 2.4.39
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-04 22:03 UTC by javierhersan1999
Modified: 2019-09-04 22:03 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description javierhersan1999 2019-09-04 22:03:00 UTC
I have been customizing all error pages in my Apache project. Everything seemed to be ok until 403 Error (Forbidden) appeared. When you send an special character through the URL (such as a blank space or an asterisk), the custom error page is not loaded. If 403 error is caused by another reason (not special chars) this error does not appear and the custom error page is loaded correctly.