[
https://issues.apache.org/jira/browse/SHINDIG-836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Lindner resolved SHINDIG-836.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.0.x-incubating
patch applied.
It doesn't seem to me that the parsing is wrong.
In fact we might want to re-review this to insure that we're not improperly
parsing things according to spec. With parseBoolean something like this would
be parsed:
boolval=arbitrarytext
> 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, 1.0.x-incubating
>
> Attachments: SHINDIG-836.patch
>
>
> 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.