Skip to content

Gagawa should escape HTML by default #4

@GoogleCodeExporter

Description

@GoogleCodeExporter
What steps will reproduce the problem?

1. System.out.println(new Input().setValue("\"\"").write());

What is the expected output? What do you see instead?

You get:

<input value="""">

, whereas you should get something like:

<input value="&quot;&quot;">

What version of the product are you using? On what operating system?

Gagawa 1.0.1

Original issue reported on code.google.com by a...@pdp7.net on 19 Jul 2014 at 8:27

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions