Skip to content

The character encoding of function create() in the class RQuery and class RCrontab is "ISO-8859-1", which makes me confused. #17

Description

@xielong

Query contains UTF-8 character such as '男' will fail.

Relevant Code:
@produces("text/html;charset=ISO-8859-1")
public Viewable create(@QueryParam(value = "queryId") Integer queryId) {
...
return new Viewable("/query/create.vm");
}

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