Clarification for the DispatcherUseProcessedURL attribute
Hello Community,
According to the dispatcher module documentation, the DispatcherUseProcessedURL attribute accepts 2 values:
0 - use the original URL passed to the web server.
1 - the Dispatcher uses the URL already processed by the handlers that precede the Dispatcher (that is, mod_rewrite) instead of the original URL passed to the web server.
However, in the wknd codebase the value of the attribute is set to On
DispatcherUseProcessedURL On.
Could you please clarify are 1 and On values are actually interchangeable? Does the On value require a particular dispatcher/httpd version?
I tried to find the answer by myself, but I failed.
Thanks in advance,
Rustam
