Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@585934 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
markt-asf committed Oct 18, 2007
1 parent 558a6f3 commit 901292c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions STATUS
Expand Up @@ -42,11 +42,6 @@ PATCHES PROPOSED TO BACKPORT:
+1: fhanik,funkman
-1:

* Fix important vulnerability when webdav is enabled for write
Patch: http://marc.info/?l=tomcat-dev&m=119245116910632&w=2
+1: markt, funkman, remm, fhanik
-1:

* Fix for JDT update: update jdt.jar in build.properties.default to:
jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.3.1.v_780_R33x.jar
+1: remm, fhanik,funkman, pero
Expand Down
1 change: 1 addition & 0 deletions java/org/apache/catalina/servlets/WebdavServlet.java
Expand Up @@ -243,6 +243,7 @@ protected DocumentBuilder getDocumentBuilder()
try {
documentBuilderFactory = DocumentBuilderFactory.newInstance();
documentBuilderFactory.setNamespaceAware(true);
documentBuilderFactory.setExpandEntityReferences(false);
documentBuilder = documentBuilderFactory.newDocumentBuilder();
} catch(ParserConfigurationException e) {
throw new ServletException
Expand Down
4 changes: 4 additions & 0 deletions webapps/docs/changelog.xml
Expand Up @@ -158,6 +158,10 @@
<fix>
Fix WebDAV Servlet so it works correctly with MS clients. (markt)
</fix>
<fix>
Fix CVE-2007-5461, an important information disclosure vulnerability in
the WebDAV Servlet. (markt)
</fix>
<fix>
<bug>42979</bug>: Update sample.war to include recent security fixes
in the source code. (markt)
Expand Down

0 comments on commit 901292c

Please sign in to comment.