mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
18.49.2015 fb90a51dc373d8a3d742ad301f07d912f4203baa
Fix OPENDJ-2284: fix bugs which prevent deployment of Rest2LDAP webapp

* fix corrupt web.xml
* move HttpApplication META-INF to opendj-rest2ldap.
1 files renamed
1 files modified
2 ■■■ changed files
opendj-rest2ldap-servlet/src/main/webapp/WEB-INF/web.xml 2 ●●● patch | view | raw | blame | history
opendj-rest2ldap/src/main/resources/META-INF/services/org.forgerock.http.HttpApplication patch | view | raw | blame | history
opendj-rest2ldap-servlet/src/main/webapp/WEB-INF/web.xml
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
  ! The contents of this file are subject to the terms of the Common Development and
  ! Distribution License (the License). You may not use this file except in compliance with the
@@ -14,7 +15,6 @@
  ! Copyright 2015 ForgeRock AS.
  !
-->
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
    version="3.0">
opendj-rest2ldap/src/main/resources/META-INF/services/org.forgerock.http.HttpApplication