<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 00:48:41 CET 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Magnolia - Issue tracker</title>
    <link>https://jira.magnolia-cms.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-uk</language>    <build-info>
        <version>9.4.2</version>
        <build-number>940002</build-number>
        <build-date>19-01-2023</build-date>
    </build-info>


<item>
            <title>[MGNLDMS-126] DMS Module Makes Web Pages With &quot;dms&quot; At Start Break</title>
                <link>https://jira.magnolia-cms.com/browse/MGNLDMS-126</link>
                <project id="10112" key="MGNLDMS">Document Management System (closed)</project>
                    <description>
&lt;p&gt;To reproduce:&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Create a new page in Magnolia instance running DMS module&lt;/li&gt;
	&lt;li&gt;Change the name of the new page to &quot;dms-page&quot;&lt;/li&gt;
	&lt;li&gt;Double-click the page icon to view it&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;Expected Behavior:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Page should display&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Actual Behavior:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Magnolia returns a 404&lt;/li&gt;
&lt;/ul&gt;

</description>
                <environment></environment>
        <key id="14740">MGNLDMS-126</key>
            <summary>DMS Module Makes Web Pages With &quot;dms&quot; At Start Break</summary>
                <type id="1" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10883&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.magnolia-cms.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="had">Jan Haderka</assignee>
                                    <reporter username="seanmctex">Sean McMains</reporter>
                        <labels>
                    </labels>
                <created>Thu, 3 Jul 2008 22:51:27 +0200</created>
                <updated>Thu, 3 Jul 2014 16:10:14 +0200</updated>
                            <resolved>Fri, 5 Sep 2008 10:57:35 +0200</resolved>
                                    <version>1.2.2</version>
                                    <fixVersion>1.2.6</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="16825" author="gjoseph" created="Thu, 3 Jul 2008 23:04:17 +0200"  >&lt;p&gt;If not related, this seems at least similar to &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MAGNOLIA-2064&quot; title=&quot;404 if a page has the same name as the webapp&amp;#39;s context&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MAGNOLIA-2064&quot;&gt;&lt;del&gt;MAGNOLIA-2064&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="16953" author="seanmctex" created="Tue, 8 Jul 2008 21:49:11 +0200"  >&lt;p&gt;Jeff, one of our programmers, has identified the issue as a missing slash in the URI 2 Repository mapping. Here&apos;s a patch that fixes the configuration and adds the bootstrap task. It appears to wholly fix the issue here.&lt;/p&gt;</comment>
                            <comment id="17037" author="jsnider" created="Fri, 11 Jul 2008 05:18:23 +0200"  >&lt;p&gt;We&apos;ve run into other issues with our proposed fix.  We&apos;re continuing to investigate the problem.  Please disregard the attached patch.&lt;/p&gt;</comment>
                            <comment id="17673" author="had" created="Wed, 3 Sep 2008 10:35:18 +0200"  >&lt;p&gt;Could you please describe what other issues you had with proposed patch? on first glance it looks fine. Thx.&lt;/p&gt;</comment>
                            <comment id="17765" author="jsnider" created="Thu, 4 Sep 2008 20:15:59 +0200"  >&lt;p&gt;What we found was that the URI 2 Repository mappings are actually two way, but only on some places.  Changing it from &quot;/dms&quot; to &quot;/dms/&quot; worked fine when browsing through the dms in admin central, but it broke from the editor paragraphs that had internal links back to the dms.  It created a link to &quot;/dms//folder/file.doc&quot;.  With the extra slash, it caused a 404.&lt;/p&gt;

&lt;p&gt;Since the problem only appears for root level pages and we create those pages for our users, we decided it was easier to just avoid it with process than programming.&lt;/p&gt;</comment>
                            <comment id="17770" author="gjoseph" created="Fri, 5 Sep 2008 02:25:40 +0200"  >&lt;p&gt;Jan, can you check this with regards to the fixes you&apos;ve made for the linked issues? &lt;/p&gt;</comment>
                            <comment id="17774" author="had" created="Fri, 5 Sep 2008 10:57:35 +0200"  >&lt;p&gt;Works fine with the other recent changes. Links constructed in the paragraph are fine as well and do not contain double slashes.&lt;br/&gt;
Now you documents in root starting with &quot;dms&quot; will not be mistaken for links to dms. But if you create document called dms, any children of such document will be still unreachable.&lt;/p&gt;</comment>
                            <comment id="17928" author="gjoseph" created="Fri, 12 Sep 2008 19:01:42 +0200"  >&lt;p&gt;Fixed version handler: now &lt;b&gt;safely&lt;/b&gt; check and modify the existing URIPrefix property instead of re-bootstrapping the complete mapping&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>relation</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="14171">MAGNOLIA-2064</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="15352">MGNLDMS-138</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="11442" name="MGNLDMS-126.patch" size="2245" author="seanmctex" created="Tue, 8 Jul 2008 21:49:11 +0200"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_14166" key="com.okapya.jira.checklist:checklist">
                        <customfieldname>Acceptance criteria</customfieldname>
                        <customfieldvalues>
                            
        <checklist>
        <![CDATA[
                            




                
                                    <div class="o-completion" style="display: flex; flex-shrink: 0;"><span  class="aui-lozenge aui-lozenge-complete" style="font-size: 12px; font-weight: normal; display: flex; flex-direction: row; align-items: center;" ><span style="padding-right: 4px; vertical-align: middle;"><svg width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" fill="white"><path clip-rule="evenodd" d="m10.41037,3.42544l-7.86501,0c-0.72395,0 -1.31084,0.58688 -1.31084,1.31084l0,7.86508c0,0.7239 0.58689,1.3108 1.31084,1.3108l7.86501,0c0.724,0 1.3109,-0.5869 1.3109,-1.3108l0,-7.86508c0,-0.72396 -0.5869,-1.31084 -1.3109,-1.31084zm-7.86501,-0.65542c-1.08593,0 -1.96626,0.88032 -1.96626,1.96626l0,7.86508c0,1.0859 0.88033,1.9662 1.96626,1.9662l7.86501,0c1.086,0 1.9663,-0.8803 1.9663,-1.9662l0,-7.86508c0,-1.08594 -0.8803,-1.96626 -1.9663,-1.96626l-7.86501,0z" fill-rule="evenodd"/><path d="m5.09049,10.18526l-1.82767,-1.82766l-0.78479,0.78479l2.61246,2.61246l5.38758,-5.38754l-0.78483,-0.78479l-4.60275,4.60274z"/></svg></span><span>Empty</span></span></div>
                        ]]>
    </checklist>


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10111" key="com.atlassian.jira.toolkit:reporterdomain">
                        <customfieldname>Company</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>magnolia-cms.com</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10031" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 3 Jul 2008 23:04:17 +0200</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_12730" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_14151" key="com.atlassian.jira.toolkit:message">
                        <customfieldname>Docu info</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10061" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comm is not jira-dev</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10071" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last participant</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>mmuehlebach</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            15 years, 24 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10020" key="com.atlassian.jira.toolkit:attachments">
                        <customfieldname>Number of attachments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10150" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname>Number of comments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>had</customfieldvalue>
            <customfieldvalue>jsnider</customfieldvalue>
            <customfieldvalue>gjoseph</customfieldvalue>
            <customfieldvalue>seanmctex</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03hmv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10244" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>20453</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_14145" key="com.intenso.jira.issue-templates:issue-templates-customfield">
                        <customfieldname>Template</customfieldname>
                        <customfieldvalues>
                            


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_15131" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Time in Discovery</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>