Skip to content

Commit

Permalink
[Closes #3948] WPS Endpoint should be exposed to non-protected proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Oct 9, 2018
1 parent 41c59f2 commit 7d9d9c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geonode/geoserver/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
downstream_path='wfs'), name='wfs_endpoint'),
url(r'^wcs', views.geoserver_protected_proxy, dict(proxy_path='/gs/wcs',
downstream_path='wcs'), name='wcs_endpoint'),
url(r'^wps', views.geoserver_protected_proxy, dict(proxy_path='/gs/wps',
downstream_path='wps'), name='wps_endpoint'),
url(r'^wps', views.geoserver_proxy, dict(proxy_path='/gs/wps',
downstream_path='wps'), name='wps_endpoint'),
url(r'^pdf', views.geoserver_proxy, dict(proxy_path='/gs/pdf',
downstream_path='pdf'), name='pdf_endpoint'),
url(r'^(?P<workspace>[^/]*)/(?P<layername>[^/]*)/wms',
Expand Down

0 comments on commit 7d9d9c6

Please sign in to comment.