Compare commits

..

No commits in common. "4666fa1f0ff186d99a62f5f5fae94ce54ecfd74f" and "0eb25c13d458a0c733f84268ec48fd68c02694de" have entirely different histories.

3 changed files with 2 additions and 5 deletions

View file

@ -40,7 +40,7 @@ public class DownloadController {
response.setContentType(MediaType.APPLICATION_OCTET_STREAM_VALUE);
response.setHeader(HttpHeaders.CONTENT_DISPOSITION,
ContentDisposition.attachment()
.filename(file, StandardCharsets.UTF_8) // TODO: fix
.filename(file + ".fb2", StandardCharsets.UTF_8) // TODO: fix
.build()
.toString());

View file

@ -16,9 +16,6 @@ logging:
level:
org:
springframework: INFO
logging:
pattern:
console: "%d{dd.MM.yyyy HH:mm:ss.SSS} - [%thread] %clr(%level) %blue(%logger{15}) : %msg %n"
marinesco:
library:
filesLocation: "/library"

View file

@ -13,7 +13,7 @@
<div class="page">
<div th:replace="~{fragments/header :: 'header-anon'}"></div>
<div class="container base">
<h1>Currently we're closed to new registrations</h1>
<h1>Currently we're close to new registrations</h1>
</div>
</div>
<div th:replace="~{fragments/footer :: 'footer'}"></div>