Fix Eclipse compile errors

* Most web.xml servlet API versions updated to 3.0 for ASYNC support
* httpsession-xml is left at 2.5 to ensure compatability & remove ASYNC
* Remove @Override on interface override
This commit is contained in:
Rob Winch
2016-04-01 11:56:27 -05:00
parent f8f6ee20c0
commit 5bde226ecc
5 changed files with 6 additions and 8 deletions

View File

@@ -25,7 +25,6 @@
<url-pattern>/*</url-pattern>
<dispatcher>REQUEST</dispatcher>
<dispatcher>ERROR</dispatcher>
<dispatcher>ASYNC</dispatcher>
</filter-mapping>
<!-- end::springSessionRepositoryFilter[] -->