Project

General

Profile

« Previous | Next » 

Revision ef2b56b4

Added by Andreas Kohlbecker over 2 years ago

ref #9862 better password contraint violation message concatenation

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/validation/constraint/PasswordConstraintValidator.java
44 44
        }
45 45
        context.disableDefaultConstraintViolation();
46 46
        context.buildConstraintViolationWithTemplate(
47
                validator.getMessages(result).stream().collect(Collectors.joining(", "))).addConstraintViolation();
47
                validator.getMessages(result).stream().collect(Collectors.joining(" "))).addConstraintViolation();
48 48
        return false;
49 49
    }
50 50

  

Also available in: Unified diff