bluemagicsource / magic-config-service

RESTful remote property repository
5 stars 5 forks source link

Tags not functioning in the service #9

Closed jackrod closed 12 years ago

jackrod commented 12 years ago

Take a stab at fixing this bug...

SeanH1234 commented 12 years ago

Single tags lost the prefix "tags=" after the reorder method.

rgarci87 commented 12 years ago

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