museix33 / omapd

Automatically exported from code.google.com/p/omapd
GNU General Public License v3.0
0 stars 0 forks source link

Improper Link XML not properly caught #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.

Send in the following publish:

      <ns1:publish xmlns:ns1="http://www.trustedcomputinggroup.org/2006/IFMAP/1">
         <update>
            <link>
               <identifier>
                  <access-request name="131.231.128.28"/>
                  <ip-address value="123.123.123.123" type="IPv4"/>
               </identifier>
            </link>
         </update>
      </ns1:publish>

What is the expected output? 

Error

What do you see instead?

<publishReceived/>

Original issue reported on code.google.com by smat...@gmail.com on 21 Mar 2011 at 5:45

GoogleCodeExporter commented 8 years ago
This has been fixed.

Original comment by smat...@gmail.com on 25 Sep 2011 at 8:58