Skip to content

This should be false: new TextNode("false").asBoolean(true) #496

@ivarru

Description

@ivarru

I believe the problem is in this code:

    if (_value != null) {
        if ("true".equals(_value.trim())) {
            return true;
        }
    }
    return defaultValue;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions