File tree 4 files changed +5
-3
lines changed
java/info/unterrainer/commons/httpserver/accessmanager
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -41,3 +41,5 @@ hs_err_pid*
41
41
src /main /java /info /unterrainer /commons /httpserver /Information.java
42
42
43
43
antlr4 /.antlr /
44
+ /.apt_generated /
45
+ /.apt_generated_tests /
Original file line number Diff line number Diff line change 15
15
16
16
<modelVersion >4.0.0</modelVersion >
17
17
<artifactId >http-server</artifactId >
18
- <version >0.3.13 </version >
18
+ <version >0.3.14 </version >
19
19
<name >HttpServer</name >
20
20
<packaging >jar</packaging >
21
21
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ private void initPublicKey() {
66
66
if (!realm .startsWith ("/" ))
67
67
realm = "/" + realm ;
68
68
69
- authUrl = host + "auth/ realms" + realm ;
69
+ authUrl = host + "realms" + realm ;
70
70
try {
71
71
log .info ("Getting public key from: [{}]" , authUrl );
72
72
HttpClient client = HttpClient .newHttpClient ();
Original file line number Diff line number Diff line change 328
328
{
329
329
"id" : " f29301eb-5f34-4e27-80ae-9b0fc72e3cf7" ,
330
330
"key" : " auth-url" ,
331
- "value" : " http://10.10.196.4:14888/auth/ realms/Nexus/protocol/openid-connect/token"
331
+ "value" : " http://10.10.196.4:14888/realms/Nexus/protocol/openid-connect/token"
332
332
},
333
333
{
334
334
"id" : " 8e8e8fa0-9bf8-410e-9971-e27b6ad18060" ,
You can’t perform that action at this time.
0 commit comments