View | Details | Raw Unified | Return to bug 55162
Collapse All | Expand All

(-)test/webapp/WEB-INF/web.xml (-3 / +3 lines)
Lines 15-24 Link Here
15
  See the License for the specific language governing permissions and
15
  See the License for the specific language governing permissions and
16
  limitations under the License.
16
  limitations under the License.
17
-->
17
-->
18
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
18
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
19
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20
  xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
20
  xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
21
                      http://java.sun.com/xml/ns/javaee/web-app_3_1.xsd"
21
                      http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
22
  version="3.1"
22
  version="3.1"
23
  metadata-complete="true">
23
  metadata-complete="true">
24
24

Return to bug 55162