-
Type: Bug
-
Status: Open (View Workflow)
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 2.1 Swallows
-
Fix Version/s: backlog
-
Labels:
-
Environment:
Poulpe 2.1.344.e62d084, SoapUI 5.1.2
Steps to reproduce:
- Create POST request on registration with empty username, like this:
<user xmlns="http://www.jtalks.org/namespaces/1.0"> <username></username> <passwordHash>qwr</passwordHash> <email>bebebe666669912@mail.ru</email> </user>
Actual result:
<error code="user.username.already_exists"/>
Expected result:
<error code="user.username.length_constraint_violation"/>
Logs from catalina.out are attached.