Skip to content
Snippets Groups Projects
Commit bd635686 authored by uhensler's avatar uhensler
Browse files

OO-3937: Rename collabora web service

parent 6e8f62fb
No related branches found
No related tags found
No related merge requests found
......@@ -63,9 +63,9 @@ import com.fasterxml.jackson.databind.ObjectMapper;
*/
@Service
@Path("/collabora/wopi/files/{fileId}")
public class FilesWebService {
public class CollaboraWebService {
private static final OLog log = Tracing.createLoggerFor(FilesWebService.class);
private static final OLog log = Tracing.createLoggerFor(CollaboraWebService.class);
@Autowired
private CollaboraModule collaboraModule;
......@@ -222,7 +222,7 @@ public class FilesWebService {
for (Entry<String, List<String>> entry : httpHeaders.getRequestHeaders().entrySet()) {
String name = entry.getKey();
String value = entry.getValue().stream().collect(Collectors.joining(", "));
log.debug(name + ": " + value);
log.debug(" " + name + ": " + value);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment