planetfederal / wps-gui

Graphical User Interface (Model Builder) for OGC:WPS (Web Processing Services)
http://boundlessgeo.com
Apache License 2.0
26 stars 15 forks source link

[SUITE-1309] better handle http exceptions #220

Closed bartvde closed 8 years ago

bartvde commented 8 years ago

Such as 504 gateway timeout

bartvde commented 8 years ago

With 503 it still gets into XHR onload, so we need to handle it there

bartvde commented 8 years ago

and https://github.com/boundlessgeo/wps-gui/commit/15cb2c7cde0e3deae0440cdd7f6170d408cbfc9e

bartvde commented 8 years ago

I think all cases have been handled now, so closing.