diff options
| author | Jeff Garzik <[email protected]> | 2013-05-01 10:41:24 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2013-05-01 10:41:24 -0400 |
| commit | 9f4976afe2568a6dd4a4026292e91697bedda4b6 (patch) | |
| tree | f3b946a577c65d95b02fe8c5e697cf7496efd6fd /src/test/script_P2SH_tests.cpp | |
| parent | Merge pull request #2595 from sipa/noannloc (diff) | |
| download | discoin-9f4976afe2568a6dd4a4026292e91697bedda4b6.tar.xz discoin-9f4976afe2568a6dd4a4026292e91697bedda4b6.zip | |
RPC: strictly require HTTP URI "/"
Previously, JSON-RPC clients accessed URI "/", and the JSON-RPC server
did not care about the URI at all, and would accept any URI as valid.
Change the JSON-RPC server to require URI "/" for all current accesses.
This changes enables the addition of future interfaces at different
URIs, such as pull request #1982 which demonstrates HTTP REST wallet
download.
Or, a future, breaking change in JSON-RPC interface could be introduced
by serving JSON-RPC calls from new URI "/v2/".
Diffstat (limited to 'src/test/script_P2SH_tests.cpp')
0 files changed, 0 insertions, 0 deletions