Commit Graph

32 Commits

Author SHA1 Message Date
Florian Scholdei
f1b34eb502 Changeover to MIT license (#1066)
* prepare license-maven-plugin for license migration
* added license mapping for tsx files and added some more excludes
* Changeover to MIT license
* Fix build problems
* Delete old remaining licenses
* Add more exclude path for license checker
* Rename included netbeans license, add exclude .m2/repository/
* Specify .m2 exclude because not only repository/, also wrapper/ must match
* Add .cache/ exclude for license check
* Modify formatting of license in java classes to comply with convention and IDE
* Add IntelliJ documentation for license configuration
* Update CHANGELOG.md
* Exclude tmp/workspace/ dir for license check
* Edit README.md

Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com>
2020-03-23 15:35:58 +01:00
Sebastian Sdorra
854e42a609 merge with default branch 2019-11-27 15:01:09 +01:00
broDom
e9d5b3a363 refactor: collapse identical catch blocks 2017-07-03 16:59:19 +02:00
Sebastian Sdorra
3637a8de20 switch from jersey 1.x to resteasy 2017-06-27 20:16:05 +02:00
Sebastian Sdorra
fc6287fd40 remove deprecations and fixed some compiler warnings 2017-01-12 20:02:06 +01:00
Sebastian Sdorra
bad99919f4 merge with branch 1.x 2017-01-12 19:50:39 +01:00
Sebastian Sdorra
920b2eca39 added option for plugins to change ssl context 2016-03-17 09:42:34 +01:00
Sebastian Sdorra
e949d5ae87 JsonContentTransformer should not fail on unknown json properties 2015-10-21 21:00:04 +02:00
Sebastian Sdorra
656085c698 use ahc for internal http operations 2015-05-17 14:04:58 +02:00
Sebastian Sdorra
1f4524bb20 added json and xml support to ahc 2015-05-03 15:51:21 +02:00
Sebastian Sdorra
722d2616a8 return error stream, if input stream could not be returned 2015-05-01 14:21:15 +02:00
Sebastian Sdorra
3c6306059f more unit tests for ahc 2015-05-01 12:36:49 +02:00
Sebastian Sdorra
4407c7ce9e start implementation of a new advanced http client, in order to fix issue #709 2015-04-30 07:17:52 +02:00
Sebastian Sdorra
518bf3fdab fix missing separator char for post values with same name 2015-04-13 13:45:29 +02:00
Sebastian Sdorra
11c8c1994f set content-length header on post requests in order to fix issue #701 2015-04-13 13:42:39 +02:00
Sebastian Sdorra
485e3485fc use proxies util class to determine if proxy settings should be used 2012-12-09 14:55:43 +01:00
Sebastian Sdorra
cb16d451ed fix license headers 2012-06-24 17:59:04 +02:00
Sebastian Sdorra
74de3b81eb fix npe in url http client 2012-06-16 14:16:57 +02:00
Sebastian Sdorra
33a0fdf52f improve logging for new httpclient options 2012-06-04 14:08:44 +02:00
Sebastian Sdorra
715ceedf36 added option to ignore proxy settings 2012-06-04 14:01:58 +02:00
Sebastian Sdorra
12e56b46d8 added options to disable ssl verification 2012-06-04 13:59:52 +02:00
Sebastian Sdorra
d6255d887e added parameter for gzip encoding to HttpRequest 2012-04-05 16:49:42 +02:00
Sebastian Sdorra
4a9489bd5c improve httpclient to handle headers and authentication 2011-11-24 17:58:54 +01:00
Sebastian Sdorra
2012b86cad added support for proxy servers with authentication 2011-09-03 17:42:21 +02:00
Sebastian Sdorra
dd30544484 added default timeouts 2011-05-26 21:03:48 +02:00
Sebastian Sdorra
17ed83ff5f added support for gzip encoding 2011-05-26 20:56:36 +02:00
Sebastian Sdorra
7a7a21749f implement post methods 2011-05-26 17:47:28 +02:00
Sebastian Sdorra
2ff82b3f67 added version to user-agent header 2011-05-26 17:34:54 +02:00
Sebastian Sdorra
56cd84be89 added User-Agent to request 2011-05-26 17:34:17 +02:00
Sebastian Sdorra
3f74473be5 fix missing url in log message 2011-05-09 13:24:30 +02:00
Sebastian Sdorra
e4531f1d37 improve logging 2011-05-09 12:49:00 +02:00
Sebastian Sdorra
3d46ffc7e4 added HttpClient api to fix proxy problems, see #14 2011-05-09 12:03:58 +02:00