John S. Eddie (JIRA) wrote:
Cannot upload attachements --------------------------
Key: JSPWIKI-172 URL:
https://issues.apache.org/jira/browse/JSPWIKI-172
...
I've just updated to 2.6.0. At the same time I accepted the auto
update from Java to version 6, however I have now rolled back again
to 1.4.2_05 and there is no difference.
...
type Exception report
message
description The server encountered an internal error () that
prevented it from fulfilling this request.
exception
javax.servlet.ServletException:
java.lang.String.contains(Ljava/lang/CharSequence;)Z
com.ecyrd.jspwiki.dav.WebdavServlet.service(WebdavServlet.java:174)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
com.ecyrd.jspwiki.ui.WikiServletFilter.doFilter(WikiServletFilter.java:99)
root cause
...
You might have had some problem with uploading following your upgrade to
JSPWiki 2.6.0, but you would not get this same failure if you had
upgraded your Java to 1.6 because this NoSuchMethodError exception is
due to a method that was added in Java 1.5.
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html#contains(java.lang.CharSequence)
Jim