influencia0406 / oauth-signpost

Automatically exported from code.google.com/p/oauth-signpost
0 stars 0 forks source link

Decouple message signer from Apache HttpComponents #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Signpost should be decoupled from concrete HTTP implementations so that it
becomes useful for environments that do not use the Apache HttpComponents.

Tasks:
1) Introduce interface abstractions for message signing (i.e. HttpRequest)
2) Provide implementations via adapter classes (e.g. for Apache, Jetty, etc.)
3) Distribute library in implementation specific JARs (e.g. signpost-jetty.jar)

Please discuss.

Original issue reported on code.google.com by m.kaepp...@gmail.com on 25 May 2009 at 7:59

GoogleCodeExporter commented 8 years ago
This issue was updated by r21.

Original comment by m.kaepp...@gmail.com on 25 May 2009 at 7:55

GoogleCodeExporter commented 8 years ago
Done. Signpost 1.1 now support java.net.HttpURLConnection, Jetty HTTP and 
Apache HTTP
Components via modules.

Original comment by m.kaepp...@gmail.com on 14 Jun 2009 at 4:36