Skip to content

Add JavaDoc to HttpSessionEventPublisher#sessionIdChanged #16211

Closed
@12OneTwo12

Description

@12OneTwo12

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! 😊

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions