From 975017858e65217b154877076d78635bb32d1a9c Mon Sep 17 00:00:00 2001 From: Bjorn Svensson Date: Mon, 14 Apr 2014 10:11:27 -0700 Subject: [PATCH 1/2] Add version 1.0 notes --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7327c80a..b4cf052f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +1.0 +=== + +######2014-04-14 + +- Better proxies +- Case insensitive URL comparisons +- Support encoded URLs +- Improved handling of token URL logic +- Notepad friendly line endings +- Passing along http headers from proxied servers +- Support token authentication for ArcGIS Portal +- Support protocol relative urls in configuration file +- (DotNet) Use relative path for proxy.config +- (Java) Support allowedRerefer="*" +- (Java) support mustMatch="false" +- (php) Support redirects +- Improved error handling and error messages +- Improved documentation +- Added version number to each proxy code file + + 0.9 === From ee4a2738338f23c9b262bf8280c1e40174a1fe1c Mon Sep 17 00:00:00 2001 From: Bjorn Svensson Date: Mon, 14 Apr 2014 10:12:29 -0700 Subject: [PATCH 2/2] Remove beta note --- DotNet/proxy.ashx | 2 +- Java/proxy.jsp | 2 +- PHP/proxy.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DotNet/proxy.ashx b/DotNet/proxy.ashx index dd43d50f..9c8b369d 100644 --- a/DotNet/proxy.ashx +++ b/DotNet/proxy.ashx @@ -3,7 +3,7 @@ /* * DotNet proxy client. * - * Version 1.0 beta + * Version 1.0 * See https://github.com/Esri/resource-proxy for more information. * */ diff --git a/Java/proxy.jsp b/Java/proxy.jsp index 5ce33e62..d0854a4f 100644 --- a/Java/proxy.jsp +++ b/Java/proxy.jsp @@ -30,7 +30,7 @@ java.text.SimpleDateFormat" %> * * JSP proxy client * - * Version 1.0 beta + * Version 1.0 * See https://github.com/Esri/resource-proxy for more information. * ----------------------------------------------------------- --> diff --git a/PHP/proxy.php b/PHP/proxy.php index 60d0b4ef..a410e719 100644 --- a/PHP/proxy.php +++ b/PHP/proxy.php @@ -3,7 +3,7 @@ /** * PHP Proxy Client * - * Version 1.0 beta + * Version 1.0 * See https://github.com/Esri/resource-proxy for more information. * */