<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/hevea/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/hevea/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 27 Jul 2006 14:18:44 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/hevea/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>ACCEPT_LANGUAGE</title><link>https://sourceforge.net/p/hevea/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello, I'm working with your hevea http server,&lt;br /&gt;
congratulations for you job.&lt;/p&gt;
&lt;p&gt;I do a change because I need the ACCEPT_LANGUAGE's&lt;br /&gt;
defined by the user i nthe header, but hevea truncate&lt;br /&gt;
this list of languages. For example:&lt;/p&gt;
&lt;p&gt;Accept-Language:&lt;br /&gt;
es,&lt;br /&gt;
ca;q=0.8,&lt;br /&gt;
en-gb;q=0.7,&lt;br /&gt;
en-us;q=0.5,&lt;br /&gt;
sk;q=0.3,&lt;br /&gt;
or;q=0.2&lt;/p&gt;
&lt;p&gt;hevea take: es,ca&lt;/p&gt;
&lt;p&gt;and remove: q=0.8,en-gb;q=0.7,en-us;q=0.5,sk;q=0.3,or;q=0.2&lt;/p&gt;
&lt;p&gt;I paste the code of the change.&lt;/p&gt;
&lt;p&gt;old code:&lt;br /&gt;
if (languages.Length &amp;gt; 0) mLanguages =&lt;br /&gt;
languages.Replace(" ",&lt;br /&gt;
string.Empty).Split(';')[0].Split(',');&lt;/p&gt;
&lt;p&gt;new code:&lt;br /&gt;
if (languages.Length &amp;gt; 0) mLanguages =&lt;br /&gt;
languages.Replace(" ", string.Empty).Split(',');&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 27 Jul 2006 14:18:44 -0000</pubDate><guid>https://sourceforge.net0df11fab3506b830040229838a2020c82837cc38</guid></item></channel></rss>