<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 01:47:47 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>[MGNLETK-27] Multi site support and virtualURIMappings don&apos;t play nice together: can not resolve site definition</title>
                <link>https://jira.magnolia-cms.com/browse/MGNLETK-27</link>
                <project id="10290" key="MGNLETK">Extended Templating Kit (closed)</project>
                    <description>&lt;p&gt;This only happens when you are browning your site on the admin server, and have the site name in the url (no host mapping)&lt;/p&gt;

&lt;p&gt;for instance: I have this page: &lt;a href=&quot;http://localhost:8080/festival/event.html?name=Kasabian&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/festival/event.html?name=Kasabian&lt;/a&gt;&lt;br/&gt;
on the public instance this page would get an ulr like this: festivalsite.vpro.nl/event.html?name=Kasabian&lt;br/&gt;
But our editors will see the site through the (production version of the) first link&lt;/p&gt;

&lt;p&gt;the site root node name is &apos;festival&apos; and the site def node name is &apos;festivalsites&apos;&lt;/p&gt;

&lt;p&gt;I create links to this page &apos;manually&apos; , and i ran into the problem that I would have to know if the site name should be part of the url or not.&lt;br/&gt;
so i first obtain the content node of the site, and then use LinkUtil.createAbsoluteLink(siteNode) to create a valid link to the site root. then i add /the part to the event page.&lt;/p&gt;

&lt;p&gt;My first surprise was that if you open the site from the admin central, the site name is used, like localhost:8080/festival, but the LinkUtil (used by all stk teasers) appends the site definition name in stead. But both seem to work, so OK.&lt;br/&gt;
so far so good.&lt;/p&gt;

&lt;p&gt;But we also want to use virtalURIMappings, to create nice urls  to this page (and page caching), like:&lt;br/&gt;
festivalsite.vpro.nl/event/Kasabian.html&lt;/p&gt;

&lt;p&gt;so i created the virtualURIMapping, and it works well on url&apos;s without the sitename. It also works well on url&apos;s with the site name, like:&lt;br/&gt;
&lt;a href=&quot;http://localhost:8080/festival/event/Kasabian.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/festival/event/Kasabian.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;But, alas, the url i got from LinkUtil, doesn&apos;t have the site node name, but the site definition node name, so the url becomes:&lt;br/&gt;
&lt;a href=&quot;http://localhost:8080/festivalsites/event/Kasabian.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/festivalsites/event/Kasabian.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;which throws an error: &lt;br/&gt;
get(cssFiles) failed on instance of info.magnolia.module.templatingkit.style.ThemeReference&lt;br/&gt;
The problematic instruction:&lt;br/&gt;
----------&lt;br/&gt;
==&amp;gt; list model.site.theme.cssFiles as cssFile &lt;span class=&quot;error&quot;&gt;&amp;#91;on line 18, column 1 in templating-kit/templates/global/htmlHeader.ftl&amp;#93;&lt;/span&gt;&lt;br/&gt;
 in include def.htmlHeader.template &lt;span class=&quot;error&quot;&gt;&amp;#91;on line 8, column 4 in templating-kit/templates/main.ftl&amp;#93;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;here is an xml dump from my virtualURIMapping configuration:&lt;/p&gt;

&lt;p&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;&lt;br/&gt;
&amp;lt;sv:node sv:name=&quot;events&quot; xmlns:sv=&quot;http://www.jcp.org/jcr/sv/1.0&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&amp;gt;&lt;br/&gt;
  &amp;lt;sv:property sv:name=&quot;jcr:primaryType&quot; sv:type=&quot;Name&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;sv:value&amp;gt;mgnl:contentNode&amp;lt;/sv:value&amp;gt;&lt;br/&gt;
  &amp;lt;/sv:property&amp;gt;&lt;br/&gt;
  &amp;lt;sv:property sv:name=&quot;jcr:uuid&quot; sv:type=&quot;String&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;sv:value&amp;gt;2e197e62-7451-4caf-bfe4-77248a7091f2&amp;lt;/sv:value&amp;gt;&lt;br/&gt;
  &amp;lt;/sv:property&amp;gt;&lt;br/&gt;
  &amp;lt;sv:property sv:name=&quot;class&quot; sv:type=&quot;String&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;sv:value&amp;gt;info.magnolia.cms.beans.config.RegexpVirtualURIMapping&amp;lt;/sv:value&amp;gt;&lt;br/&gt;
  &amp;lt;/sv:property&amp;gt;&lt;br/&gt;
  &amp;lt;sv:property sv:name=&quot;fromURI&quot; sv:type=&quot;String&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;sv:value&amp;gt;(.*)/event/(&lt;span class=&quot;error&quot;&gt;&amp;#91;\w-&amp;#93;&lt;/span&gt;+)\.html&amp;lt;/sv:value&amp;gt;&lt;br/&gt;
  &amp;lt;/sv:property&amp;gt;&lt;br/&gt;
  &amp;lt;sv:property sv:name=&quot;toURI&quot; sv:type=&quot;String&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;sv:value&amp;gt;forward:$1/event.html?name=$2&amp;lt;/sv:value&amp;gt;&lt;br/&gt;
  &amp;lt;/sv:property&amp;gt;&lt;br/&gt;
  &amp;lt;sv:node sv:name=&quot;MetaData&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;sv:property sv:name=&quot;jcr:primaryType&quot; sv:type=&quot;Name&quot;&amp;gt;&lt;br/&gt;
      &amp;lt;sv:value&amp;gt;mgnl:metaData&amp;lt;/sv:value&amp;gt;&lt;br/&gt;
    &amp;lt;/sv:property&amp;gt;&lt;br/&gt;
    &amp;lt;sv:property sv:name=&quot;mgnl:Data&quot; sv:type=&quot;String&quot;&amp;gt;&lt;br/&gt;
      &amp;lt;sv:value&amp;gt;MetaData&amp;lt;/sv:value&amp;gt;&lt;br/&gt;
    &amp;lt;/sv:property&amp;gt;&lt;br/&gt;
    &amp;lt;sv:property sv:name=&quot;mgnl:activated&quot; sv:type=&quot;Boolean&quot;&amp;gt;&lt;br/&gt;
      &amp;lt;sv:value&amp;gt;false&amp;lt;/sv:value&amp;gt;&lt;br/&gt;
    &amp;lt;/sv:property&amp;gt;&lt;br/&gt;
    &amp;lt;sv:property sv:name=&quot;mgnl:authorid&quot; sv:type=&quot;String&quot;&amp;gt;&lt;br/&gt;
      &amp;lt;sv:value&amp;gt;superuser&amp;lt;/sv:value&amp;gt;&lt;br/&gt;
    &amp;lt;/sv:property&amp;gt;&lt;br/&gt;
    &amp;lt;sv:property sv:name=&quot;mgnl:creationdate&quot; sv:type=&quot;String&quot;&amp;gt;&lt;br/&gt;
      &amp;lt;sv:value&amp;gt;2004-11-02T15:34:20.479+01:00&amp;lt;/sv:value&amp;gt;&lt;br/&gt;
    &amp;lt;/sv:property&amp;gt;&lt;br/&gt;
    &amp;lt;sv:property sv:name=&quot;mgnl:lastmodified&quot; sv:type=&quot;Date&quot;&amp;gt;&lt;br/&gt;
      &amp;lt;sv:value&amp;gt;2010-05-12T14:44:23.929+02:00&amp;lt;/sv:value&amp;gt;&lt;br/&gt;
    &amp;lt;/sv:property&amp;gt;&lt;br/&gt;
  &amp;lt;/sv:node&amp;gt;&lt;br/&gt;
&amp;lt;/sv:node&amp;gt;&lt;/p&gt;

&lt;p&gt;For some reason the site definition and the related style can not be resolved. (don&apos;t know why)&lt;/p&gt;

&lt;p&gt;by the way, &lt;a href=&quot;http://localhost:8080/festivalsites/event.html?name=Kasabian&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/festivalsites/event.html?name=Kasabian&lt;/a&gt; works equally wel as &lt;a href=&quot;http://localhost:8080/festival/event.html?name=Kasabian&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/festival/event.html?name=Kasabian&lt;/a&gt;&lt;/p&gt;
</description>
                <environment></environment>
        <key id="18455">MGNLETK-27</key>
            <summary>Multi site support and virtualURIMappings don&apos;t play nice together: can not resolve site definition</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="ebunders">Ernst Bunders</reporter>
                        <labels>
                            <label>multisite</label>
                            <label>vpro</label>
                    </labels>
                <created>Wed, 12 May 2010 14:54:54 +0200</created>
                <updated>Thu, 3 Jul 2014 16:40:26 +0200</updated>
                            <resolved>Wed, 26 May 2010 17:20:30 +0200</resolved>
                                    <version>1.3</version>
                                    <fixVersion>1.3.1</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="28306" author="ebunders" created="Wed, 12 May 2010 17:16:51 +0200"  >&lt;p&gt;I just found another bug that is closely related to this one.&lt;br/&gt;
The following thing happens: &lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;if i open the &apos;tegenlicht&apos; site from the admin central, i go to the url with the site node name in it: &lt;a href=&quot;http://redactie.test.vpro.nl/tegenlicht/nieuws.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://redactie.test.vpro.nl/tegenlicht/nieuws.html&lt;/a&gt; (the site node name is used in the url)&lt;/li&gt;
	&lt;li&gt;now i&apos;m on the news overview page, with a lot of news, if i use the paging navigation to see the next/previous overview page, all is well: the site node name is in the url.&lt;/li&gt;
	&lt;li&gt;if i use any other navigation (section navigation, teasers), the url is created with the site definition name: &lt;a href=&quot;http://redactie.test.vpro.nl/pip/afleveringen.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://redactie.test.vpro.nl/pip/afleveringen.html&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;so now i&apos;m on the &apos;pip&apos; variation. If i go back to the news overview page, and try the paging navigation again, I get urls like: &lt;a href=&quot;http://redactie.test.vpro.nl/nieuws.html?currentPage=2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://redactie.test.vpro.nl/nieuws.html?currentPage=2&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;there is no site reference in the url any more, resulting in an error &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/sad.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;It seems to me that site definition name should not be used. just stick to the site name, and all seams to be well.&lt;/p&gt;</comment>
                            <comment id="28308" author="pbaerfuss" created="Wed, 12 May 2010 18:35:54 +0200"  >&lt;p&gt;To investigate upon that few things would be helpful:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;stacktrace of the error&lt;/li&gt;
	&lt;li&gt;are you using ETK 1.3 or the 1.3.1-SNAPSHOT (in which we solved related issues so far)&lt;/li&gt;
	&lt;li&gt;attach an export of the site definitions: /modules/extended-templating-kit/config/sites&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;The site name is used to ensure that the site can be detected in the authoring environment. Two links are supported:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;full path (for instance when you open a page in the website tree)&lt;/li&gt;
	&lt;li&gt;/sitename/shortened-uri (for rendereded content)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This kind of site-aware links were introduced to solve problems when you combine the mutlisite and i18n feature (the uri does not necessarily represent the content&apos;s path)&lt;/p&gt;

&lt;p&gt;I don&apos;t know why this is failing in combination with virtual uri mappings but we will try to debug it.&lt;/p&gt;

&lt;p&gt;In case you are not using the i18n feature you could disable the site aware links by doing the following:&lt;/p&gt;

&lt;p&gt;--&amp;gt; change the value of &lt;tt&gt;/server/rendering/linkManagement/class&lt;/tt&gt; from &lt;tt&gt;info.magnolia.module.extendedtemplatingkit.ETKLinkTransformerManager&lt;/tt&gt; to &lt;tt&gt;info.magnolia.link.LinkTransformerManager&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;Jan wrote recently a blog post explaining that in more details for those who are interested: &lt;a href=&quot;http://weblogs.java.net/blog/rah003/archive/2010/05/03/once-more-multi-site-support&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://weblogs.java.net/blog/rah003/archive/2010/05/03/once-more-multi-site-support&lt;/a&gt;&lt;/p&gt;



</comment>
                            <comment id="28312" author="had" created="Thu, 13 May 2010 11:32:00 +0200"  >&lt;p&gt;I&apos;m not able to reproduce the exact issue, however I can confirm that VirtualUriFilter looses site information on &lt;tt&gt;forward:&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;This issue should be fixed in latest snapshot of ETK [1]. In order to deploy the fix, please replace the existing ETK jar with the snapshot and change the &lt;tt&gt;config://server/filters/virtualURI/class&lt;/tt&gt; to &lt;tt&gt;info.magnolia.module.extendedtemplatingkit.filters.ETKVirtualUriFilter&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;In order to further investigate the original issue, please provide the info metioned by Philipp in the comment above.&lt;/p&gt;

&lt;p&gt;[1] &lt;a href=&quot;http:////repo.magnolia-cms.com/sites/repo/enterprise-snapshots/info/magnolia/magnolia-module-extended-templating-kit/1.3.1-SNAPSHOT/magnolia-module-extended-templating-kit-1.3.1-20100513.093142-6.jar&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http:////repo.magnolia-cms.com/sites/repo/enterprise-snapshots/info/magnolia/magnolia-module-extended-templating-kit/1.3.1-SNAPSHOT/magnolia-module-extended-templating-kit-1.3.1-20100513.093142-6.jar&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="28320" author="had" created="Thu, 13 May 2010 17:48:16 +0200"  >&lt;p&gt;Deployed latest snapshot at [1]&lt;br/&gt;
This snapshot should fix your problem even without need to reconfigure &lt;tt&gt;VirtualUriFilter&lt;/tt&gt;.&lt;br/&gt;
However please note that without additional information from you I&apos;m not able to fully confirm the fix.&lt;/p&gt;

&lt;p&gt;[1] &lt;a href=&quot;http://repo.magnolia-cms.com/sites/repo/enterprise-snapshots/info/magnolia/magnolia-module-extended-templating-kit/1.3.1-SNAPSHOT/magnolia-module-extended-templating-kit-1.3.1-20100513.154911-7.jar&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://repo.magnolia-cms.com/sites/repo/enterprise-snapshots/info/magnolia/magnolia-module-extended-templating-kit/1.3.1-SNAPSHOT/magnolia-module-extended-templating-kit-1.3.1-20100513.154911-7.jar&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="28322" author="ebunders" created="Fri, 14 May 2010 12:51:27 +0200"  >&lt;p&gt;hello Jan&lt;/p&gt;

&lt;p&gt;I tried you new jar, but i can not see a difference. Both bugs are still there. I consider the fact that the site definition name is used in by magnolia to create links as the core of the problem, that is: both errors won&apos;t occur if the link is used with the site node name in stead of the site definition node name. but I&apos;m not sure.&lt;/p&gt;

&lt;p&gt;I attach a couple of files. &lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;in stacktraces.txt i elaborate some on both bugs, and attach stacktraces to them.&lt;/li&gt;
	&lt;li&gt;config.sites.festivals.xml contains the site definition of the site with name &apos;festival&apos;&lt;/li&gt;
	&lt;li&gt;config.sites.pip.xml contains the site definition of the site with name &apos;tegenlicht&apos;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;So, I hope this information is helpfull. Keep me posted. for us resolving this problem is top prioritoy, so if you need anything from me, let me know as soon as you can.&lt;/p&gt;</comment>
                            <comment id="28323" author="ebunders" created="Fri, 14 May 2010 12:53:23 +0200"  >&lt;p&gt;The promised files.&lt;/p&gt;</comment>
                            <comment id="28324" author="had" created="Fri, 14 May 2010 13:13:15 +0200"  >&lt;p&gt;Hi Ernst,&lt;/p&gt;

&lt;p&gt;thanks for the additional info. I&apos;m looking into it right now.&lt;/p&gt;

&lt;p&gt;Jan&lt;/p&gt;</comment>
                            <comment id="28325" author="had" created="Fri, 14 May 2010 13:16:01 +0200"  >&lt;p&gt;One additional question - did you try switching off &lt;tt&gt;ETKLinkTransformerManager&lt;/tt&gt; as suggested by Philipp?&lt;br/&gt;
And if not, can you please try?&lt;/p&gt;</comment>
                            <comment id="28326" author="ebunders" created="Fri, 14 May 2010 13:40:46 +0200"  >&lt;p&gt;hello Jan&lt;/p&gt;

&lt;p&gt;I hadn&apos;t tried it yet indeed. I just did, and the following happens:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;I start with admin central on a global host name (not bound to a site def): &lt;a href=&quot;http://localhost:8080/.magnolia/pages/adminCentral.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/.magnolia/pages/adminCentral.html&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;when i click the homepage node of, say, the &apos;tegenlicht&apos; site, i go to: &lt;a href=&quot;http://localhost:8080/tegenlicht.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/tegenlicht.html&lt;/a&gt; (no site name or site def name in the url). This works.&lt;/li&gt;
	&lt;li&gt;if I look at the urls that are created on this page is see:
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;for section links: &lt;a href=&quot;http://localhost:8080/nieuws.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/nieuws.html&lt;/a&gt; (no site reference, won&apos;t work)&lt;/li&gt;
		&lt;li&gt;for (internal) teasers: &lt;a href=&quot;http://localhost:8080/afleveringen/het-bankroet-van-lehman-brothers.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/afleveringen/het-bankroet-van-lehman-brothers.html&lt;/a&gt; (no site reference, won&apos;t work)&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;if i jump from admin central to a page deeper in the site hierarchy (say the news section)  I go to: &lt;a href=&quot;http://localhost:8080/tegenlicht/nieuws.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/tegenlicht/nieuws.html&lt;/a&gt;, which is fine, but:
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;section navigation links are still  devoid of any site reference: &lt;a href=&quot;http://localhost:8080/afleveringen.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/afleveringen.html&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;teaser links same thing: &lt;a href=&quot;http://localhost:8080/dossiers.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/dossiers.html&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;bug, lo and behold, the paging links do work: &lt;a href=&quot;http://localhost:8080/tegenlicht/nieuws.html?currentPage=4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/tegenlicht/nieuws.html?currentPage=4&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Is this enough information for you?&lt;/p&gt;

</comment>
                            <comment id="28327" author="had" created="Fri, 14 May 2010 13:59:35 +0200"  >&lt;p&gt;Yes it is enough. I believe I found the real problem here.&lt;br/&gt;
If I&apos;m correct using latest snapshot of ETK and changing extension in the link to &lt;tt&gt;jsp&lt;/tt&gt; would cause it to work as expected - i.e. &lt;tt&gt;&lt;a href=&quot;http://localhost:8080/festivalsites/event/Kasabian.jsp&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/festivalsites/event/Kasabian.jsp&lt;/a&gt;&lt;/tt&gt;. In the past JSPs have been treated specially - context is not reset for them but kept instead. Since then we introduced FreeMarker rendering and IMHO we should treat all the redirects the same as those to JSP pages.&lt;/p&gt;</comment>
                            <comment id="28328" author="ebunders" created="Fri, 14 May 2010 14:07:28 +0200"  >&lt;p&gt;hello Jan&lt;/p&gt;

&lt;p&gt;Do you want me to test this? if so:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;should I test it with the ETKLinkTransformerManager or the LinkTransformerManager&lt;/li&gt;
	&lt;li&gt;should i reconfigure magnolia to serve freemarker on the jsp extension, and if so: how do i do that?&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;regards,&lt;/p&gt;

&lt;p&gt;Ernst&lt;/p&gt;</comment>
                            <comment id="28329" author="had" created="Fri, 14 May 2010 14:16:13 +0200"  >&lt;p&gt;You can test it if you want. It is definitively the cause of failure of my local tests, but since our setup might not be exactly the same, it would be good if you can confirm it too.&lt;br/&gt;
Use the &lt;tt&gt;ETKLinkTransformerManager&lt;/tt&gt;. &lt;br/&gt;
There is no additional configuration necessary for that. &lt;tt&gt;TemplateRenderer&lt;/tt&gt; for rendering any given page is chosen from the type of the &lt;tt&gt;Template&lt;/tt&gt; associated with the page. Extension is used only in special cases where you have more then one templates assigned to a page otherwise it is ignored. &lt;br/&gt;
So you can just change the &lt;tt&gt;LinkTransformerManager&lt;/tt&gt; and then click on the link from my previous comment and it should work (with the latest (20100513.154911-7) snapshot of ETK).&lt;/p&gt;</comment>
                            <comment id="28330" author="had" created="Fri, 14 May 2010 14:44:46 +0200"  >&lt;p&gt;Nevermind, this will not fix your problem, there is a deeper issue which I need to tackle first.&lt;/p&gt;</comment>
                            <comment id="28331" author="had" created="Fri, 14 May 2010 17:11:53 +0200"  >&lt;p&gt;So to summarize:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;there is a deeper issue involved related to resetting &lt;tt&gt;AggregationState&lt;/tt&gt; completely and therefore removing all the &lt;tt&gt;Site&lt;/tt&gt; related information on &lt;tt&gt;forward&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;fixing this issue has impact on other parts of the code such as &lt;tt&gt;URI2RepositoryMapping&lt;/tt&gt; and has to be done in &lt;tt&gt;magnolia-core&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;temporary workaround for the issue (passing site info in the request) is implemented in [1] and can be tested (doesn&apos;t require any additional configuration changes. Use &lt;tt&gt;ETKLinkTransformerManager&lt;/tt&gt; and default &lt;tt&gt;VirtualURIFilter&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;the second part of the issue (pagination) is reported as &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLSTK-622&quot; title=&quot;Paging links are not correctly generated in multi-site setup&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLSTK-622&quot;&gt;&lt;del&gt;MGNLSTK-622&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLSTK-623&quot; title=&quot;Review all places where links are generated in STK&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLSTK-623&quot;&gt;&lt;del&gt;MGNLSTK-623&lt;/del&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;I&apos;ll try to provide you with workaround for this problem shortly&lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;[1] &lt;a href=&quot;http://repo.magnolia-cms.com/sites/repo/enterprise-snapshots/info/magnolia/magnolia-module-extended-templating-kit/1.3.1-SNAPSHOT/magnolia-module-extended-templating-kit-1.3.1-20100514.150330-8.jar&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://repo.magnolia-cms.com/sites/repo/enterprise-snapshots/info/magnolia/magnolia-module-extended-templating-kit/1.3.1-SNAPSHOT/magnolia-module-extended-templating-kit-1.3.1-20100514.150330-8.jar&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="28359" author="ebunders" created="Fri, 14 May 2010 17:25:23 +0200"  >&lt;p&gt;Hello Jan&lt;/p&gt;

&lt;p&gt;I&apos;m a bit confused by your remarks. Assuming you are strictly talking about the virtualURIMapping problem: it already works provided that the site node name is in the url and not the site definition node name, as is the case with links generated by magnolia. So&lt;br/&gt;
&lt;a href=&quot;http://localhost:8080/festival/event/test.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/festival/event/test.html&lt;/a&gt; works (the page &lt;a href=&quot;http://localhost:8080/festival/event.html?name=test&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/festival/event.html?name=test&lt;/a&gt; is displayed)&lt;br/&gt;
but &lt;br/&gt;
&lt;a href=&quot;http://localhost:8080/festivalsites/event/test.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/festivalsites/event/test.html&lt;/a&gt; does not.&lt;br/&gt;
The only difference is the festival vs. festivalsites part in the url, ie. the site node name vs. the site definition node name.&lt;/p&gt;

&lt;p&gt;The second issue has similar characteristics. The wrong urls are created. Call the pages with the site node name in the url and problems are gone.&lt;/p&gt;

&lt;p&gt;What am i missing?&lt;/p&gt;</comment>
                            <comment id="28379" author="had" created="Fri, 14 May 2010 18:33:35 +0200"  >&lt;blockquote&gt;
&lt;p&gt;So &lt;a href=&quot;http://localhost:8080/festival/event/test.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/festival/event/test.html&lt;/a&gt; works (the page &lt;a href=&quot;http://localhost:8080/festival/event.html?name=test&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/festival/event.html?name=test&lt;/a&gt; is displayed)&lt;br/&gt;
but &lt;br/&gt;
&lt;a href=&quot;http://localhost:8080/festivalsites/event/test.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8080/festivalsites/event/test.html&lt;/a&gt; does not.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;With the &lt;a href=&quot;http://repo.magnolia-cms.com/sites/repo/enterprise-snapshots/info/magnolia/magnolia-module-extended-templating-kit/1.3.1-SNAPSHOT/magnolia-module-extended-templating-kit-1.3.1-20100514.163115-9.jar&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;latest snapshot&lt;/a&gt; both URLs should work. The one with site root node as well as the one with site definition name.&lt;/p&gt;

&lt;p&gt;What you are missing is probably flow of what is happening behind the scene when using multisite and virtual uri mappings and how the URI is transformed to the handle in general. Without trying to get into too many details:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;&lt;tt&gt;MultisiteFilter&lt;/tt&gt; should resolve the site and remove all site specific info from the URIs (be it the site root node info or the site name)&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;VirtualURIFilter&lt;/tt&gt; forwards/redirects to URI specified in the mapping (and is utterly unaware of any ops done on the URI prior its execution), possibly forcing re-execution of the whole chain&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;Site&lt;/tt&gt; and &lt;tt&gt;URI2RepoMapping&lt;/tt&gt; are used in the end to resolve the content&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;The whole issue is around the fact that while forwarding the request, &lt;tt&gt;VirtualURIFilter&lt;/tt&gt; was also causing loss of the site information (due to cleanup actions triggered by &lt;tt&gt;forward&lt;/tt&gt; ).&lt;br/&gt;
This latest snaphot has conatins 2 changes in comparison to trunk code - it keeps track of the resolved site definitions on forward and it also doesn&apos;t try to shorten the path, removing only the site info. The second part should not have impact on your problem, but I left it that way to make sure the VirtualURIMappings are not affected in case you are using some patterns the rely on the existence of the site root node name in the URI.&lt;/p&gt;

&lt;p&gt;The second issue, while seemingly very similar, has completely different cause. It&apos;s caused by the fact that models were assembling links for pagination and navigation manually instead of using LinkUtil which knows is aware of the site related mappings.&lt;/p&gt;</comment>
                            <comment id="28380" author="had" created="Fri, 14 May 2010 18:41:50 +0200"  >&lt;p&gt;To deal with the second part of the issue (links on pagination) I&apos;ve deployed the &lt;a href=&quot;http://repo.magnolia-cms.com/sites/repo/snapshots/info/magnolia/magnolia-module-standard-templating-kit/1.3.1-SNAPSHOT/magnolia-module-standard-templating-kit-1.3.1-20100514.163850-3.jar&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;STK snapshot &lt;/a&gt; with the fix.&lt;br/&gt;
If you do not have demo-project installed on your server you can use the snaphot to replace existing &lt;tt&gt;magnolia-module-standard-templating-kit-1.3.1.jar&lt;/tt&gt;. &lt;br/&gt;
In case you have demo-project installed, you need to extract &lt;tt&gt;info/magnolia/module/templatingkit/paragraphs/AbstractItemListModel.class&lt;/tt&gt; and &lt;tt&gt;info/magnolia/module/templatingkit/paragraphs/EventsOverwievModel.class&lt;/tt&gt; and place them to &lt;tt&gt;WEB-INF/lib&lt;/tt&gt; folder to prevent the dependency conflict issues.&lt;/p&gt;</comment>
                            <comment id="28400" author="ebunders" created="Mon, 17 May 2010 12:32:40 +0200"  >&lt;p&gt;I&apos;v been testing all morning and it is looking good! We are going to go ahead with these fixes.&lt;br/&gt;
Thanks for the effort. We keep testing, so perhaps it is a good idea to keep this issue open for another day or so.&lt;/p&gt;
</comment>
                            <comment id="28401" author="had" created="Mon, 17 May 2010 12:37:59 +0200"  >&lt;blockquote&gt;&lt;p&gt;&apos;v been testing all morning and it is looking good! We are going to go ahead with these fixes.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Thanks for the feedback.&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;Thanks for the effort. We keep testing, so perhaps it is a good idea to keep this issue open for another day or so.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Absolutely. I still don&apos;t consider issue fixed. What I did was just apply workaround for &lt;tt&gt;MultiSiteFilter&lt;/tt&gt; to track &lt;tt&gt;Site&lt;/tt&gt; itself so you can go ahead. This still need to be fixed at the &lt;tt&gt;AggregationState&lt;/tt&gt; level before we can close this issue.&lt;/p&gt;

&lt;p&gt;If you find any more issues with the multisite support let me know so we can include tests for it as well on top of all other tests already mentioned by Philipp.&lt;/p&gt;
</comment>
                            <comment id="28414" author="ebunders" created="Mon, 17 May 2010 12:58:09 +0200"  >&lt;p&gt;One small request: would it be possible to create source jars for the snapshot jars as well? We use those quite extensively, especially the stk one. It is quite inconvenient to have to do without them.&lt;br/&gt;
Thanks &lt;/p&gt;</comment>
                            <comment id="28419" author="had" created="Mon, 17 May 2010 13:18:42 +0200"  >&lt;p&gt;Deployed &lt;a href=&quot;http://repo.magnolia-cms.com/snapshots/info/magnolia/magnolia-module-standard-templating-kit/1.3.1-SNAPSHOT/magnolia-module-standard-templating-kit-1.3.1-20100517.111844-5.jar&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;STK &lt;/a&gt; and &lt;a href=&quot;http://repo.magnolia-cms.com/enterprise-snapshots/info/magnolia/magnolia-module-extended-templating-kit/1.3.1-SNAPSHOT/magnolia-module-extended-templating-kit-1.3.1-20100517.112043-10.jar&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ETK &lt;/a&gt; again, both with sources this time.&lt;/p&gt;</comment>
                            <comment id="28423" author="ebunders" created="Mon, 17 May 2010 16:35:28 +0200"  >&lt;p&gt;For completeness: I add the contents of the mail i just sent here as well, as it appears to be caused by the etk snapshot jar&lt;/p&gt;

&lt;p&gt;We are now experiencing a new problem: we can not activate content anymore.&lt;br/&gt;
It does not happen in all the workspaces (the simplemedia media&lt;br/&gt;
workspace works ok, for instance), but the website and data module are&lt;br/&gt;
affected.&lt;/p&gt;

&lt;p&gt;I send you a piece of the stacktrace, which is very long, because&lt;br/&gt;
something starts to loop.&lt;/p&gt;

&lt;p&gt;I did some tests, and learned the following:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;with both stk and etk jars at production version, all is well&lt;/li&gt;
	&lt;li&gt;with stk jar at snapshot version: all is well&lt;/li&gt;
	&lt;li&gt;with etk jar at snapshop version: the described error occurs.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;--------------------------------------------------------------------------------------&lt;br/&gt;
2010-05-17 15:48:21,782 WARN  sun.reflect.NativeMethodAccessorImpl&lt;br/&gt;
        : A deprecated class or method was used: The &apos;path&apos; property&lt;br/&gt;
is deprecated: use t&lt;br/&gt;
he templatePath property instead. (current value:&lt;br/&gt;
/templating-kit/templates/main.ftl). Check the following trace:&lt;br/&gt;
info.magnolia.module.templating.Template.getPat&lt;br/&gt;
h(Template.java:73),&lt;br/&gt;
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), the full&lt;br/&gt;
stracktrace will be logged in debug mode in the info.magnolia.cms.util&lt;br/&gt;
.DeprecationUtil category.&lt;br/&gt;
2010-05-17 15:48:21,783 WARN  info.magnolia.cms.util.DeprecationUtil&lt;br/&gt;
        : A deprecated class or method was used: The &apos;path&apos; property&lt;br/&gt;
is deprecated: use t&lt;br/&gt;
he templatePath property instead. (current value:&lt;br/&gt;
/templating-kit/templates/main.ftl). Check the following trace:&lt;br/&gt;
info.magnolia.module.templating.Template.getPat&lt;br/&gt;
h(Template.java:73),&lt;br/&gt;
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method), the full&lt;br/&gt;
stracktrace will be logged in debug mode in the info.magnolia.cms.util&lt;br/&gt;
.DeprecationUtil category.&lt;br/&gt;
A deprecated class or method was used: The &apos;path&apos; property is&lt;br/&gt;
deprecated: use the templatePath property instead. (current value:&lt;br/&gt;
/templating-kit/templates/main.f&lt;br/&gt;
tl). Check the following trace:&lt;br/&gt;
info.magnolia.module.templating.Template.getPath(Template.java:73),&lt;br/&gt;
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method),&lt;br/&gt;
the full stracktrace will be logged in debug mode in the&lt;br/&gt;
info.magnolia.cms.util.DeprecationUtil category.&lt;br/&gt;
A deprecated class or method was used: The &apos;path&apos; property is&lt;br/&gt;
deprecated: use the templatePath property instead. (current value:&lt;br/&gt;
/templating-kit/templates/main.f&lt;br/&gt;
tl). Check the following trace:&lt;br/&gt;
info.magnolia.module.templating.Template.getPath(Template.java:73),&lt;br/&gt;
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method),&lt;br/&gt;
the full stracktrace will be logged in debug mode in the&lt;br/&gt;
info.magnolia.cms.util.DeprecationUtil category.&lt;br/&gt;
2010-05-17 15:48:22,249 WARN&lt;br/&gt;
openwfe.org.engine.workitem.AttributeUtils        : resolveGet()&lt;br/&gt;
failed to get value from getDAMSupport()&lt;br/&gt;
java.lang.StackOverflowError&lt;br/&gt;
       at java.lang.String.&amp;lt;init&amp;gt;(String.java:433)&lt;br/&gt;
       at java.io.UnixFileSystem.canonicalize0(Native Method)&lt;br/&gt;
       at java.io.UnixFileSystem.canonicalize(UnixFileSystem.java:157)&lt;br/&gt;
       at java.io.File.getCanonicalPath(File.java:531)&lt;br/&gt;
       at java.io.File.getCanonicalFile(File.java:555)&lt;br/&gt;
       at org.apache.catalina.loader.WebappClassLoader.getURL(WebappClassLoader.java:2329)&lt;br/&gt;
       at org.apache.catalina.loader.WebappClassLoader.findResourceInternal(WebappClassLoader.java:2007)&lt;br/&gt;
       at org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1786)&lt;br/&gt;
       at org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:890)&lt;br/&gt;
       at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1354)&lt;br/&gt;
       at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)&lt;br/&gt;
       at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)&lt;br/&gt;
       at org.apache.log4j.spi.LoggingEvent.&amp;lt;init&amp;gt;(LoggingEvent.java:154)&lt;br/&gt;
       at org.apache.log4j.Category.forcedLog(Category.java:388)&lt;br/&gt;
       at org.apache.log4j.Category.warn(Category.java:1025)&lt;br/&gt;
       at openwfe.org.engine.workitem.AttributeUtils.resolveGet(AttributeUtils.java:421)&lt;br/&gt;
       at openwfe.org.engine.workitem.AttributeUtils.bean2owfe(AttributeUtils.java:396)&lt;br/&gt;
       at openwfe.org.engine.workitem.AttributeUtils.java2owfe(AttributeUtils.java:355)&lt;br/&gt;
       at openwfe.org.engine.workitem.AttributeUtils.resolveGet(AttributeUtils.java:414)&lt;br/&gt;
       at openwfe.org.engine.workitem.AttributeUtils.bean2owfe(AttributeUtils.java:396)&lt;br/&gt;
       at openwfe.org.engine.workitem.AttributeUtils.java2owfe(AttributeUtils.java:355)&lt;br/&gt;
       at openwfe.org.engine.workitem.AttributeUtils.fillMap(AttributeUtils.java:480)&lt;br/&gt;
       at openwfe.org.engine.workitem.AttributeUtils.map2owfe(AttributeUtils.java:451)&lt;br/&gt;
       at openwfe.org.engine.workitem.AttributeUtils.java2owfe(AttributeUtils.java:335)&lt;br/&gt;
       at openwfe.org.engine.workitem.AttributeUtils.resolveGet(AttributeUtils.java:414)&lt;br/&gt;
       at openwfe.org.engine.workitem.AttributeUtils.bean2owfe(AttributeUtils.java:396)&lt;br/&gt;
       at openwfe.org.engine.workitem.AttributeUtils.java2owfe(AttributeUtils.java:355)&lt;br/&gt;
       at openwfe.org.engine.workitem.AttributeUtils.resolveGet(AttributeUtils.java:414)&lt;br/&gt;
       at openwfe.org.engine.workitem.AttributeUtils.bean2owfe(AttributeUtils.java:396)&lt;/p&gt;</comment>
                            <comment id="28434" author="ebunders" created="Tue, 18 May 2010 10:55:45 +0200"  >&lt;p&gt;Yes, it works again. Thanks again.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10040">
                    <name>causality</name>
                                            <outwardlinks description="caused by">
                                        <issuelink>
            <issuekey id="18487">MAGNOLIA-3204</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="14042">MAGNOLIA-2015</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="14065">MAGNOLIA-2027</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10020">
                    <name>dependency</name>
                                            <outwardlinks description="depends upon">
                                        <issuelink>
            <issuekey id="18460">MGNLSTK-622</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10010">
                    <name>relation</name>
                                            <outwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="18461">MGNLSTK-623</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="18456">MGNLETK-28</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="13425" name="config.sites.festivalsites.xml" size="97286" author="ebunders" created="Fri, 14 May 2010 12:53:22 +0200"/>
                            <attachment id="13426" name="config.sites.pip.xml" size="124705" author="ebunders" created="Fri, 14 May 2010 12:53:23 +0200"/>
                            <attachment id="13427" name="stacktraces.txt" size="45766" author="ebunders" created="Fri, 14 May 2010 12:53:23 +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>vpro.nl</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10031" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 12 May 2010 18:35:54 +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>
                            13 years, 40 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10020" key="com.atlassian.jira.toolkit:attachments">
                        <customfieldname>Number of attachments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10150" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname>Number of comments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>23.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>ebunders</customfieldvalue>
            <customfieldvalue>had</customfieldvalue>
            <customfieldvalue>pbaerfuss</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02013:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10244" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>11719</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>