Community
Participate
Working Groups
I am seeing lots of these errors in the log on orion.eclipse.org: java.net.ProtocolException: HTTP method DELETE doesn't support output at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:889) ~[na:1.6.0] at org.eclipse.orion.internal.server.hosting.RemoteURLProxyServlet.service(RemoteURLProxyServlet.java:166) ~[org.eclipse.orion.server.hosting_0.2.0.v20120116-2111.jar:na] at org.eclipse.orion.internal.server.hosting.HostedSiteServlet.proxyRemoteUrl(HostedSiteServlet.java:348) [org.eclipse.orion.server.hosting_0.2.0.v20120116-2111.jar:na] at org.eclipse.orion.internal.server.hosting.HostedSiteServlet.proxyRemotePath(HostedSiteServlet.java:325) [org.eclipse.orion.server.hosting_0.2.0.v20120116-2111.jar:na] at org.eclipse.orion.internal.server.hosting.HostedSiteServlet.serve(HostedSiteServlet.java:237) [org.eclipse.orion.server.hosting_0.2.0.v20120116-2111.jar:na] at org.eclipse.orion.internal.server.hosting.HostedSiteServlet.service(HostedSiteServlet.java:171) [org.eclipse.orion.server.hosting_0.2.0.v20120116-2111.jar:na] at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) [javax.servlet_3.0.0.v201112011016.jar:na]
Mark can you take a look at this.. I want to rule out any server errors that might be causing us problems.
RemoteURLProxyServlet had a problem with DELETEs that created a lot of noise in the log. Fixed: http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=ddb736f3c674026f31e9a311ac641afaacc095c3
.