Author: tolusha
Date: 2010-03-25 09:09:01 -0400 (Thu, 25 Mar 2010)
New Revision: 2125
Modified:
jcr/trunk/exo.jcr.component.ext/src/main/java/org/exoplatform/services/jcr/ext/backup/server/HTTPBackupAgent.java
Log:
EXOJCR-549: fix bug
Modified:
jcr/trunk/exo.jcr.component.ext/src/main/java/org/exoplatform/services/jcr/ext/backup/server/HTTPBackupAgent.java
===================================================================
---
jcr/trunk/exo.jcr.component.ext/src/main/java/org/exoplatform/services/jcr/ext/backup/server/HTTPBackupAgent.java 2010-03-25
13:02:20 UTC (rev 2124)
+++
jcr/trunk/exo.jcr.component.ext/src/main/java/org/exoplatform/services/jcr/ext/backup/server/HTTPBackupAgent.java 2010-03-25
13:09:01 UTC (rev 2125)
@@ -351,7 +351,7 @@
@Consumes(MediaType.APPLICATION_JSON)
@Produces(MediaType.APPLICATION_JSON)
@RolesAllowed("administrators")
- @Path("/start/{repo}}")
+ @Path("/start/{repo}")
public Response start(BackupConfigBean bConfigBeen, @PathParam("repo")
String repository)
{
String failMessage;
Show replies by date