Don’t set the request URI anymore, either.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 28 Sep 2014 11:56:36 +0000 (13:56 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 28 Sep 2014 11:56:36 +0000 (13:56 +0200)
commit239f08e37721401290f43596e8a7e9aa83aae980
tree8d20476da32db903ab4d647b7328fe0258394031
parent4e2205816edee258831b971f94ff0a736048905d
Don’t set the request URI anymore, either.

It can also be calculcated from the identity’s key, together with the
latest edition of the Sone.
src/main/java/net/pterodactylus/sone/core/Core.java
src/main/java/net/pterodactylus/sone/core/SoneDownloaderImpl.java
src/main/java/net/pterodactylus/sone/data/Sone.java
src/main/java/net/pterodactylus/sone/data/SoneImpl.java
src/main/java/net/pterodactylus/sone/data/impl/IdOnlySone.java
src/test/java/net/pterodactylus/sone/core/SoneDownloaderTest.java
src/test/resources/net/pterodactylus/sone/core/sone-parser-with-invalid-request-uri.xml [deleted file]
src/test/resources/net/pterodactylus/sone/core/sone-parser-with-request-uri.xml [deleted file]