When I delete a style by http delete with parameter purge=true (styleDelete method in StyleController Class).In the code,the remove method have already renamed the sld file to sld.bak,but the parameter purge still try to delete the orgin sld file,so the sld.bak can’t be deleted. I think this is a bug to repaire.