[MRM-398] configure guest access by default for pre-configured repositories

Reverted partially r584279. (some good fixes for related bugs in place)
Introduced ArchivaConfiguration.isDefaulted() to aide SecuritySynchronization (startup task in archiva-webapp) to add guest user read-only roles if the configuration was set to default for some reason.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584903 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joakim Erdfelt 2007-10-15 20:39:34 +00:00
parent 912b15a347
commit e77cf5da22
1 changed files with 5 additions and 0 deletions

View File

@ -97,4 +97,9 @@ public class MockConfiguration
{
configListeners.remove( listener );
}
public boolean isDefaulted()
{
return false;
}
}