/[projects]/dao/DaoAdresseVedligehold/src/main/webapp/WEB-INF/web.xml
ViewVC logotype

Diff of /dao/DaoAdresseVedligehold/src/main/webapp/WEB-INF/web.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2902 by torben, Thu Jan 28 10:51:41 2016 UTC revision 2903 by torben, Wed Feb 3 18:45:33 2016 UTC
# Line 772  information in the standard deployment d Line 772  information in the standard deployment d
772  Tools are not allowed to add the non-standard information into the  Tools are not allowed to add the non-standard information into the
773  standard deployment descriptor.  standard deployment descriptor.
774  -->  -->
775  <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:web="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">  <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
776                    xmlns:web="http://xmlns.jcp.org/xml/ns/javaee"
777                    xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
778                    version="3.0">
779    <display-name>DaoAdresseVedlighold</display-name>    <display-name>DaoAdresseVedlighold</display-name>
780    <description></description>    <description></description>
781    <welcome-file-list>    <welcome-file-list>
# Line 797  standard deployment descriptor. Line 800  standard deployment descriptor.
800      <filter-name>SetCharacterEncoding</filter-name>      <filter-name>SetCharacterEncoding</filter-name>
801      <url-pattern>/*</url-pattern>      <url-pattern>/*</url-pattern>
802    </filter-mapping>    </filter-mapping>
803      
804      
805  </web-app>  </web-app>

Legend:
Removed from v.2902  
changed lines
  Added in v.2903

  ViewVC Help
Powered by ViewVC 1.1.20