Closed jackrod closed 12 years ago
Single tags lost the prefix "tags=" after the reorder method.
We used
INSERT INTO PROPERTIES(KEY, VALUE, VERSION, CREATION_USER, CREATION_DATETIME, ODOMETER, LAST_ACCESSED_DATETIME, LAST_ACCESSED_USER, LAST_MODIFIED_DATETIME, LAST_MODIFIED_USER) VALUES('abc?tags=boom', 'bam', 0, 'Brian E. Walsh', sysdate, 0, sysdate, 'Brian E. Walsh', sysdate, 'Brian E. Walsh');
as the test data.
and then used the uri: http://localhost:8080/magic/property/abc?tags=boom
to test the changes we made to TagUtils
Take a stab at fixing this bug...