https://bz.apache.org/bugzilla/show_bug.cgi?id=60802
Bug ID: 60802 Summary: javax.servlet.http.Path javadoc isn't synced with final Servlet 3.1 standard Product: Tomcat 8 Version: 8.5.0 Hardware: All OS: All Status: NEW Severity: normal Priority: P2 Component: Specification APIs Assignee: dev@tomcat.apache.org Reporter: joak...@apache.org Target Milestone: ---- The Tomcat specific javadoc for Servlet 3.1 is not synced with the official Servlet spec 3.1 properly. See https://github.com/apache/tomcat85/blob/trunk/java/javax/servlet/http/Part.java#L88-L90 The official spec says ... http://docs.oracle.com/javaee/7/api/javax/servlet/http/Part.html#write-java.lang.String- The use of Part.write(String) is always relative to the MultiPartConfig.location, its never absolute. Issue https://bz.apache.org/bugzilla/show_bug.cgi?id=54203 attempted to fix this. Resulting in commit https://github.com/apache/tomcat85/commit/073b311fd4f5650c68a0c61f9baf4d195775405a which looks like you pulled a draft version of the Part javadoc, not the official final version. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org