]
Radoslav Husar updated MODCLUSTER-403:
--------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
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.