defect
Normalizing JSPs sometimes results in incorrect indentation in the Java code: {{{#!java if (true) { ... } else { ... } try { ... } catch (Exception e) { ... } finally { ... } }}}
This was noticed when the build reported an issue with the JSP from #27163, stating that it was not normalized—precisely because it had indented the code correctly. The build insists on the incorrect indentation.
Test
Write the code above into a JSP and let it be normalized. The code must then be indented correctly.