From 09740e77ea352852ff90b738787f7f6aa657b604 Mon Sep 17 00:00:00 2001
From: Leonardo Vannucci <leonardo.vannucci@grupposistematica.it>
Date: Fri, 10 Aug 2018 09:49:15 +0200
Subject: [PATCH] Viene generato una url per il download generica che a seconda dell'abilitazione del captcha o meno redirige nell'url corretta

---
 dg1cloud-core/src/main/resources/templates/downloadFileCaptcha.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dg1cloud-core/src/main/resources/templates/downloadFileCaptcha.html b/dg1cloud-core/src/main/resources/templates/downloadFileCaptcha.html
index 79218f2..8aa9595 100644
--- a/dg1cloud-core/src/main/resources/templates/downloadFileCaptcha.html
+++ b/dg1cloud-core/src/main/resources/templates/downloadFileCaptcha.html
@@ -19,7 +19,7 @@
 						<div class="panel-body">
 							<div class="text-center">
 								<h3><i class="glyphicon glyphicon-lock" style="font-size:2em;"></i></h3>
-								<h2 class="text-center" th:text="*{downloadFileCaptchaForm.fileName}"></h2>
+								<h2 class="text-center" style="word-wrap: break-word;" th:text="*{downloadFileCaptchaForm.fileName}"></h2>
 								<div class="panel-body">
 									<form action="#" th:action="@{/downloadFileCaptcha}" th:object="${downloadFileCaptchaForm}" method="post">
 										<input type="hidden" th:field="*{id}" />

--
Gitblit v1.6.2