[Webtest] [webtest][JIRA] Created: (WT-275) contentStripper filter removes
leading <html> and trailing </html> tags
Marc Guillemot (JIRA)
Marc Guillemot (JIRA)" <noreply@canoo.com
Thu, 1 Mar 2007 09:52:01 +0100 (CET)
contentStripper filter removes leading <html> and trailing </html> tags
-----------------------------------------------------------------------
Key: WT-275
URL: http://webtest-community.canoo.com/jira/browse/WT-275
Project: WebTest
Type: Bug
Versions: 2.1
Reporter: Marc Guillemot
Assigned to: Marc Guillemot
contentStripper wrongly removes the html tags
Ex:
<html><head><title>abc123</title></head></html>
is transformed into
<head><title></title></head>
whereas it should be
<html><head><title></title></head></html>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://webtest-community.canoo.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira