kartik0000 / c-obix-tools

Automatically exported from code.google.com/p/c-obix-tools
0 stars 0 forks source link

Watch.add operation has wrong behavior, when a full URL is provided (including server address) #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a new watch object.
2. Try to add the following URL: http://testbed.tml.hut.fi/obix/devices/ Use 
you server address instead of testbed.tml.hut.fi.

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

Received the following answer:
<obj is="obix:WatchOut">
  <list name="values">
    <err href="http://testbed.tml.hut.fihttp://testbed.tml.hut.fi/obix/devices" is="obix:BadUriErr" display="Requested URI is not found on the server." displayName="Bad URI Error"/>
  </list>
</obj>

The server address is written twice.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by Litvinov...@gmail.com on 26 Nov 2010 at 12:59