arturobernalg opened a new pull request, #311: URL: https://github.com/apache/jspwiki/pull/311
### Summary This PR addresses [JSPWIKI-1056](https://issues.apache.org/jira/browse/JSPWIKI-1056) by adding utility methods to generate absolute URLs. These methods are used to send absolute URLs in email notifications for the login page, replacing the previous relative URLs. ### Changes - Added `getAbsoluteUrl(HttpServletRequest request, String relativeUrl)` and `getAbsoluteUrl(HttpServletRequest request)` methods in `HttpUtil`. - Included JUnit 5 tests to validate these new methods. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jspwiki.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org