vvz / configuration-data-repository

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

Status Reference - Name is not checked for max lenght #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add a new status reference
2. Use a string longer than 255 characters such as "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??"
3. Click Save

What is the expected output? What do you see instead?
Should get an error that the name is too long.  Instead you get a null
pointer exception.  

Please use labels and text to provide additional information.

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

GoogleCodeExporter commented 8 years ago
Added a 50 character limit constraint

Original comment by iamsteve...@gmail.com on 15 Jul 2008 at 6:59

GoogleCodeExporter commented 8 years ago

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