https://issues.apache.org/bugzilla/show_bug.cgi?id=54663

--- Comment #1 from Eugene Chung (TmaxSoft) <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to