UnsupportedOperationException:SRVE8020E:Servlet 不接受多部分请求
UnsupportedOperationException: SRVE8020E: Servlet does not accept multipart requests
我在 Websphere 8.5 上使用 Maximo Anywhere 7.5。
当我尝试上传图片时出现此错误:
servlet E com.ibm.ws.webcontainer.servlet.ServletWrapper service
SRVE0068E: An exception was thrown by one of the service methods of
the servlet [AnywhereProxyServlet] in application
[AnywhereWorkManager_1-2_4_war]. Exception created :
[java.lang.UnsupportedOperationException: SRVE8020E: Servlet does not
accept multipart requests
我用 Google 搜索了错误代码,结果如下:
SRVE8020E: Servlet does not accept multipart requests
说明: servlet 不接受多部分请求。
Action: 在web.xml.
中向该servlet 添加@MultipartConfig 注释或向该servlet 添加multipart-config 元素
为了解决这个问题,我必须为 WebSphere 安装修复 8.5.5.0
我在 Websphere 8.5 上使用 Maximo Anywhere 7.5。
当我尝试上传图片时出现此错误:
servlet E com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0068E: An exception was thrown by one of the service methods of the servlet [AnywhereProxyServlet] in application [AnywhereWorkManager_1-2_4_war]. Exception created : [java.lang.UnsupportedOperationException: SRVE8020E: Servlet does not accept multipart requests
我用 Google 搜索了错误代码,结果如下:
SRVE8020E: Servlet does not accept multipart requests
说明: servlet 不接受多部分请求。
Action: 在web.xml.
中向该servlet 添加@MultipartConfig 注释或向该servlet 添加multipart-config 元素为了解决这个问题,我必须为 WebSphere 安装修复 8.5.5.0