You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ponymail.apache.org by sebbASF <gi...@git.apache.org> on 2017/09/08 10:07:24 UTC

[GitHub] incubator-ponymail issue #406: Bug: shorten links does not work with cluster...

GitHub user sebbASF opened an issue:

    https://github.com/apache/incubator-ponymail/issues/406

    Bug: shorten links does not work with cluster ids

    The shorten links function does not work with cluster ids because the 1st character is 'r' which is deliberately not hex. Conversion to int base 16 results in NaN which generates a bad short id.
    
    Although the feature is deprecated, it's still possible to enable it, so the code should be able to cope. Simplest would be to return the mid unchanged for cluster ids

----

----


---

[GitHub] incubator-ponymail issue #406: Bug: shorten links does not work with cluster...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the issue at:

    https://github.com/apache/incubator-ponymail/issues/406


---