Commit graph

20 commits

Author SHA1 Message Date
938e1afd37 update named modules, Jackson 2.11 2020-06-05 09:50:24 +02:00
ae7120036d update to Java 11 modules, Gradle 6.4.1 2020-05-19 13:53:35 +02:00
a544e8f550 add backslash test 2020-03-10 16:41:42 +01:00
5bd9ab2d2b update to jackson 2.9.10, junit 5.5.2 2019-11-06 21:59:08 +01:00
339327ee81 update to gradle 5.6, more resilient percent decoding 2019-09-23 17:04:03 +02:00
f3173094e5 fix query parameter charset encoding 2019-09-17 20:24:23 +02:00
64ae0f60bf allow the use of other charsets than UTF-8 when parsing URLs 2019-08-29 16:04:46 +02:00
98470dc638 update to OpenJDK 11, bump to 2.0.0, add URL.parseQueryParams() 2019-08-08 14:42:24 +02:00
e154bb2cb7 fix NPE, update to Gradle 5.3.1, Spotbugs 2.0.0 2019-08-07 23:41:28 +02:00
4665353fc7 rename newBuilder() to mutator() to follow principle of least surprise, let newBuilder() create a new and empty URL builder instead 2019-08-07 23:27:21 +02:00
53e9469d18 fixes matrix params, checkstyle, spotbugs 2019-07-14 21:38:57 +02:00
bc84cfce4a Junit 5 update, matrix params, path trie 2019-07-14 17:44:45 +02:00
1f949104ef fix plus parsing 2019-04-16 23:58:09 +02:00
a63557cdd9 clean up 2019-01-17 21:30:38 +01:00
b23fe28c42 fix bug that lowercases userInfo part 2019-01-17 18:33:19 +01:00
3c00b77d98 beginning work of adding limitation and validation framework to http parameters, playing with old oauth code 2019-01-17 15:42:07 +01:00
412b6eaeb5 add better user/password handling in userInfo, for instance passwords with colon 2018-10-22 23:13:42 +02:00
fb6fe8522c fix boradcasthost, update to gradle 4.8.1 2018-07-10 14:46:31 +02:00
51a19b2af7 remove serialization, add some more convenience to URL 2018-02-27 11:39:04 +01:00
f1f32cbedf created a net-url subpackage 2017-12-31 00:11:10 +01:00