I've add this dependency:
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
<scope>provided</scope>
</dependency>but I cannot override the new method HttpSession.logout(), and there's no such method in the decompiled class, anyone can tell me how to fix this? TIA. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
