Mercurial > dive4elements > http-client
diff ChangeLog @ 34:875a5c409560 2.8
Implemented a createUser method for HttpClient.
With the new method its possible to create new users via the HttpClient.
http-client/trunk@4993 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Bjoern Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Fri, 13 Jul 2012 13:31:34 +0000 |
parents | 0d5ec0f2e6b5 |
children | c8420b732201 |
line wrap: on
line diff
--- a/ChangeLog Thu Apr 19 08:59:02 2012 +0000 +++ b/ChangeLog Fri Jul 13 13:31:34 2012 +0000 @@ -1,3 +1,10 @@ +2012-07-13 Björn Ricks <bjoern.ricks@intevation.de> + + * src/main/java/de/intevation/artifacts/httpclient/http/HttpClientImpl.java + src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java: + Implemented a createUser method for HttpClient. + With the new method its possible to create new users via the HttpClient. + 2012-04-16 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/artifacts/httpclient/http/response/StringResponseHandler.java,