summaryrefslogtreecommitdiff
path: root/doc/bugs/GETURLS_doesn__39__t_return_URLs_if_prefix_is_provided/comment_1_48f4cce32de8da1f2c8b3c29dc1a50a0._comment
blob: baa30f7efb59706fb1c23095b3d419f9706f5a50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2015-03-27T17:37:14Z"
 content="""
This seems very unlikely, because the *indentical* code path is running
in both cases. In both cases it filters the list of urls to those prefixed with
the specified prefix; when no prefix is specified it uses "" as the
prefix.

Also, when I test it myself using my own test code, it works as expected:

<pre>
[2015-03-27 13:49:30 JEST] git-annex-remote-test --> GETURLS SHA256E-s0--e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 dl+archive:
[2015-03-27 13:49:30 JEST] git-annex-remote-test <-- VALUE dl+archive:foo-bar-baz
[2015-03-27 13:49:30 JEST] git-annex-remote-test <-- VALUE 
</pre>

Are you sure that your test machinery has actually set any urls in the
second case?
"""]]