jakartaee / servlet

Jakarta Servlet
https://eclipse.org/ee4j/servlet
Other
258 stars 82 forks source link

HttpServletRequest and changes to attributes event #521

Open vsmid opened 1 year ago

vsmid commented 1 year ago

Are HttpServletRequest methods:

missing javadoc regarding ServletRequestAttributeListener behavior just like ServletContext specifies it for the same methods and ServletContextAttributeListener?

markt-asf commented 1 year ago

The methods are on ServletRequest but otherwise, yes, I think it would be useful to mention the listeners.