Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #107 from bsvensson/release-1.0
Browse files Browse the repository at this point in the history
Release 1.0
  • Loading branch information
bsvensson committed Apr 14, 2014
2 parents 22c8113 + ee4a273 commit 94c8888
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
===

Expand Down
2 changes: 1 addition & 1 deletion DotNet/proxy.ashx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* DotNet proxy client.
*
* Version 1.0 beta
* Version 1.0
* See https://github.com/Esri/resource-proxy for more information.
*
*/
Expand Down
2 changes: 1 addition & 1 deletion Java/proxy.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
----------------------------------------------------------- -->
Expand Down
2 changes: 1 addition & 1 deletion PHP/proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* PHP Proxy Client
*
* Version 1.0 beta
* Version 1.0
* See https://github.com/Esri/resource-proxy for more information.
*
*/
Expand Down

0 comments on commit 94c8888

Please sign in to comment.