Copy link to clipboard
Copied
I just try using coldfusion 2023, and get error rewriting.
I use following
- OS Ubuntu 24.01
- Apache 2.4
- FW/1 framework
So when I open example at browser
http://xxxx.com/index.cfm/test/rewrite ====> working well
but
http://xxxx.com/test/rewrite ====> error as below
Please advice.
Error log is :
[warn] ajp_process_callback::jk_ajp_common.c (2263): (cfusion) AJP13 protocol: Reuse is set to false
Copy link to clipboard
Copied
If you are getting an HTTP 403 error, then it might be that the underlying AJP protocol is passing arbitrary information during the request. If so, then adding the attribute allowedRequestAttributesPattern=".*" to the AJP connector might help.
Do that, restart ColdFusion and see if the problem goes away.