Commit graph

20 commits

Author SHA1 Message Date
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
2b284199bb update to gradle 4.9, README 2018-09-14 16:50:36 +02:00
fb6fe8522c fix boradcasthost, update to gradle 4.8.1 2018-07-10 14:46:31 +02:00
9e2c337aef update to gradle 4.8.1 2018-07-09 22:17:17 +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
34f64f6153 add comparable interface 2017-07-25 22:58:03 +02:00
93e201db8b better exception method signatures, avoid null URLs as return value, remove internal package with single class 2017-07-25 15:10:26 +02:00
286ab07793 add public API to PathMatcher 2017-07-24 21:33:52 +02:00
87aa1c7ca1 initial commit 2017-07-24 16:02:50 +02:00