David Marteinson opened SPR-6284 and commented
The dependency for servlet-api is declared in the org.springframework.web.portlet pom.xml as:
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>compile</scope>
</dependency>
I think the scope should be 'provided'?
Affects: 3.0 RC1
Referenced from: commits 6494041