Description
ResourceHandler.createResource methods should throw NPE.
Looking at the JavaDoc for the ResourceHandler we need to throw an NPE when the resourceName is null:
Throws:
NullPointerException - if resourceName is null.
Currently our behavior looks to just return null which is incorrect according to the specification.
Attachments
Attachments
Issue Links
- links to