This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 322
JSP: Proxy throws 500 instead of 404 #45
Comments
@MehulChoksey can you check #54? fix for this |
looks good |
This url still returns 500 instead of 404 http://services.arcgisonline.com/somefolder/ |
@MehulChoksey it returns 404 on my side when proxy http://localhost:9083/ATT2/proxy.jsp?http://services.arcgisonline.com/somefolder/ |
could someone else give it a try? |
@MehulChoksey can you try #64? This fix should take care of this 404 and the f=oops, it will actually show the actual html from the server |
I still get 500 for f=invalid case. Seems like Tomcat changed on how they display error across versions. i am on Tomcat 7.x |
how about the 404? |
404 looks ok. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To reproduce:
white list http://services.arcgisonline.com/
and then try to proxy:
http://services.arcgisonline.com/spmefolder/somepage.html
Proxy returns 500 instead of 404.
The text was updated successfully, but these errors were encountered: