本文主要是介绍使用Jersey进行跨服务器上传文件出现错误 “405 Method Not Allowed“,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
使用Jersey跨服务器上传文件出现 “405 Method Not Allowed”
问题出现
在学习 SpringMVC 框架的过程中,进行了跨服务器上传文件的练习。但是当一切就绪之后,上传文件总是报以下错误:
HTTP Status 500 – Internal Server Error
Type 异常报告消息 Request processing failed; nested exception is com.sun.jersey.api.client.UniformInterfaceException: PUT http://localhost:9090/upload/3a2b2047-1a05-41fb-9748-83dcbdce872egirl8.jpg returned a response status of 405 Method Not Allowed描述 服务器遇到一个意外的情况,阻止它完成请求。Exceptionorg.springframework.web.util.NestedServletException: Request processing failed; nested exception is com.sun.jersey.api.client.UniformInterfaceException: PUT http://localhost:9090/upload/3a2b2047-1a05-41fb-9748-83dcbdce872egirl8.jpg returned a response status of 405 Method Not Allowedorg.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:986)org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:881)javax.s
这篇关于使用Jersey进行跨服务器上传文件出现错误 “405 Method Not Allowed“的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!