https://bz.apache.org/bugzilla/show_bug.cgi?id=59632

--- Comment #11 from Sebb <[email protected]> ---
(In reply to Shivansh from comment #9)
> If your point is correctly then can you please tell me that how come the
> application is working correctly  on Google chrome and other Browsers .

Browsers are generally very lenient when parsing HTML.

There's nothing that JMeter can do here other than display better info about
the error. It relies on the Java runtime for parsing the HTML.

Note that lenient parsing relies on making assumptions about what the causes of
errors are and how to fix them. If the browser makes the wrong assumptions, the
page may still look OK, but may have subtle incorrect behaviour changes.

The proper solution is to fix the page so that the HTML is valid.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to