Hi, i wanted to know i the method getValidInput... canonicalize the input before validate or it is necesary to invoke a canonicalize method before? String canonical = ESAPI.encoder().canonicalize(input); ESAPI.validator().getValidInput("Validating email",canonical,type,60,*false*); ---> is this necesary? Thanks you!! Sebastián