+ gridSetId, Status.CLIENT_ERROR_BAD_REQUEST);
}
// Run the actual update
try {
wmsFilter.update(tl, gridSetId, zoomStart, zoomStop);
} catch (GeoWebCacheException e) {
throw new RestletException("Error updating " + wmsFilter.getName()
+ ": " + e.getMessage(), Status.SERVER_ERROR_INTERNAL);
}
}