HI ktor Team.
I am particularly looking for enableHttp2 fix to be released in 3.0.0 (Any info, when it will be released ?).
a
Aleksei Tirman [JB]
10/13/2023, 5:53 AM
Can you please send a link to the issue?
a
Abthul Razeeth
10/13/2023, 5:57 AM
Issue: https://youtrack.jetbrains.com/issue/KTOR-6098
Patch for the same: https://github.com/ktorio/ktor/pull/3693
I did take the eap-757 and checked, however with this version, i see some session auth issue,
My current code is based on 2.3.0 , the problem with this eap release, the session auth validate is not getting called , and challenge is called and we return 401 there, so just after loggin in, none of the other api's are working.
a
Aleksei Tirman [JB]
10/13/2023, 6:02 AM
Can you please try the version eap-818 of Ktor? If the issue with
SessionAuthenticationProvider
persist please file an issue.
a
Abthul Razeeth
10/13/2023, 6:02 AM
Ok, thanks for the info, will check it out.
Its the problem with the session maxAgeInSeconds, look like it is being honored in the latest releases, after changing that, it seems to be fine with eap-757 itself.