mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
WebDAV: very minor, changed visibility of WebDAVServlet#createMethod(...).
Changed to allow overriding of the WebDAVMethod factory method (useful for Thor). git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@34700 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -199,7 +199,7 @@ public class WebDAVServlet extends HttpServlet
|
||||
* @param response HttpServletResponse
|
||||
* @return WebDAVMethod
|
||||
*/
|
||||
private WebDAVMethod createMethod(HttpServletRequest request, HttpServletResponse response)
|
||||
protected WebDAVMethod createMethod(HttpServletRequest request, HttpServletResponse response)
|
||||
{
|
||||
// Get the type of the current request
|
||||
|
||||
|
Reference in New Issue
Block a user