Hi, summarize: addressRange parameter works correctly in a AdminRule? I try limit acces to a Geoserver Service with a AdminRule, with addressRange in Rest API: <AdminRule> <access>USER</access> <addressRange>10.35.21.28/32</addressRange> <priority>50</priority> <roleName>role</roleName> <userName>user</userName> <workspace>topp</workspace> </AdminRule> But I can see data from this workspace if I access from other IP. This parameter works correctly? Thanks