Commit 12d48d4
Fix keyStore bug in GatewayAutoConfiguration
Fixes java.security.KeyStoreException: Uninitialized keystore
Per JDK documentation keystore should be initialized before use.
Signed-off-by: Andrei <[email protected]>1 parent 74fd106 commit 12d48d4
File tree
1 file changed
+6
-2
lines changed- spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/config
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
354 | 356 | | |
355 | 357 | | |
356 | 358 | | |
357 | | - | |
| 359 | + | |
358 | 360 | | |
359 | 361 | | |
360 | | - | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
361 | 365 | | |
362 | 366 | | |
363 | 367 | | |
| |||
0 commit comments