]
Jean-Frederic Clere commented on MODCLUSTER-640:
------------------------------------------------
Actually the code to process "proxy-nocanon" is in mod_proxy_cluster.c, a way to
configure it is
mod_cluster balancers to be able to support nocanon flag
--------------------------------------------------------
Key: MODCLUSTER-640
URL:
https://issues.jboss.org/browse/MODCLUSTER-640
Project: mod_cluster
Issue Type: Bug
Components: Native (httpd modules)
Affects Versions: 1.3.8.Final
Reporter: Aaron Ogburn
Assignee: Jean-Frederic Clere
Priority: Major
mod_cluster balancers currently cannot have the nocanon flag enabled on them. Sometimes
this is required for a proxied request to reach the backend with the desired encoding.
(for instance %2f in a request is double encoded to %252f when proxied)