https://issues.apache.org/bugzilla/show_bug.cgi?id=57105
Bug ID: 57105
Summary: <buffer> under <jsp-property-group> in web.xml only
accept integer which doesn't follow spec
Product: Tomcat 8
Version: 8.0.14
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Meta
Assignee: [email protected]
Reporter: [email protected]
For example, I expected the following should be fine:
<jsp-property-group>
<buffer>32kb</buffer>
</jsp-property-group>
BUT actually, it will cause start app fail.
If I change it to:
<buffer>32000</buffer>
It is accepted. BUT, jsp compile will FAIL!
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]