DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23315>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23315

"View Results Tree" component cannot Render HTML with http-equiv attribute in <meta> 
tag.

           Summary: "View Results Tree" component cannot Render HTML with
                    http-equiv attribute in <meta> tag.
           Product: JMeter
           Version: 1.9.1
          Platform: Other
        OS/Version: Windows XP
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: HTTP
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The "View Results Tree" component cannot Render HTML with the following <meta> tag:
  <META http-equiv='content-type' content='text/html; charset=utf-8'>

If you use the "name" attribute it works fine: 
  <META name='content-type' content='text/html; charset=utf-8'>

I am running JMeter 1.9.1 on Win XP using java 1.4.1_02


eg The following file will not render:
<HTML>
<HEAD>
  <META http-equiv='content-type' content='text/html; charset=utf-8'>
</HEAD>
<BODY>
  hello
</BODY>
</HTML>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to