apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
8.35k stars 2.1k forks source link

LDAP Extended Request Search returns invalid XML Document #1799

Closed asfimport closed 18 years ago

asfimport commented 18 years ago

Peter Lambrechtsen (Bug 40635): When using the LDAP Extended Request "Search Test" the document returned in the response Data is an invalid XML Document.

Here is an example of a response document when it doesn't find my user:

<ldapanswer><operation><opertype>search</opertype><searchfilter>CN=PHL</searchf ilter><searchbase>o=Users,</searchbase><scope>2</scope><countlimit></countlimit

<timelimit></timelimit></operation><searchresult></searchresult></operation><r esponsecode>0</responsecode><responsemessage>Success</responsemessage></ldapans wer>

If you notice in the document there are two </operation> closing tags, one after </timelimit> and one after </searchresult>. There should be only one otherwise the XML DOM is invalid.

I will see if I can find the bug and submit it as a change.

Severity: normal OS: other

Duplicated by:

asfimport commented 18 years ago

Peter Lambrechtsen (migrated from Bugzilla):

This bug has been marked as a duplicate of https://github.com/apache/jmeter/issues/1765