[Yanel-dev] Validation for group validation web-API implemented

Michael Wechner michael.wechner at wyona.com
Thu Oct 7 11:23:10 CEST 2010


  Hi

I just have implemented some validation for

http://127.0.0.1:8080/yanel/MY_REALM/yanel/api/usermanager?yanel.usecase=creategroup&id=test1&name=Test1

whereas the actual code is within

src/contributions/resources/security-api/src/java/org/wyona/yanel/impl/resources/securityapi/UserManagerResource.java#createGroup(String, 
String)

whereas it needs some further improvement:

- Make the special characters configurable (currently it is /*?.)
- Make the maximum length configurable (currently it is 30)
- Implement an appropriate server response (so far it is just logged)

Cheers

Michael


More information about the Yanel-development mailing list