Skip to content

RequestDataValueProcessor produces non-compliant HTML code [SPR-10103] #14736

@spring-projects-issues

Description

@spring-projects-issues

Paweł Firlej opened SPR-10103 and commented

The org.springframework.web.servlet.support.RequestDataValueProcessor generates hidden html input fields as:

<input type="hidden" name="xxx" value="yyy"></input>

Such closing tag on input element is invalid in HTML 4.01.

Should be:
<input type="hidden" name="xxx" value="yyy">


Affects: 3.1.2

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions