<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 03:32:45 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>[MAGNOLIA-2033] MultipartRequestFilter chockes on requests with an action URL with a parameter without value</title>
                <link>https://jira.magnolia-cms.com/browse/MAGNOLIA-2033</link>
                <project id="10000" key="MAGNOLIA">Magnolia</project>
                    <description>&lt;p&gt;A paragraph with the following JSP&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;&amp;lt;jsp:root version=&lt;span class=&quot;code-quote&quot;&gt;&quot;2.0&quot;&lt;/span&gt;
  xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;http:&lt;span class=&quot;code-comment&quot;&gt;//www.w3.org/1999/xhtml&quot;&lt;/span&gt;
&lt;/span&gt;  xmlns:jsp=&lt;span class=&quot;code-quote&quot;&gt;&quot;http:&lt;span class=&quot;code-comment&quot;&gt;//java.sun.com/JSP/Page&quot;&lt;/span&gt;&amp;gt;
&lt;/span&gt;  
  &amp;lt;form method=&lt;span class=&quot;code-quote&quot;&gt;&quot;POST&quot;&lt;/span&gt; action=&lt;span class=&quot;code-quote&quot;&gt;&quot;?aParamter&quot;&lt;/span&gt; enctype=&lt;span class=&quot;code-quote&quot;&gt;&quot;multipart/form-data&quot;&lt;/span&gt; accept-charset=&lt;span class=&quot;code-quote&quot;&gt;&quot;utf-8&quot;&lt;/span&gt;&amp;gt;
    &amp;lt;input type=&lt;span class=&quot;code-quote&quot;&gt;&quot;hidden&quot;&lt;/span&gt; name=&lt;span class=&quot;code-quote&quot;&gt;&quot;a_hidden_field&quot;&lt;/span&gt; value=&lt;span class=&quot;code-quote&quot;&gt;&quot;a_hidden_value&quot;&lt;/span&gt; /&amp;gt;
    &amp;lt;input type=&lt;span class=&quot;code-quote&quot;&gt;&quot;submit&quot;&lt;/span&gt;/&amp;gt;
  &amp;lt;/form&amp;gt;
  
&amp;lt;/jsp:root&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;will create the following stack trace&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;java.lang.IllegalArgumentException
	javax.servlet.http.HttpUtils.parseQueryString(HttpUtils.java:103)
	com.oreilly.servlet.MultipartRequest.&amp;lt;init&amp;gt;(MultipartRequest.java:230)
	info.magnolia.cms.filters.CosMultipartRequestFilter.parseParameters(CosMultipartRequestFilter.java:94)
	info.magnolia.cms.filters.CosMultipartRequestFilter.doFilter(CosMultipartRequestFilter.java:81)
	info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:70)
	info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:71)
	info.magnolia.cms.security.BaseSecurityFilter.doFilter(BaseSecurityFilter.java:60)
	info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:70)
	info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:71)
	info.magnolia.cms.security.LogoutFilter.doFilter(LogoutFilter.java:81)
	info.magnolia.cms.filters.OncePerRequestAbstractMgnlFilter.doFilter(OncePerRequestAbstractMgnlFilter.java:62)
	info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:71)
	info.magnolia.cms.security.auth.login.LoginFilter.doFilter(LoginFilter.java:76)
	info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:70)
	info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:71)
	info.magnolia.enterprise.registration.RegistrationFilter.doFilter(RegistrationFilter.java:54)
	info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:70)
	info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:71)
	info.magnolia.cms.filters.ContentTypeFilter.doFilter(ContentTypeFilter.java:73)
	info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:70)
	info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:71)
	info.magnolia.cms.filters.ContextFilter.doFilter(ContextFilter.java:72)
	info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:70)
	info.magnolia.cms.filters.MgnlFilterChain.doFilter(MgnlFilterChain.java:71)
	info.magnolia.cms.filters.CompositeFilter.doFilter(CompositeFilter.java:64)
	info.magnolia.cms.filters.AbstractMgnlFilter.doFilter(AbstractMgnlFilter.java:70)
	info.magnolia.cms.filters.MgnlMainFilter.doFilter(MgnlMainFilter.java:98)
	info.magnolia.cms.filters.MgnlMainFilter.doFilter(MgnlMainFilter.java:195)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>Windows XP, Java 1.6.0_03, Tomcat 6.0.13</environment>
        <key id="14077">MAGNOLIA-2033</key>
            <summary>MultipartRequestFilter chockes on requests with an action URL with a parameter without value</summary>
                <type id="5" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10896&amp;avatarType=issuetype">Sub-task</type>
                            <parent id="11020">MAGNOLIA-540</parent>
                                    <priority id="4" iconUrl="https://jira.magnolia-cms.com/images/icons/priorities/minor.svg">Minor</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="10000">Won&apos;t Do</resolution>
                                        <assignee username="pbaerfuss">Philipp B&#228;rfuss</assignee>
                                    <reporter username="pmm">Philippe Marschall</reporter>
                        <labels>
                    </labels>
                <created>Fri, 1 Feb 2008 09:00:45 +0100</created>
                <updated>Wed, 4 Nov 2015 15:42:44 +0100</updated>
                            <resolved>Wed, 4 Nov 2015 15:42:44 +0100</resolved>
                                    <version>3.5.3</version>
                                                    <component>core</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="15713" author="pmm" created="Fri, 1 Feb 2008 09:01:46 +0100"  >&lt;p&gt;Removed curly braces around JSP, multi line monospace doesn&apos;t seem to work&lt;br/&gt;
-&amp;gt; you can use the &lt;/p&gt;
{ code }
&lt;p&gt; macro to surround code snippets &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.magnolia-cms.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="15714" author="pbracher" created="Fri, 1 Feb 2008 09:19:50 +0100"  >&lt;p&gt;Decreased priority. Ether you do a post, so you should provide the additional parameter in a field or you use get.&lt;/p&gt;

&lt;p&gt;As the exception occurs in javax.servlet.http.HttpUtils (deprecated) by a call from com.oreilly.servlet.MultipartRequest there is little we can/should do against it.&lt;/p&gt;

&lt;p&gt;It is planed to move to commons fileupload anyway (filter is already in place)&lt;/p&gt;</comment>
                            <comment id="115754" author="mmuehlebach" created="Wed, 4 Nov 2015 15:42:44 +0100"  >&lt;p&gt;Given the thousands of other issues we have open that are more highly requested, we won&apos;t be able to address this issue in the foreseeable future. Instead we will focus on issues with a higher impact, and more votes.&lt;br/&gt;
Thanks for taking the time to raise this issue. As you are no doubt aware this issue has been on our backlog for some time now with very little movement.&lt;br/&gt;
I&apos;m going to close this to set expectations so the issue doesn&apos;t stay open for years with few updates. If the issue is still relevant please feel free to reopen it or create a new issue.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10111" key="com.atlassian.jira.toolkit:reporterdomain">
                        <customfieldname>Company</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>netcetera.ch</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10031" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 1 Feb 2008 09:19:50 +0100</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>ajones</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            8 years, 15 weeks, 4 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10020" key="com.atlassian.jira.toolkit:attachments">
                        <customfieldname>Number of attachments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10150" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname>Number of comments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>mmuehlebach</customfieldvalue>
            <customfieldvalue>pbaerfuss</customfieldvalue>
            <customfieldvalue>pbracher</customfieldvalue>
            <customfieldvalue>pmm</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i032c7:</customfieldvalue>

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