Rename LDAPUtil to AuthUtil
Add some generic typing
Fix the deploy directory autodiscovery code so that it works regardless of where the metacat application directory is.
Add some generics typing
include context for replication server
use secure server for replication - note that this is WITHOUT "https://" prepended
adding document "cart" feature to metacat. will not be highly published as a feature until well-vetted.
Replace usage of temp-dir with proper application.tempDir property
Move the DBAdaptor accessor into a DatabaseService class
remove skin.configs directory.migrate those properties to the style/skins/* properties filesdo not load them during Metacat init.
Added methods to get session data, parameters and cookies from request
change session attribute reference from "groups" to "groupname"
Continue to qualify property names
Intial addition of geoserver utility file
Remove commented lines
Add a post method
Remove the organization configuration stuff for the moment. Add geoserver configuration.
use context url to get cgi url
Change discoverTomcatDir to discoverDeployDir
Add support for separate LDAP and organization level configurations
Add functionality to allow developer to bypass configuration utility
FIx comments for getContextDir to reflect that we no long append webapps to the path
Differentiate between tomcat directory and deployment directory.
Move references to sql scripts into the WEB-INF directory.
Add method to return a map of db script suffixes from metacat.properties
Merge 1.9 changes into Head