Add JavaDoc to HttpSessionEventPublisher#sessionIdChanged #16211
Labels
status: ideal-for-contribution
An issue that we actively are looking for someone to help us with
type: enhancement
A general enhancement
I noticed that the
sessionIdChanged
method in theHttpSessionEventPublisher
class does not have a Javadoc comment. In contrast, other methods in the same class (sessionCreated
andsessionDestroyed
) are well-documented with Javadoc.The
sessionIdChanged
method appears to play an important role in handling session ID changes by publishing aHttpSessionIdChangedEvent
. However, without proper Javadoc, it is harder to understand its purpose and behavior compared to the other methods in the class.Is there a specific reason why this method lacks Javadoc?
Thank you for your time, and I look forward to your feedback! 😊
The text was updated successfully, but these errors were encountered: