Re: KrbException exception does not contain error string although error is well-known

2023-10-23 Thread Osipov, Michael (IN IT IN)
Nothing at hand, at the moment. I was first waiting for you to confirm the issue. I think two distinct PRs are necessary here with two JBS issues? M On 2023-09-20 20:06, Wei-Jun Wang wrote: I'll look into it. Thanks! Do you have a patch? :-) --Max On Aug 9, 2023, at 3:30 AM, Osipov, Michae

Re: KrbException exception does not contain error string although error is well-known

2023-09-22 Thread Wei-Jun Wang
I'd fix it in one commit. https://bugs.openjdk.org/browse/JDK-8316771 filed. Thanks, Max > On Sep 22, 2023, at 10:35 AM, Osipov, Michael (IN IT IN) > wrote: > > Nothing at hand, at the moment. I was first waiting for you to confirm the > issue. I think two distinct PRs are necessary here with

Re: KrbException exception does not contain error string although error is well-known

2023-09-20 Thread Wei-Jun Wang
I'll look into it. Thanks! Do you have a patch? :-) --Max > On Aug 9, 2023, at 3:30 AM, Osipov, Michael (SMD IT IN) > wrote: > > Folks, Max, > > consider the following code snippet configured with the Krb5LoginModule: >> LoginContext lc = new LoginContext(loginEntryName); >> lc.login(); > >

KrbException exception does not contain error string although error is well-known

2023-09-20 Thread Osipov, Michael (SMD IT IN)
Folks, Max, consider the following code snippet configured with the Krb5LoginModule: LoginContext lc = new LoginContext(loginEntryName); lc.login(); then a LoginException is thrown with the following stacktrace: 2023-08-01T00:09:31.601 SCHWERWIEGEND [https-openssl-apr-8444-exec-5417] net.sf.