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

Commit 94c8888

Browse files
committed
Merge pull request #107 from bsvensson/release-1.0
Release 1.0
2 parents 22c8113 + ee4a273 commit 94c8888

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
1.0
2+
===
3+
4+
######2014-04-14
5+
6+
- Better proxies
7+
- Case insensitive URL comparisons
8+
- Support encoded URLs
9+
- Improved handling of token URL logic
10+
- Notepad friendly line endings
11+
- Passing along http headers from proxied servers
12+
- Support token authentication for ArcGIS Portal
13+
- Support protocol relative urls in configuration file
14+
- (DotNet) Use relative path for proxy.config
15+
- (Java) Support allowedRerefer="*"
16+
- (Java) support mustMatch="false"
17+
- (php) Support redirects
18+
- Improved error handling and error messages
19+
- Improved documentation
20+
- Added version number to each proxy code file
21+
22+
123
0.9
224
===
325

DotNet/proxy.ashx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* DotNet proxy client.
55
*
6-
* Version 1.0 beta
6+
* Version 1.0
77
* See https://github.com/Esri/resource-proxy for more information.
88
*
99
*/

Java/proxy.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ java.text.SimpleDateFormat" %>
3030
*
3131
* JSP proxy client
3232
*
33-
* Version 1.0 beta
33+
* Version 1.0
3434
* See https://github.com/Esri/resource-proxy for more information.
3535
*
3636
----------------------------------------------------------- -->

PHP/proxy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* PHP Proxy Client
55
*
6-
* Version 1.0 beta
6+
* Version 1.0
77
* See https://github.com/Esri/resource-proxy for more information.
88
*
99
*/

0 commit comments

Comments
 (0)