fix #1775 keep transaction token

This commit is contained in:
Shinsuke Sugaya 2018-07-22 15:15:44 +09:00
parent 4f3142ccc6
commit f75daa51b0

View file

@ -207,7 +207,7 @@ public class AdminDesignAction extends FessAdminAction {
return null;
}
validate(form, messages -> {}, () -> asListHtml());
verifyToken(() -> asListHtml());
verifyTokenKeep(() -> asListHtml());
return asStream(file.getName()).contentTypeOctetStream().stream(out -> {
try (FileInputStream fis = new FileInputStream(file)) {
out.write(fis);