[mod_cluster-issues] [JBoss JIRA] (MODCLUSTER-403) UseAlias should use flag, interprets both On/Off/on/off as 0

Radoslav Husar (JIRA) issues at jboss.org
Wed May 7 09:56:57 EDT 2014


Radoslav Husar created MODCLUSTER-403:
-----------------------------------------

             Summary: UseAlias should use flag, interprets both 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.2.8.Final, 1.3.0.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.



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the mod_cluster-issues mailing list