Since org.springframework.security.access.ConfigAttributeEditor is deprecated in Spring Security 3.1.0.Release, how to replace it?
And how to replace its 'public void setAsText(String s)'?
...