Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.1.2
-
None
Description
RemoteCatalogArchetypeDataSource.getArchetypeCatalog calls RemoteCatalogArchetypeDataSource.getMirror.
RemoteCatalogArchetypeDataSource.getMirror calls legacySupport.getSession, then invokes getRequest on the returned value with no null check.
When the legacySupport session is null, this results in a NullPointerException.
The fix is to add a null check before calling session.getRequest.
Attachments
Issue Links
- links to