webida / webida-server

Webida Opensource Project - Server Repository
Apache License 2.0
7 stars 16 forks source link

findUser() api bug. #163

Closed sangjin3 closed 8 years ago

sangjin3 commented 8 years ago

If the api called with string value for uid field, it returns a user_info. I think it should return "BAD REQUEST" error.

kyungmi commented 8 years ago

The real problem is findUser API returns an "incorrect" user information that has nothing to do with the query of request when it is called with a string uid field.