Actions
Bug #1748
closedKB: Erase whitespace symbols from the beginning and end of user input
Start date:
09/06/2011
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
580ac09
Description
Do not use whitespace symbols in tags list is counterintuitive, but currently it leads to invalid tags extraction.
We should erase whitespace symbols from the beginning and end of each tag after tag-list separation and from the beginning and end of other user inputs (except for script).
Updated by Evgeny Novikov about 13 years ago
- Category set to Statistics server
- Status changed from New to Open
- Assignee set to Evgeny Novikov
I just want to add that already processed entities should be stored in a database to simplify the whole process.
Updated by Evgeny Novikov over 12 years ago
- Status changed from Open to Resolved
- Published in build set to 580ac09
I have fixed the issue in commit 580ac09 of the master branch. So there will be less "different" tags at the main statistics page as well as at unsafes page. To fix previously stored tags I just have run manually in LDV reference mysql console:
update kb set tags=replace(tags, " ", "");
When tests will pass, I'll deploy the fix on QA.
Updated by Evgeny Novikov over 12 years ago
Works quite fine. Alexey, please close it, if all is ok.
Actions