eguiney / configuration-data-repository

Automatically exported from code.google.com/p/configuration-data-repository
0 stars 1 forks source link

Add Network CI - Element: Not Checked for Max Length #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
1. Add a Network CI
2. Enter a valid Name, Author and Type 
3. For Element- enter a long description 256 chars or more.  For example
"this takes up 256 characters pretty much exactly.  Use it to test fields
that only hold 255 characters.  Will they truncate?  Will they give an
error saying that the input was too long?  Hopefully there will be some
kind of bounds check, if not who knows??"
4. Click save.  

What is the expected output? What do you see instead?
Expect an error message that the input field exceeded the maximum allowable
length.  Instead you get a null pointer error.  

Original issue reported on code.google.com by Eamonn.Guiney@gmail.com on 30 Jun 2008 at 7:51

GoogleCodeExporter commented 9 years ago
Added a 255 character maximum length constraint

Original comment by iamsteve...@gmail.com on 15 Jul 2008 at 7:38

GoogleCodeExporter commented 9 years ago

Original comment by Eamonn.Guiney@gmail.com on 6 Aug 2008 at 8:29