Skip to content

Commit

Permalink
Remove webapp dependency on RDECK_BASE/etc. Tools are likely not work…
Browse files Browse the repository at this point in the history
…ing as there are numerous references to baseDir and etc.
  • Loading branch information
noahcampbell committed Nov 19, 2010
1 parent 43402d3 commit a0729fc
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -105,6 +105,7 @@ public void initialize() {
authenticationMgr = AuthenticationMgrFactory.create(lookup.getProperty(AUTHENT_CLS_PROP), this)
.getAuthenticationMgr();
}
System.err.println("Using " + getConfigDir());
if(null==authorizationMgr){
authorizationMgr = AuthorizationMgrFactory.create(lookup.getProperty(AUTHORIZE_CLS_PROP),
this, getConfigDir()).getAuthorizationMgr();
Expand Down

0 comments on commit a0729fc

Please sign in to comment.