Skip to content

Proper escaping for values added to attributes in JSP.  #20

@TonyRippy

Description

@TonyRippy

Especially in the edit pages, it is possible to have an expression like:
value="<%=foo%>"
where foo is a string value that contains a " character. This needs to be escaped, changed to &quot;. There might be other cases to worry about. I should review the JSP templates and make sure things are properly encoded.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions