[
https://issues.apache.org/jira/browse/JCR-1932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jukka Zitting updated JCR-1932:
-------------------------------
Component/s: (was: JCR API)
jackrabbit-core
Priority: Minor (was: Major)
Affects Version/s: 1.0
1.0.1
1.1
1.1.1
1.2.1
1.2.2
1.2.3
1.3
1.3.1
1.3.3
1.3.4
1.4
core 1.4.1
core 1.4.2
core 1.4.3
core 1.4.4
core 1.4.5
core 1.4.6
1.5.0
core 1.4.7
1.5.2
core 1.4.8
Assignee: Jukka Zitting
> Session.getAttributes( ) call always returns an empty array
> -----------------------------------------------------------
>
> Key: JCR-1932
> URL: https://issues.apache.org/jira/browse/JCR-1932
> Project: Jackrabbit Content Repository
> Issue Type: Bug
> Components: jackrabbit-core
> Affects Versions: 1.0, 1.0.1, 1.1, 1.1.1, 1.2.1, 1.2.2, 1.2.3, 1.3, 1.3.1,
> 1.3.3, 1.3.4, 1.4, core 1.4.1, core 1.4.2, core 1.4.3, core 1.4.4, core
> 1.4.5, core 1.4.6, 1.5.0, core 1.4.7, 1.5.2, core 1.4.8
> Reporter: alessandro cosenza
> Assignee: Jukka Zitting
> Priority: Minor
> Attachments: bug.txt
>
>
> Repository repository = new
> RMIRemoteRepository("//localhost:1099/jackrabbit.repository");
> SimpleCredentials c = new SimpleCredentials("alex","ok".toCharArray());
> c.setAttribute("anAttribute", "aValue");
> Session s = repository.login(c, "aWorkspace");
> String[]attr=s.getAttributeNames();
> array attr is empty.
> according to docs it should contains attributes from the SimpleCredentials
> object.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.