[
https://issues.apache.org/jira/browse/SHINDIG-836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vincent Siveton updated SHINDIG-836:
------------------------------------
Component/s: Gadget Rendering Server (Java)
Description:
The code contains wrong boolean parsing, ie
{noformat}
"true".equals(XXX)
{noformat}
was:
{noformat}
"true".equals(XXX)
> Wrong parsing of boolean values
> -------------------------------
>
> Key: SHINDIG-836
> URL: https://issues.apache.org/jira/browse/SHINDIG-836
> Project: Shindig
> Issue Type: Bug
> Components: Gadget Rendering Server (Java)
> Reporter: Vincent Siveton
> Fix For: trunk
>
>
> The code contains wrong boolean parsing, ie
> {noformat}
> "true".equals(XXX)
> {noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.