-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify property file configuration #16
Labels
Milestone
Comments
etj
added a commit
that referenced
this issue
Jan 24, 2017
Externalize DB/LDAP selection. Add caching to LDAP queries. Downgrade log4j version to 1.x (align to GeoServer) Upgrade spring-ldap version to 2.x (align to Spring 4 core) Upgrade geoserver-manager to 1.6. Clean up obsolete pre-3.0 methods (user and groups refs by id) Clean up configuration files (#16) Remove some dead code in GWT client. Improve users and groups loading in GWT client. Clean up misplaced log4j.properties files. Authorization request filters now can only specify either the user or the group.
nmco
pushed a commit
to nmco/geofence
that referenced
this issue
Apr 20, 2018
Externalize DB/LDAP selection. Add caching to LDAP queries. Downgrade log4j version to 1.x (align to GeoServer) Upgrade spring-ldap version to 2.x (align to Spring 4 core) Upgrade geoserver-manager to 1.6. Clean up obsolete pre-3.0 methods (user and groups refs by id) Clean up configuration files (geoserver#16) Remove some dead code in GWT client. Improve users and groups loading in GWT client. Clean up misplaced log4j.properties files. Authorization request filters now can only specify either the user or the group.
nmco
pushed a commit
to nmco/geofence
that referenced
this issue
Apr 20, 2018
Externalize DB/LDAP selection. Add caching to LDAP queries. Downgrade log4j version to 1.x (align to GeoServer) Upgrade spring-ldap version to 2.x (align to Spring 4 core) Upgrade geoserver-manager to 1.6. Clean up obsolete pre-3.0 methods (user and groups refs by id) Clean up configuration files (geoserver#16) Remove some dead code in GWT client. Improve users and groups loading in GWT client. Clean up misplaced log4j.properties files. Authorization request filters now can only specify either the user or the group.
nmco
pushed a commit
to nmco/geofence
that referenced
this issue
Apr 20, 2018
Externalize DB/LDAP selection. Add caching to LDAP queries. Downgrade log4j version to 1.x (align to GeoServer) Upgrade spring-ldap version to 2.x (align to Spring 4 core) Upgrade geoserver-manager to 1.6. Clean up obsolete pre-3.0 methods (user and groups refs by id) Clean up configuration files (geoserver#16) Remove some dead code in GWT client. Improve users and groups loading in GWT client. Clean up misplaced log4j.properties files. Authorization request filters now can only specify either the user or the group.
hwbllmnn
pushed a commit
to hwbllmnn/geofence
that referenced
this issue
Apr 27, 2018
Externalize DB/LDAP selection. Add caching to LDAP queries. Downgrade log4j version to 1.x (align to GeoServer) Upgrade spring-ldap version to 2.x (align to Spring 4 core) Upgrade geoserver-manager to 1.6. Clean up obsolete pre-3.0 methods (user and groups refs by id) Clean up configuration files (geoserver#16) Remove some dead code in GWT client. Improve users and groups loading in GWT client. Clean up misplaced log4j.properties files. Authorization request filters now can only specify either the user or the group.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue by etj
Monday Jun 10, 2013 at 16:50 GMT
Originally opened as https://github.com/geosolutions-it/geofence/issues/53
We're using both PropertyPlaceholderConfigurer and PropertyOverrideConfigurer.
We may configure safe default values and then just override them when needed.
The text was updated successfully, but these errors were encountered: