View | Details | Raw Unified | Return to bug 43706
Collapse All | Expand All

(-)/home/past/workspace/tomcat6/build.xml (-1 / +1 lines)
Lines 20-26 Link Here
20
20
21
  <!-- ===================== Initialize Property Values =================== -->
21
  <!-- ===================== Initialize Property Values =================== -->
22
22
23
  <!-- See "build.properties.sample" in the top level directory for all     -->
23
  <!-- See "build.properties.default" in the top level directory for all     -->
24
  <!-- property values you must customize for successful building!!!        -->
24
  <!-- property values you must customize for successful building!!!        -->
25
  <property file="${user.home}/build.properties"/>
25
  <property file="${user.home}/build.properties"/>
26
  <property file="build.properties"/>
26
  <property file="build.properties"/>
(-)/home/past/workspace/tomcat6/java/org/apache/catalina/servlets/WebdavServlet.java (+2 lines)
Lines 1670-1675 Link Here
1670
            if (exists) {
1670
            if (exists) {
1671
                resp.sendError(WebdavStatus.SC_PRECONDITION_FAILED);
1671
                resp.sendError(WebdavStatus.SC_PRECONDITION_FAILED);
1672
                return false;
1672
                return false;
1673
            } else {
1674
                resp.setStatus(WebdavStatus.SC_CREATED);
1673
            }
1675
            }
1674
1676
1675
        }
1677
        }

Return to bug 43706