• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

CF 2023 - Rewrite Issue

New Here ,
May 10, 2024 May 10, 2024

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

Views

166

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 29, 2024 Jun 29, 2024

Copy link to clipboard

Copied

LATEST

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation