Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
web.xml: Add space right after PUBLIC for DOCTYPE
Browse files Browse the repository at this point in the history
Tomcat was complaining about this and wouldn't launch the WAR.
  • Loading branch information
darylyu committed Jul 1, 2014
1 parent 0d38751 commit 253b22c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/web.xml
Expand Up @@ -15,7 +15,7 @@
~ limitations under the License.
-->

<!DOCTYPE web-app PUBLIC"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">

<web-app>
Expand All @@ -35,4 +35,4 @@
<url-pattern>/</url-pattern>
</servlet-mapping>

</web-app>
</web-app>

0 comments on commit 253b22c

Please sign in to comment.