tian-zhihui / cordysscriptcon

Automatically exported from code.google.com/p/cordysscriptcon
Apache License 2.0
0 stars 0 forks source link

Double response tag #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Configure the script connector with sample.script

What is the expected output? What do you see instead?

Expected:
<SearchLDAPResponse>
  <tuple>
    <old>
      ......
    </old>
  </tuple>
</SearchLDAPResponse>

Actual:
<SearchLDAPResponse>
<SearchLDAPResponse>
  <tuple>
    <old>
      <entry dn="xxxxx">
        <mailserver>
          <string>xxxxx</string>
        </mailserver>
      </entry>
    </old>
  </tuple>
</SearchLDAPResponse>
</SearchLDAPResponse>

What version of the product are you using? On what operating system?
BOP4.

Please provide any additional information below.

Patch is attached.

Original issue reported on code.google.com by hervandevliert@gmail.com on 9 Feb 2011 at 1:22

Attachments:

GoogleCodeExporter commented 8 years ago
Hey anantha, can you review and apply this patch and release a new version?

Original comment by ma...@vandeveen.com on 9 Feb 2011 at 7:05

GoogleCodeExporter commented 8 years ago
Sure.

Original comment by srkrishn...@gtempaccount.com on 10 Feb 2011 at 5:53

GoogleCodeExporter commented 8 years ago
Applied patch and created new release.

Original comment by srkrishn...@gtempaccount.com on 16 Feb 2011 at 11:15