]
Radoslav Husar commented on MODCLUSTER-403:
-------------------------------------------
Oh snap, AP_INIT_FLAG doesn't take 0/1 as values so that would also break
compatibility. I ll add our own logic...
UseAlias should use flag, interprets any On/Off/on/off as 0
-----------------------------------------------------------
Key: MODCLUSTER-403
URL:
https://issues.jboss.org/browse/MODCLUSTER-403
Project: mod_cluster
Issue Type: Bug
Affects Versions: 1.3.0.Final, 1.2.8.Final
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Fix For: 1.3.1.Final
Not very pretty. The function is using atoi which is not doing any error handling.
That means, if its integer, it will be checked fine, but if its any string it is always
going to be translated as 0!
It should use AP_FLAG so its all done by httpd automatically.