git ssb

9+

cel / ssb-viewer



I noticed that the urlencoded parts of thread ids (e.g. %3D) are case-sensitive. I.e. a url with a [capital D] works but with a [lower case d] (%3D - %3d) doesn't.

%AjTH8fRc6yq2azq4sYgm1egkdSrR+WXPWnZNEXXXkDQ=.sha256
Closedkeks opened this issue on 1/9/2017, 10:53:14 AM

I noticed that the urlencoded parts of thread ids (e.g. %3D) are case-sensitive. I.e. a url with a capital D works but with a lower case d (%3D -> %3d) doesn't.

URLEncoding is actually case insensitive so I think that's a bug?

cel closed this issue · 1/9/2017, 8:15:14 PM
Handle case-insensitive %3d
%6B8BtQNfjkCIns6rLKI9yv7q1LGQJQO5UxAPQJOFDfM=.sha256 cel · 1/9/2017, 8:18:59 PM

@keks: fixed in %DBJCxSn...

Built with git-ssb-web