Skip to content

Commit

Permalink
Clarifying docs for slash in labels
Browse files Browse the repository at this point in the history
Fixes #652
  • Loading branch information
ryanjbaxter committed Feb 24, 2017
1 parent 15ddd22 commit 21e46b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/main/asciidoc/spring-cloud-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ This repository implementation maps the `{label}` parameter of the
HTTP resource to a git label (commit id, branch name or tag). If the
git branch or tag name contains a slash ("/") then the label in the
HTTP URL should be specified with the special string "(_)" instead (to
avoid ambiguity with other URL paths). Be careful with the brackets in
avoid ambiguity with other URL paths). For example, if the label is
`foo/bar, replacing the slash would result in a label that looks like
`foo(_)bar`. Be careful with the brackets in
the URL if you are using a command line client like curl (e.g. escape
them from the shell with quotes '').

Expand Down

0 comments on commit 21e46b0

Please sign in to comment.