eclipse-ee4j / mojarra

Mojarra, a Jakarta Faces implementation
Other
159 stars 109 forks source link

[5222] JSF pages containing #{session.id} fail with NotSerializableException when sessions are distributable #5223

Closed pferraro closed 1 year ago

pferraro commented 1 year ago

Fixes https://github.com/eclipse-ee4j/mojarra/issues/5222

pferraro commented 1 year ago

Question - if I wanted to get this into a future 4.0.3 release, to which branch would I backport this fix?

arjantijms commented 1 year ago

Question - if I wanted to get this into a future 4.0.3 release, to which branch would I backport this fix?

That would be the 4.0 branch then. The 4.0.1 and 4.0.2 etc branches are release branches (we should periodically clean those out, which I just did).

Thanks a lot for this contribution!