geoserver-restconfig
geoserver-restconfig copied to clipboard
Inconstistency of return type when Layer.default_value is returned from cache
Layer.default_value property returns a Style object the first time, but then it returns the style name (as a string) afterward.
This happens because the setter sets self.dirty['default_style'] to Style.fqn