Hello Tomee team,

We found a bug that I plan to fix and I wanted to make sure my approach is
ok before committing. Currently on tomee-8.0.14 but it likely affects all
tomee ee8+ versions.

We're trying out @LoginToContinue (finally) and migrating away from the old
request.login(..) method:

@CustomFormAuthenticationMechanismDefinition(
  loginToContinue = @LoginToContinue(loginPage = "/login",
useForwardToLogin = true))
@FacesConfig
@ApplicationScoped
public class ApplicationConfig {
}

We got this exception: https://pastebin.com/KqbX2uFA

This appears to be because org.apache.tomee.security.http.SavedRequest is
not Serializable, so it should be an easy fix.

If I log a JIRA ticket, what is the current process for committing?

Thank you!

-- 
Jonathan | [email protected]
Pessimists, see a jar as half empty. Optimists, in contrast, see it as half
full.
Engineers, of course, understand the glass is twice as big as it needs to
be.

Reply via email to