[Home]

Summary:ASTERISK-08229: Input fields consisting of all spaces are allowed
Reporter:Andrew Payne (payne92)Labels:
Date Opened:2006-11-30 15:53:25.000-0600Date Closed:2006-12-01 08:57:49.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:In many places, input fields of all spaces are allowed.  This can be very confusing, because to the user the fields appear "blank", but to the system they are not.

Suggestion:  "string trim" all fields (front and back) on input, before processing
Comments:By: Pari Nannapaneni (pari) 2006-11-30 23:23:00.000-0600

This is related to the field valiation ( ticket-0008461)
and can be fixed by adding a pattern attribute to each field that
should not have spaces.

I can add this pattern attribute to corresponding fields if someone can
prepare a list of fields that should not accept spaces.

- Pari