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

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to