This repository was archived by the owner on Apr 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +25
-3
lines changed
Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 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+
1230.9
224===
325
Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff 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---------------------------------------------------------- - -->
Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments