Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 3497:88feb3347aa5
Implement a ProxyServlet
Implement a ProxyServlet to be able to restrict the access to the
mapserver too. All queries to the provided map services should go throught
this new ProxyServlet. Currently the ProxyServlet can only handle HTTP GET
requests.
flys-client/trunk@5221 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Bjoern Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Thu, 16 Aug 2012 14:42:36 +0000 |
parents | f1814efec714 |
children | 92239b53823f |
comparison
equal
deleted
inserted
replaced
3496:f1814efec714 | 3497:88feb3347aa5 |
---|---|
1 2012-08-16 Björn Ricks <bjoern.ricks@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/ProxyServlet.java: | |
4 Implement a ProxyServlet to be able to restrict the access to the | |
5 mapserver too. All queries to the provided map services should go throught | |
6 this new ProxyServlet. Currently the ProxyServlet can only handle HTTP GET | |
7 requests. | |
8 | |
1 2012-08-16 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 9 2012-08-16 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 10 |
3 * src/main/java/de/intevation/flys/client/server/RiverServiceImpl.java: | 11 * src/main/java/de/intevation/flys/client/server/RiverServiceImpl.java: |
4 Replaced another attribute fetching XPath with a simple DOM | 12 Replaced another attribute fetching XPath with a simple DOM |
5 getAttributeNS() call. | 13 getAttributeNS() call. |