mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-12-03 20:04:28 +01:00
refactor(security): remove deprecated verifyPdfForm method
- Deleted the unused and deprecated `verifyPdfForm` method from `SecurityWebController` - Cleaned up associated comments and annotations Signed-off-by: Balázs Szücs <bszucs1209@gmail.com>
This commit is contained in:
parent
3bdf7c7400
commit
9a7908b5e1
@ -72,14 +72,6 @@ public class SecurityWebController {
|
|||||||
return "security/validate-signature";
|
return "security/validate-signature";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
@Hidden
|
|
||||||
// @GetMapping("/verify-pdf")
|
|
||||||
public String verifyPdfForm(Model model) {
|
|
||||||
model.addAttribute("currentPage", "verify-pdf");
|
|
||||||
return "security/verify-pdf";
|
|
||||||
}
|
|
||||||
|
|
||||||
@Deprecated
|
@Deprecated
|
||||||
// @GetMapping("/remove-cert-sign")
|
// @GetMapping("/remove-cert-sign")
|
||||||
@Hidden
|
@Hidden
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user