Closed
Description
I noticed that the sessionIdChanged
method in the HttpSessionEventPublisher
class does not have a Javadoc comment. In contrast, other methods in the same class (sessionCreated
and sessionDestroyed
) are well-documented with Javadoc.
The sessionIdChanged
method appears to play an important role in handling session ID changes by publishing a HttpSessionIdChangedEvent
. 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! 😊