fix #1775 keep transaction token
This commit is contained in:
parent
4f3142ccc6
commit
f75daa51b0
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue