Package io.camunda.webapps.util
Class HttpUtils
java.lang.Object
io.camunda.webapps.util.HttpUtils
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetRequestedUrl(jakarta.servlet.http.HttpServletRequest request) Builds the full requested URL from anHttpServletRequest.
-
Field Details
-
REQUESTED_URL
- See Also:
-
-
Method Details
-
getRequestedUrl
Builds the full requested URL from anHttpServletRequest.Combines the request URI (excluding the context path) and the query string to form the complete URL requested by the client.
- Parameters:
request- theHttpServletRequestto extract the URL from
-