Skip to content

Commit

Permalink
Fixed jaas jboss-web.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
oskopek committed Feb 23, 2015
1 parent 6cb2d4e commit cccde91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion carcv-webapp/src/main/webapp/WEB-INF/jboss-web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"http://www.jboss.org/j2ee/dtd/jboss-web_5_0.dtd">
<jboss-web>
<!-- Uncomment this element to add security for the application -->
<security-domain>java:/jaas/carcv</security-domain>
<security-domain>carcv</security-domain>
<context-root>/</context-root>
</jboss-web>
2 changes: 1 addition & 1 deletion carcv-webapp/src/test/resources/WEB-INF/test-jboss-web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"http://www.jboss.org/j2ee/dtd/jboss-web_5_0.dtd">
<jboss-web>
<!-- Uncomment this element to add security for the application -->
<security-domain>java:/jaas/carcv</security-domain>
<security-domain>carcv</security-domain>
<context-root>/carcv-webapp</context-root>
</jboss-web>

0 comments on commit cccde91

Please sign in to comment.