Compare commits
	
		
			2 commits
		
	
	
		
			0eb25c13d4
			...
			4666fa1f0f
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
							 | 
						4666fa1f0f | ||
| 
							 | 
						cd8222287b | 
					 3 changed files with 5 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -40,7 +40,7 @@ public class DownloadController {
 | 
			
		|||
            response.setContentType(MediaType.APPLICATION_OCTET_STREAM_VALUE);
 | 
			
		||||
            response.setHeader(HttpHeaders.CONTENT_DISPOSITION,
 | 
			
		||||
                    ContentDisposition.attachment()
 | 
			
		||||
                            .filename(file + ".fb2", StandardCharsets.UTF_8) // TODO: fix
 | 
			
		||||
                            .filename(file, StandardCharsets.UTF_8) // TODO: fix
 | 
			
		||||
                            .build()
 | 
			
		||||
                            .toString());
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,6 +16,9 @@ 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"
 | 
			
		||||
| 
						 | 
				
			
			@ -13,7 +13,7 @@
 | 
			
		|||
    <div class="page">
 | 
			
		||||
        <div th:replace="~{fragments/header :: 'header-anon'}"></div>
 | 
			
		||||
        <div class="container base">
 | 
			
		||||
            <h1>Currently we're close to new registrations</h1>
 | 
			
		||||
            <h1>Currently we're closed to new registrations</h1>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div th:replace="~{fragments/footer :: 'footer'}"></div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue