Allow dynamic path renaming

This commit is contained in:
Anthony Stirling
2025-02-22 01:37:44 +00:00
parent efb3b1f234
commit dc986b5213
137 changed files with 398 additions and 367 deletions

View File

@@ -10,7 +10,9 @@ import jakarta.servlet.ServletException;
import jakarta.servlet.http.HttpServletRequest;
import jakarta.servlet.http.HttpServletResponse;
import jakarta.servlet.http.HttpSession;
import lombok.extern.slf4j.Slf4j;
import stirling.software.SPDF.utils.RequestUriUtils;
@Slf4j