We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在用户进行登陆的时候,如果抛出异常信息,会提示用户的账户或者密码错误,其实用的账户密码均正确,但是异常处理中 却更改了 将 map中的状态改编成了 500,原来的200 就失效了。这样的提示不是很好,一个exception 太笼统。具体的代码是 package com.sojson.user.controller;中的UserLoginController 189-193代码行,一直提示用户名或密码错误,但是打断点,数据没有错误,由于自己添加的测试信息抛出了异常,才导致的错误。
The text was updated successfully, but these errors were encountered:
我都不知道你说什么呢? 你系统添加异常了和我有什么关系。你不做数据更改,不可能会出现添加异常。
亲,我不是为你一个人服务的,请你提问前先自己斟酌一下问题有没有必要提。
还有,你如果要区分异常,用各种异常来区分不同类型,你自己添加就是了。在SampleRealm类中有一个异常转换。你可以直接使用
Sorry, something went wrong.
No branches or pull requests
在用户进行登陆的时候,如果抛出异常信息,会提示用户的账户或者密码错误,其实用的账户密码均正确,但是异常处理中 却更改了 将 map中的状态改编成了 500,原来的200 就失效了。这样的提示不是很好,一个exception 太笼统。具体的代码是
package com.sojson.user.controller;中的UserLoginController 189-193代码行,一直提示用户名或密码错误,但是打断点,数据没有错误,由于自己添加的测试信息抛出了异常,才导致的错误。
The text was updated successfully, but these errors were encountered: