Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
reset-password-5.0
Description
(Title was: workaround for NPE if request.getPathInfo() is null)
Reset Password uses HstRequestUtils#getCmsBaseURL and in 14.7.0 it cannot handle a null value for request#getPathInfo, see CMS-15038
We should be able to work around it in the Reset Password code base with a wrapper servlet request.
Maybe use org.hippoecm.hst.util.GenericHttpServletRequestWrapper
or its superclass javax.servlet.http.HttpServletRequestWrapper