| Summary: | Support Servlet 3.0 API | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Rüdiger Herrmann <ruediger.herrmann> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P1 | CC: | b.muskalla |
| Version: | 1.3 | ||
| Target Milestone: | 1.4 RC1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Rüdiger Herrmann
As JSR 315 already has it's final release and other vendors like GlassFish or Tomcat 7 already provide Reference implementations for Servlet 3.0, I'd suggest to try it out and bump the version constrains. Rüdiger, any objections? Tested with Tomcat 7 and Glassfish 3, works as expected. Committed the new version ranges to CVS HEAD. Currently our version range includes 3.0.0 as highest version. Not sure if this was on purpose or an oversight, but the upper edge should be either 3.1.0 (exclusive) or 4.0.0 (exclusive) to include newer minor versions. After discussion with Rüdiger, we decided to remove the upper bound for javax.servlet imports. It's unlikely that a new version would break RWT code within the foreseeable future. And as the Servlet API does not follow OSGi's versioning scheme, any upper bound would be just guessing. |