Skip to content

Missing default for configuration properties #30

Open
@zbynek

Description

@zbynek

org.gwtproject.safecss.ForceCheckValidStyles is defined but never set which causes a NPE with GWT2 SuperDevMode; also it's never actually queried
com.google.gwt.safehtml.ForceCheckValidUri, com.google.gwt.safehtml.ForceCheckCompleteHtml are queried but never defined, which is technically OK, but not very transparent.

As a followup to gwtproject/gwt#9806 it would be nice to make sure all 3 properties are defined with "false" as a default and compared to "true" instead of null.

(I'll try to create a PR for this in the next few weeks)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions