Author: tolusha
Date: 2010-03-25 08:56:10 -0400 (Thu, 25 Mar 2010)
New Revision: 2123
Modified:
jcr/trunk/exo.jcr.component.ext/src/main/java/org/exoplatform/services/jcr/ext/backup/server/HTTPBackupAgent.java
Log:
EXOJCR-549: fix singature
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
12:51:01 UTC (rev 2122)
+++
jcr/trunk/exo.jcr.component.ext/src/main/java/org/exoplatform/services/jcr/ext/backup/server/HTTPBackupAgent.java 2010-03-25
12:56:10 UTC (rev 2123)
@@ -703,8 +703,8 @@
failMessage = e.getMessage();
}
- log.error("Can not start restore the repository '" + "/" +
rEntry.getName() + "' from backup log with id '" + backupId
- + "'", exception);
+ log.error("Can not start restore the repository '" + "/" +
rEntry.getName() + "' from backup log with id '"
+ + backupId + "'", exception);
return Response.status(status).entity(
"Can not start restore the repository '" + "/" +
rEntry.getName() + "' from backup log with id '" + backupId
@@ -1013,7 +1013,7 @@
@GET
@Produces(MediaType.APPLICATION_JSON)
@RolesAllowed("administrators")
- @Path("/info/backup/{repo}")
+ @Path("/info/backup/repository/{repo}")
public Response infoBackupByRepository(@PathParam("repo") String
repository)
{
try
Show replies by date