Facing java.lang.NoSuchMethodError: HttpServletRequest.getParts()Ljava/util/Collection

前端 未结 2 1706
谎友^
谎友^ 2020-12-21 06:48

I\'ve seen many issues related to this exception here in so and most of them are being solved by adding a \"commons-file-upload\" jar from apache. I tried to us

2条回答
  •  甜味超标
    2020-12-21 07:31

    I encountered the same issue. It happened when I switched to Tomcat 6. When I switched back to Tomcat 7, the issue disappeared.

提交回复
热议问题