https://issues.apache.org/bugzilla/show_bug.cgi?id=54293

            Bug ID: 54293
           Summary: JMeter rejects html tags  '<' in query params as
                    invalid when they are accepted by the borwser
           Product: JMeter
           Version: 2.8
          Hardware: PC
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: HTTP
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified

The URI below is a valid SOLR request but it is rejected by JMeter with the
error given. It appears that the '<' char is being rejected (the index 181
actually refers to this character).

http://my-solr-server.com/solr/collection1/select/?facet=true&facet.mincount=1&spellcheck.extendedResults=true&spellcheck.q=lego+land&hl.simple.pre=<strong>&wt=xml&version=2.2&rows=10&spellcheck.accuracy=0.8&start=0&q=lego+land&hl.simple.post=</strong>&qt=sun

Response code: Non HTTP response code: java.net.URISyntaxException
Response message: Non HTTP response message: Illegal character in query at
index 181:

Putting html tags as query params is an odd thing to do but nonetheless the
browser and server will accept this request and I am served valid results in
response in order to run a valid test with representative requests I need
JMeter to accept and send this request.

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

Reply via email to