You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2017/02/25 22:01:08 UTC

[Bug 60774] New: HTML Assertion element does not handle HTML5 valid code

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

            Bug ID: 60774
           Summary: HTML Assertion element does not handle HTML5 valid
                    code
           Product: JMeter
           Version: 3.1
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: p.mouawad@ubik-ingenierie.com
  Target Milestone: ---

The element uses an old jtidy library which does not handle HTML5.
See attached Test plan which is ok validated against:
https://html5.validator.nu/

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

[Bug 60774] HTML Assertion element does not handle HTML5 valid code

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60774

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|3.1                         |2.13

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

[Bug 60774] HTML Assertion element does not handle HTML5 valid code

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60774

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
(In reply to Felix Schumacher from comment #2)
> Created attachment 34780 [details]
> Enable a second parser (Jsoup) to check for html correctness

Great , I missed this feature Felix.

I would suggest dropping JTidy or at least make JSoup the default.
Regards

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

[Bug 60774] HTML Assertion element does not handle HTML5 valid code

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60774

--- Comment #2 from Felix Schumacher <fe...@internetallee.de> ---
Created attachment 34780
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34780&action=edit
Enable a second parser (Jsoup) to check for html correctness

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

[Bug 60774] HTML Assertion element does not handle HTML5 valid code

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60774

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Created attachment 34779
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34779&action=edit
Test plan showing issue

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

[Bug 60774] HTML Assertion element does not handle HTML5 valid code

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60774

--- Comment #4 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Hi,
JSoup seems to consider html5 only. 
So "omit", "auto", "strict", "loose" would not be used by it.
I am not sure they even reflect current state of HTML (xhtml transitional,
html5, xhtml strict (!= strict which would be for html4 ?) )

How can we make us of them with jsoup ?

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