File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
java/info/unterrainer/commons/httpserver/accessmanager Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -41,3 +41,5 @@ hs_err_pid*
4141src /main /java /info /unterrainer /commons /httpserver /Information.java
4242
4343antlr4 /.antlr /
44+ /.apt_generated /
45+ /.apt_generated_tests /
Original file line number Diff line number Diff line change 1515
1616 <modelVersion >4.0.0</modelVersion >
1717 <artifactId >http-server</artifactId >
18- <version >0.3.13 </version >
18+ <version >0.3.14 </version >
1919 <name >HttpServer</name >
2020 <packaging >jar</packaging >
2121
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ private void initPublicKey() {
6666 if (!realm .startsWith ("/" ))
6767 realm = "/" + realm ;
6868
69- authUrl = host + "auth/ realms" + realm ;
69+ authUrl = host + "realms" + realm ;
7070 try {
7171 log .info ("Getting public key from: [{}]" , authUrl );
7272 HttpClient client = HttpClient .newHttpClient ();
Original file line number Diff line number Diff line change 328328 {
329329 "id" : " f29301eb-5f34-4e27-80ae-9b0fc72e3cf7" ,
330330 "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"
332332 },
333333 {
334334 "id" : " 8e8e8fa0-9bf8-410e-9971-e27b6ad18060" ,
You can’t perform that action at this time.
0 commit comments