482056 - Compact path before using it in getRequestDispatcher()
This commit is contained in:
parent
ea9c9d5f8d
commit
efecc0c8cf
|
@ -1274,6 +1274,8 @@ public class Request implements HttpServletRequest
|
|||
@Override
|
||||
public RequestDispatcher getRequestDispatcher(String path)
|
||||
{
|
||||
path = URIUtil.compactPath(path);
|
||||
|
||||
if (path == null || _context == null)
|
||||
return null;
|
||||
|
||||
|
|
Loading…
Reference in New Issue