[
https://issues.apache.org/jira/browse/LOG4PHP-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Hammers resolved LOG4PHP-81.
--------------------------------------
Resolution: Fixed
Assignee: Christian Hammers
fixed in svn
> Boolean values in .properties files and incorrectly parsed by
> LoggerConfiguratorIni
> -----------------------------------------------------------------------------------
>
> Key: LOG4PHP-81
> URL: https://issues.apache.org/jira/browse/LOG4PHP-81
> Project: Log4php
> Issue Type: Bug
> Components: Code
> Reporter: Christian Hammers
> Assignee: Christian Hammers
> Fix For: 2.0
>
> Attachments: BooleansInProperties.diff, layout_ttcc.php,
> layout_ttcc.properties, LoggerOptionConverterTest.php
>
>
> Currently boolean values in log4php.properties have to be written as "true"
> and "false", i.e. as strings because they do not get parsed correctly else.
> This is quite irritating as the ini file format as well as the name of the
> configurator suggests that this file does behave like a PHP .ini file where
> true/false/on/off etc. can be used.
> Moreover it is no problem with log4j and the properties files should be
> interchangeable if possible.
> As I was bitten by this bug myself for the third time now I tried to fix it :)
> The patch currently only fixes LoggerLayoutTTCC and most probably breaks a
> whole lot of other stuff but it shows the right way, I guess.
> bye,
> -christian-
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.