diff options
| author | reger <reger18@arcor.de> | 2014-05-11 04:39:59 +0200 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2014-05-11 04:39:59 +0200 |
| commit | f02203fb2f9c05a1598fce84a62898dff36a25bc (patch) | |
| tree | 076c4f03a1a0eacb9a4717c9cbdcdc2e57f9fb9f /defaults/web.xml | |
| parent | cd8c0dbda92817176fc8be6711d7b06035410a0a (diff) | |
fix xml validation error on defaults/web.xml
Diffstat (limited to 'defaults/web.xml')
| -rw-r--r-- | defaults/web.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/defaults/web.xml b/defaults/web.xml index c31cc39b7..accfa2677 100644 --- a/defaults/web.xml +++ b/defaults/web.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<web-app version="3.0" 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"> +<web-app version="3.0" 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"> <!-- Default YaCy web.xml Note: if DATA/SETTINGS/web.xml exists, it takes preference @@ -110,7 +112,7 @@ <!-- Roles --> <security-role> - <role-name>adminRight</role-name> <description>Administrator</description> + <role-name>adminRight</role-name> </security-role> </web-app> |
