Comment #4 on issue 1693 by kormb...@gmail.com: Remote: improve
documentation about uri parameter
http://code.google.com/p/robotframework/issues/detail?id=1693
Seems like maybe I have not conveyed the problem clearly. What I wanted to
make clear was the implicit binding to the path /RPC2 when a path is
omitted. On that vein,
Library Remote http://localhost:8270
is exactly equivalent to
Library Remote http://localhost:8270/RPC2
That is what I want to highlight. It is not the omission of the trailing /,
but the omission of the _entire_ path which causes this behavior.
From the documentation for xmlrpclib's ServerProxy:
**If the target part and the slash preceding it are both omitted, "/RPC2"
is assumed.**
On trailing slashes...
Library Remote http://localhost:8270/foo
is not exactly equivalent to
Library Remote http://localhost:8270/foo/
But they would both work with java server as it scrubs the URL before doing
a lookup.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.