Project

General

Profile

« Previous | Next » 

Revision 5028

Added by daigle over 14 years ago

Persist skin properties across installations

View differences:

GeoserverAdmin.java
188 188
					// write the backup properties to a location outside the
189 189
					// application directories so they will be available after
190 190
					// the next upgrade
191
					PropertyService.persistMainBackupProperties(request.getSession()
192
							.getServletContext());
191
					PropertyService.persistMainBackupProperties();
193 192
				}
194 193
			} catch (MetacatUtilException ue) {
195 194
				String errorMessage = "Error updating geoserver password: " + ue.getMessage();

Also available in: Unified diff