History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CIB-1646
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: 4 4
Assignee: jason
Reporter: Daniel Ostermeier
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Pulse

Form fields values where leading spaces can cause issues need to be validated as such

Created: 26/Sep/08 05:15 AM   Updated: 05/Nov/08 08:33 PM
Return to search
Component/s: Configuration
Affects Version/s: None
Fix Version/s: 2.0.15

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
In Pulse certain field values (settings) are allowed to start with a space. This can be a very difficult thing to debug, so it would be good to warn the user if he/she enters a value that begins or ends with a space.

 All   Comments   Work Log   Change History      Sort Order:
Daniel Ostermeier - 20/Oct/08 04:31 AM
Could add trimming to ToveUtils.java:107.

I can not think of any cases where just whitespace is useful, or where leading/trailing whitespace has meaning. However, this change does feel like a fudge, although can not think of anything better.

jason - 05/Nov/08 08:33 PM
I think the suggestion is fine, this issue should be dealt with at the UI level (the back end should keep all data it gets). Fixed in change 5080.