[MAGNOLIA-1168] Document root is always "/" Created: 27/Oct/06 Updated: 02/Nov/06 Resolved: 31/Oct/06 |
|
| Status: | Closed |
| Project: | Magnolia |
| Component/s: | None |
| Affects Version/s: | 3.0 RC3 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Critical |
| Reporter: | david hickman | Assignee: | Sameer Charles |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Linux, windows xp |
||
| Template: |
|
| Acceptance criteria: |
Empty
|
| Task DoD: |
[ ]*
Doc/release notes changes? Comment present?
[ ]*
Downstream builds green?
[ ]*
Solution information and context easily available?
[ ]*
Tests
[ ]*
FixVersion filled and not yet released
[ ] 
Architecture Decision Record (ADR)
|
| Bug DoR: |
[ ]*
Steps to reproduce, expected, and actual results filled
[ ]*
Affected version filled
|
| Date of First Response: |
| Description |
|
We are upgrading the application from "Magnolia 3.0-rc2-SNAPSHOT" to "Magnolia-3.0-rc3". The path settings are completely ignored when the document tree is displayed. I am passing in parameter "path=documents" to display matching URL folders. But this completely ignored and it shows all the folders in the document tree. Also when I click on a folder, it does not consider the folder name/id, and shows up the parent directories again. Am I missing anything or anything has to be configured? |
| Comments |
| Comment by Philipp Bracher [ 31/Oct/06 ] |
|
On a fresh installed RC4 I can browse the dms tree without any problems. |
| Comment by david hickman [ 31/Oct/06 ] |
|
We upgraded our application from "Magnolia 3.0-rc2-SNAPSHOT" to "Magnolia-3.0-rc4". ERROR info.magnolia.context.MgnlContext MgnlContext.java(getInstance:289) 31.10.2006 18:20:43 MgnlContext is not initialized, This could happen if the request does not go through magnolia default filters After adding code "MgnlContext.initAsWebContext(request);" to documentListComponent.jsp |
| Comment by david hickman [ 02/Nov/06 ] |
|
Hi, The issue is not yet resolved. Here are the details related to the configurations we made and the code we used. For further information about the issue please refer to the Support Case# Magnolia 1163 1. documentListComponent.jsp - This is the JSP Page which actually displays the Document Tree to the end user. Here is the code which we used in the page: /*
// Previous Code that was working fine in Magnolia 3.0 rc2 version 2. We created an Virtual URL Mapping Entry for the above file. Here are the details: fromURI - /doclist.html 3. In the home page we have an IFrame which is calling the above specified documentListcomponent.jsp page by using the above Virtual URI Mapping. Here is the code: In the RC2 Version we used to pass the root folder name (that needs to be displayed) as a parameter ("path=documents") in the above specified IFrame code (in the src attribute). But in the rc3/rc4 version, the core classes are not recognizing this parameter ("path=documents") and instead of showing specific parent folder ("documents") all the root folders in the document management system are shown. Even when we try to expand a specific parent node its showing the parent node for multiple times. FYI...
|
| Comment by Sameer Charles [ 02/Nov/06 ] |
|
David, we are not responsible for your code, use "Users list" for your questions |