https://issues.apache.org/bugzilla/show_bug.cgi?id=54974
Bug ID: 54974
Summary: SessionCookieConfig.setXXX methods must throw
IllegalStateException when invoked after
initialization phase
Product: Tomcat 7
Version: 7.0.40
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
According to Servlet 3.0 javadoc
javax.servlet.SessionCookieConfig setter methods must throw
IllegalStateException when invoked after initialization phase
setComment(String)
setDomain(String)
setHttpOnly(boolean)
setMaxAge(int)
setName(String)
setPath(String)
setSecure(boolean)
"
Throws: java.lang.IllegalStateException - if the ServletContext from which this
SessionCookieConfig was acquired has already been initialized
"
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]