summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-01-14 12:54:29 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-01-14 12:54:29 -0400
commit4b6da6c752d48bc022e7c4e0e8606808efddec46 (patch)
treea306c1e89823ca2fffa361bc7ae776803d1126ab
parente51fa53d21d60a73fb2b7b8a39e554005820d528 (diff)
webapp: Avoid illegal characters in hostname when creating S3 or Glacier remote.
-rw-r--r--debian/changelog2
-rw-r--r--doc/bugs/Creating_an_S3_repository_with_an_invalid_name_throws_an_exception.mdwn1
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8f0384bf0..249164e39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ git-annex (3.20130108) UNRELEASED; urgency=low
* In direct mode, files with the same key are no longer hardlinked, as
that would cause a surprising behavior if modifying one, where the other
would also change.
+ * webapp: Avoid illegal characters in hostname when creating S3 or
+ Glacier remote.
-- Joey Hess <joeyh@debian.org> Tue, 08 Jan 2013 12:37:38 -0400
diff --git a/doc/bugs/Creating_an_S3_repository_with_an_invalid_name_throws_an_exception.mdwn b/doc/bugs/Creating_an_S3_repository_with_an_invalid_name_throws_an_exception.mdwn
index 4cb5df545..48b30eceb 100644
--- a/doc/bugs/Creating_an_S3_repository_with_an_invalid_name_throws_an_exception.mdwn
+++ b/doc/bugs/Creating_an_S3_repository_with_an_invalid_name_throws_an_exception.mdwn
@@ -15,3 +15,4 @@ What version of git-annex are you using? On what operating system?
Please provide any additional information below.
+> [[done]], the name will now be sanitized. --[[Joey]]