fujitsu-pio / io

This repository is not updating now but hosted for archiving older versions than 1.4.1. Latest version is in "personium-core" .
https://github.com/personium
Apache License 2.0
29 stars 13 forks source link

Change Servlet Spec from 3.0 to 3.1 #19

Closed shimono closed 7 years ago

shimono commented 8 years ago

Problem

Currently our web.xml defines our apps (core/engine) are written in the form of servlet spec 3.0. We use Tomcat 8 in development and testing and recommend users to use it, however according to the following information, tomcat 8 is for servlet spec 3.1. http://tomcat.apache.org/whichversion.html

This may cause minor issues.

Solution

Change web.xml to use servlet spec 3.1.

hideakikondo commented 7 years ago

This issue was moved to new repository https://github.com/personium/personium-core/issues/6