diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2018-04-09 17:01:36 -0400 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2018-04-09 17:03:31 -0400 |
commit | 1a189c3f0c35dbf71506bd5d0dd6f7b4ad494123 (patch) | |
tree | ddc612b3a7f97d76e29407b02cdebda341af17a1 /src | |
parent | 65757e726603cf9e996d76eef3c284ae8f0362e2 (diff) |
Fix error in ajsc-override-web.xml
Change-Id: I5e0175ef88e1e3c8b7d683cd772d51058b97b83a
Issue-ID: AAI-987
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/main/config/ajsc-override-web.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/config/ajsc-override-web.xml b/src/main/config/ajsc-override-web.xml index f5d7863..9738282 100644 --- a/src/main/config/ajsc-override-web.xml +++ b/src/main/config/ajsc-override-web.xml @@ -19,10 +19,10 @@ limitations under the License.
============LICENSE_END============================================
-->
-
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
- metadata-complete="false" version="3.0">
-
+<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"
+ metadata-complete="false" version="3.0">
+
<filter-mapping>
<filter-name>InterceptorFilter</filter-name>
<url-pattern>/services/*</url-pattern>
|