Merged DEV/JASONH to HEAD

12241: WebDAV - Make execute() not final, so it can be overridden
  12243: WebDAV - PropFindMethod - change private to protected
  12629: WebDAV - fix SPP (follow-on from r12243) (note: resolved from .../vti/method/VtiPropfindMethod to .../vti/web/fp/PropfindMethod)


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12656 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2009-01-09 13:24:14 +00:00
parent 6fa0967c05
commit 9f8f35c063
2 changed files with 12 additions and 12 deletions

View File

@@ -129,7 +129,7 @@ public abstract class WebDAVMethod
* Executes the method, wrapping the call to {@link #executeImpl()} in an appropriate transaction
* and handling the error conditions.
*/
public final void execute() throws WebDAVServerException
public void execute() throws WebDAVServerException
{
// Parse the HTTP headers
parseRequestHeaders();