hubiquitus-old/hubiquitus

bareURN - Non consistent behavior between hubiquitus4js and hubiquitus

Closed this issue · 2 comments

in Hubiquitus.validator : getBareURN remove the suffix after the / if one is presente
In hubiquitus4js : bareURN keep the suffix

Example :

> hClient.bareURN(urn:localhost:onRadioActor/f4bdb0e4-acef-48fa-8b67-250628954934"")
'urn:localhost:onRadioActor/f4bdb0e4-acef-48fa-8b67-250628954934'

> validator.getBareURN("urn:localhost:onRadioActor/f4bdb0e4-acef-48fa-8b67-250628954934")
'urn:localhost:onRadioActor'

Do you plane to harmonize each function ?

Hi,

It wasn't planned, but you are right this should be done. A task will be planned (we are working on opening our bugtracker to other users so issues can be reported there and planned. it's available at hubiquitus.atlassian.net).

If you know people who might be interested in helping on the project please let them know we are opened to pull requests. The current process is if a pull request bring a new feature it should be discussed in a technical committee (4 people are currently at this committee. The committee is united once a week). If it's only bug fixes or minor improvements, they can be merged by either boiving or me.
This should be improved as soon as we can open the bugtracker to other users.

Thanks a lot for your help and advices.

Referenced on hubiquitus.atlassian.net under HUB-433