You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2015/04/21 16:21:49 UTC

directory-fortress-commander git commit: FC-92 - Remove debug flag from context.xml

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master c77b7293d -> abf243dff


FC-92 - Remove debug flag from context.xml


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/abf243df
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/abf243df
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/abf243df

Branch: refs/heads/master
Commit: abf243dff9283e4745cc0599c08fc06aad01fdd6
Parents: c77b729
Author: Shawn McKinney <sm...@apache.org>
Authored: Tue Apr 21 09:14:13 2015 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Tue Apr 21 09:14:13 2015 -0500

----------------------------------------------------------------------
 src/main/resources/META-INF/context.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/abf243df/src/main/resources/META-INF/context.xml
----------------------------------------------------------------------
diff --git a/src/main/resources/META-INF/context.xml b/src/main/resources/META-INF/context.xml
index da43bbe..2918eee 100644
--- a/src/main/resources/META-INF/context.xml
+++ b/src/main/resources/META-INF/context.xml
@@ -19,8 +19,6 @@
 <Context path="/commander" reloadable="true">
 
     <Realm className="org.apache.directory.fortress.realm.tomcat.Tc7AccessMgrProxy"
-           debug="0"
-           resourceName="UserDatabase"
            defaultRoles=""
            containerType="TomcatContext"
            realmClasspath=""