diff options
author | toby.zxj <toby.zxj@gmail.com> | 2014-06-11 16:54:25 +0800 |
---|---|---|
committer | toby.zxj <toby.zxj@gmail.com> | 2014-06-11 16:54:25 +0800 |
commit | a13a6b14ec4ab8e9660fd59d7abe00e3d3666f9f (patch) | |
tree | 31ca00259ab5cd69ff4affcb51f632ab1fedb440 /bee.json | |
parent | a3e1383cac3dfa2a71b04b47a295e9836fcb0d50 (diff) | |
download | gitea-a13a6b14ec4ab8e9660fd59d7abe00e3d3666f9f.tar.gz gitea-a13a6b14ec4ab8e9660fd59d7abe00e3d3666f9f.zip |
Using strings.HasPrefix(...) will misjudgement
`strings.HasPrefix(access.RepoName, uname)` can't handle the situation which like following in access table.
user_name | repo_name
----------+-------------
toby | toby/blog
toby | toby/test
toby | tobyzxj/blog
toby | tobyzxj/test
Diffstat (limited to 'bee.json')
0 files changed, 0 insertions, 0 deletions