ea690fbefac7aba3dc56e76b1d8752b5219f6a2d |
|
13-Mar-2016 |
Knut Anders Hatlen <knut.hatlen@oracle.com> |
Remove blank lines before the xml directive.
Most of the servlets add one or two blank lines before the xml
directive. The xml directive should be first in a well-formed xml
document.
This patch sets the "trim-directive-whitespaces" property in the
deployment descriptor, so that blank lines inserted by JSP directives
are removed. The deployment descriptor format was upgraded from 2.3
to 2.5 in order to support this property. |