Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.2.0.GA, 3.3
-
Fix Version/s: EE-3.3.0.GA_P02
-
Component/s: Framework
-
Labels:None
-
Environment:Any
Description
Work done in ICE-8772 left open the possibility for a NullPointerException when pathInfo is not part of the request URL.
The initial work was to help secure requests with URLs that might contain relative references. This meant getting and assessing the pathInfo but did not guard against pathInfo being null.
The initial work was to help secure requests with URLs that might contain relative references. This meant getting and assessing the pathInfo but did not guard against pathInfo being null.
Issue Links
- is duplicated by
-
ICE-9939 NPE in CompatResourceServlet on URL's without path info ("http://host/url-pattern/")
- Open
Activity
Deryk Sinotte
created issue -
Deryk Sinotte
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Deryk Sinotte [ deryk.sinotte ] |
Deryk Sinotte
made changes -
Fix Version/s | EE-3.3.0.GA_P02 [ 11371 ] |
Deryk Sinotte
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Kairat Rakhimov
made changes -
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Added a guard against pathInfo being null: