From d07b2f3e295031b4a2b6a3f8c80d7e92a78329c2 Mon Sep 17 00:00:00 2001 From: Sergey Nartimov Date: Thu, 16 Feb 2012 21:50:07 +0300 Subject: escape static file path to prevent double unescaping --- actionpack/test/fixtures/public/foo/foo+bar.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 actionpack/test/fixtures/public/foo/foo+bar.html (limited to 'actionpack/test/fixtures') diff --git a/actionpack/test/fixtures/public/foo/foo+bar.html b/actionpack/test/fixtures/public/foo/foo+bar.html new file mode 100644 index 0000000000..92c0ad9ac9 --- /dev/null +++ b/actionpack/test/fixtures/public/foo/foo+bar.html @@ -0,0 +1 @@ +foo+bar -- cgit v1.2.3