Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0 M2, 2.7.1
-
Component/s: Storage
-
Labels:None
-
Difficulty:Unknown
-
Similar issues:
XWIKI-4118BaseObject.getDocumentSyntaxId does not work in multiwiki XWIKI-8813Liquibase does properly determine the schema in multiwiki migration (except MySQL) XWIKI-4773JumpToPage feature does not work in path-based multiwiki XWIKI-8480 Ok button does not work properly on Date Picker on IE's XWIKI-1925Basic Auth does not work properly XWIKI-8964HQL and XWQL REST search does not work in multiwiki mode XWIKI-8471Unable to index the entire farm with Solr, in a multiwiki environment. XWIKI-4550java.lang.StackOverflowError in XWikiRightServiceImpl#checkRight when group is member of itself XWIKI-826RSS feed for modified pages is not working with HSQLDB in the default wiki XWIKI-6324 Annotations UI does not work in multiwiki mode in other than the main wiki
Description
The methods search for documents names and then resolve the XWikiDocument but before that it check for current user right on each documentt to resolve. The problem is that all this is done in the same hibernate session which makes impossible for checkRight to switch database to check wiki owner, PR right etc...
Issue Links
- is duplicated by
-
XAWM-136
Creating a subwiki using specific template works, but throws exception at the end
-
Activity
Thomas Mortagne
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Thomas Mortagne [ tmortagne ] |
Thomas Mortagne
made changes -
| Status | Open [ 1 ] | In Progress [ 3 ] |
Thomas Mortagne
made changes -
| Fix Version/s | 2.7.2 [ 12020 ] | |
| Fix Version/s | 3.0 M3 [ 11991 ] | |
| Description | The methods get search for documents names and then resolve the XWikiDocument but before that it check for current user right on documentt to resolve. The problem is that all this is done in the same session which makes impossible for checkRight to switch database to check wiki owner, PR right etc... | The methods search for documents names and then resolve the XWikiDocument but before that it check for current user right on each documentt to resolve. The problem is that all this is done in the same hibernate session which makes impossible for checkRight to switch database to check wiki owner, PR right etc... |
Thomas Mortagne
made changes -
| Status | In Progress [ 3 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
Thomas Mortagne
made changes -