Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
testConnectFailure() passed a URL under which no endpoint is running to check that this is handle correctly.
However the given URL may be completely invalid; the format of an RPC URL is an implementation detail of the RPC implementation, with the general contract being that you may only pass the return value of RpcSystem#getRpcUrl to connect() and not arbitrary values (and expect these to actually result in an actual connection attempt).
Attachments
Issue Links
- links to