https://issues.apache.org/bugzilla/show_bug.cgi?id=54663
--- Comment #1 from Eugene Chung (TmaxSoft) <bluewolf.ch...@gmail.com> --- Sorry, my first suggestion was wrong. } else if (bodyType == JAVAX_BODY_CONTENT_PARAM) { // (note the == since we won't recognize JAVAX_* // from outside this module). reader.skipSpaces(); if (reader.matches("<%--")) { parseComment(parent); reader.skipSpaces(); continue; } parseParam(parent); } ... -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org