Mercurial > dive4elements > http-client
comparison ChangeLog @ 10:e79283dad6f2
Added the option to set the request's locale manually.
http-client/trunk@1679 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 14 Apr 2011 06:01:00 +0000 |
parents | 072e8d488f83 |
children | ea8b7e244e61 |
comparison
equal
deleted
inserted
replaced
9:072e8d488f83 | 10:e79283dad6f2 |
---|---|
1 2011-04-14 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/artifacts/httpclient/http/HttpClientImpl.java: | |
4 Added a new constructor and methods to set the locale of the requests | |
5 manually. This is useful, if there is an application which language | |
6 depends on site specific user settings. E.g. if the user has the option | |
7 to choose the language in the browser window by button click - which | |
8 differs from the browser settings. | |
9 | |
1 2011-04-07 Ingo Weinzierl <ingo@intevation.de> | 10 2011-04-07 Ingo Weinzierl <ingo@intevation.de> |
2 | 11 |
3 * src/main/java/de/intevation/artifacts/httpclient/http/HttpClientImpl.java, | 12 * src/main/java/de/intevation/artifacts/httpclient/http/HttpClientImpl.java, |
4 src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java: | 13 src/main/java/de/intevation/artifacts/httpclient/http/HttpClient.java: |
5 Added a method that triggers the out() operation of a Collection and | 14 Added a method that triggers the out() operation of a Collection and |