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
Hello, there is a wrong error code in case of empty username:
WSS1409: Invalid UsernameToken both nonce and created are absent
(A grep in the code shows that 1409 is used at a place where you check whether the username is null or empty string)
Best regards, Miljen Mikic
Glassfish 3.1.2, Linux CentOS
[2.2]
Source: javaee/metro-wsit#1654 Author: glassfishrobot
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
there is a wrong error code in case of empty username:
WSS1409: Invalid UsernameToken both nonce and created are absent
(A grep in the code shows that 1409 is used at a place where you check whether the username is null or empty string)
Best regards,
Miljen Mikic
Environment
Glassfish 3.1.2, Linux CentOS
Affected Versions
[2.2]
Source: javaee/metro-wsit#1654
Author: glassfishrobot
The text was updated successfully, but these errors were encountered: