Merged V3.3-BUG-FIX to HEAD

22886: (RECORD ONLY) Merged HEAD to V3.3-BUG-FIX 
      22849: JMX Dump webscript and Share Admin Console tool
   22899: Merged DEV/TEMPORARY to V3.3-BUG-FIX
      22842: ALF-2641: WebDav Permission Issues - MAC OSX Finder
         Implementation of WEBDAV DELETE with 'If' header passed.
   22900: Merged V3.3 to V3.3-BUG-FIX
      22898: Merged DEV/TEMPORARY to V3.3
         22862: ALF-3579: Open the Details Page URL removes the header, navigation bar etc
            Additional fix for spaces view.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22901 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Dave Ward
2010-10-05 20:52:34 +00:00
parent d36d172376
commit 143cf15cf4

View File

@@ -48,7 +48,7 @@ public class DeleteMethod extends WebDAVMethod
*/
protected void parseRequestHeaders() throws WebDAVServerException
{
// Nothing to do in this method
parseIfHeader();
}
/**