Details
Description
When I try to use maven goal - import to setup DatabasePageManager, I found that it will not insert <users/> element value which is defined in page.security into table PAGE_SEC_CONSTRAINT_REF column USER_PRINCIPALS_ACL.
The following is a snippet of page.security:
<security-constraint>
<users>*</users>
<permissions>view</permissions>
</security-constraint>