Package com.aquima.web.controller
Class CurrentWebResourceController
java.lang.Object
com.aquima.web.controller.CurrentWebResourceController
Controller to redirect requests that are using a cache key to the real resource location
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
redirect
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-
Field Details
-
Constructor Details
-
Method Details
-
redirect
@RequestMapping("/current-web-resources/**") public void redirect(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException - Throws:
IOException
-