FragmentImpl.getFragments() can be null but is assumed not null
---------------------------------------------------------------
Key: JS2-472
URL: http://issues.apache.org/jira/browse/JS2-472
Project: Jetspeed 2
Type: Bug
Versions: 2.1-dev
Reporter: David Jencks
org.apache.jetspeed.om.page.psml.FragmentImpl.getFragments() can return null if
all fragments fail the security check: see line 560.
However, ContentFragmentImpl assumes that a non-null value is returned: for
instance in ContentFragmentList.duplicateList().
I assume the best fix is to always return a list, even if empty.
I will supply a patch in the next day or two.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]