<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>combres Issue Tracker Rss Feed</title><link>http://combres.codeplex.com/WorkItem/List.aspx</link><description>combres Issue Tracker Rss Description</description><item><title>Commented Issue: current protocol should be used to construct CacheKeys [7659]</title><link>http://combres.codeplex.com/workitem/7659</link><description>In RequestProcessor, the cache key is constructed as such&amp;#58;&lt;br /&gt;&lt;br /&gt;            CacheKey &amp;#61; string.Join&amp;#40;&amp;#34;&amp;#47;&amp;#34;,&lt;br /&gt;                                  new&amp;#91;&amp;#93;&lt;br /&gt;                                       &amp;#123;&lt;br /&gt;                                           CachePrefix,&lt;br /&gt;                                           typeof &amp;#40;RequestProcessor&amp;#41;.ToString&amp;#40;&amp;#41;,&lt;br /&gt;                                           setName,&lt;br /&gt;                                           version,&lt;br /&gt;                                           Compressor.EncodingName&lt;br /&gt;                                       &amp;#125;.Concat&amp;#40;CacheVaryStates.Select&amp;#40;s &amp;#61;&amp;#62; s.Key&amp;#41;&amp;#41;.ToArray&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;I believe that the current protocol &amp;#40;http vs https&amp;#41; should be considered when constructing this cache key.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve run into problems with absolute paths and mixed content warnings when I assumed that&amp;#58;&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;blah.com&amp;#47;combres&amp;#47;set and https&amp;#58;&amp;#47;&amp;#47;blah.com&amp;#47;combres&amp;#47;set would return entirely different resources &amp;#40;they should really, as they could represent entirely different content&amp;#41;&lt;br /&gt;Comments: Buu,&amp;#10;&amp;#10;I could be mistaken - but I think there is an issue with cache-vary providers in nested groups &amp;#40;at least there was the last time I played around with making one&amp;#41; - are you aware of such an issue&amp;#63;</description><author>dplaskon</author><pubDate>Wed, 08 May 2013 00:33:19 GMT</pubDate><guid isPermaLink="false">Commented Issue: current protocol should be used to construct CacheKeys [7659] 20130508123319A</guid></item><item><title>Commented Issue: current protocol should be used to construct CacheKeys [7659]</title><link>http://combres.codeplex.com/workitem/7659</link><description>In RequestProcessor, the cache key is constructed as such&amp;#58;&lt;br /&gt;&lt;br /&gt;            CacheKey &amp;#61; string.Join&amp;#40;&amp;#34;&amp;#47;&amp;#34;,&lt;br /&gt;                                  new&amp;#91;&amp;#93;&lt;br /&gt;                                       &amp;#123;&lt;br /&gt;                                           CachePrefix,&lt;br /&gt;                                           typeof &amp;#40;RequestProcessor&amp;#41;.ToString&amp;#40;&amp;#41;,&lt;br /&gt;                                           setName,&lt;br /&gt;                                           version,&lt;br /&gt;                                           Compressor.EncodingName&lt;br /&gt;                                       &amp;#125;.Concat&amp;#40;CacheVaryStates.Select&amp;#40;s &amp;#61;&amp;#62; s.Key&amp;#41;&amp;#41;.ToArray&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;I believe that the current protocol &amp;#40;http vs https&amp;#41; should be considered when constructing this cache key.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve run into problems with absolute paths and mixed content warnings when I assumed that&amp;#58;&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;blah.com&amp;#47;combres&amp;#47;set and https&amp;#58;&amp;#47;&amp;#47;blah.com&amp;#47;combres&amp;#47;set would return entirely different resources &amp;#40;they should really, as they could represent entirely different content&amp;#41;&lt;br /&gt;Comments: Modifying cache key the way you suggested is certainly one way to make this works. The reason I suggested building a custom cache-vary provider is because this approach increases the mem footprint and 1st-time performance hits for users who don&amp;#39;t have to need to differentiate between HTTP and HTTPS requests &amp;#40;i.e. they don&amp;#39;t use filters which modify content differently based on secure-connection status&amp;#41;.</description><author>buunguyen</author><pubDate>Tue, 07 May 2013 18:08:07 GMT</pubDate><guid isPermaLink="false">Commented Issue: current protocol should be used to construct CacheKeys [7659] 20130507060807P</guid></item><item><title>Commented Issue: current protocol should be used to construct CacheKeys [7659]</title><link>http://combres.codeplex.com/workitem/7659</link><description>In RequestProcessor, the cache key is constructed as such&amp;#58;&lt;br /&gt;&lt;br /&gt;            CacheKey &amp;#61; string.Join&amp;#40;&amp;#34;&amp;#47;&amp;#34;,&lt;br /&gt;                                  new&amp;#91;&amp;#93;&lt;br /&gt;                                       &amp;#123;&lt;br /&gt;                                           CachePrefix,&lt;br /&gt;                                           typeof &amp;#40;RequestProcessor&amp;#41;.ToString&amp;#40;&amp;#41;,&lt;br /&gt;                                           setName,&lt;br /&gt;                                           version,&lt;br /&gt;                                           Compressor.EncodingName&lt;br /&gt;                                       &amp;#125;.Concat&amp;#40;CacheVaryStates.Select&amp;#40;s &amp;#61;&amp;#62; s.Key&amp;#41;&amp;#41;.ToArray&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;I believe that the current protocol &amp;#40;http vs https&amp;#41; should be considered when constructing this cache key.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve run into problems with absolute paths and mixed content warnings when I assumed that&amp;#58;&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;blah.com&amp;#47;combres&amp;#47;set and https&amp;#58;&amp;#47;&amp;#47;blah.com&amp;#47;combres&amp;#47;set would return entirely different resources &amp;#40;they should really, as they could represent entirely different content&amp;#41;&lt;br /&gt;Comments: Buu,&amp;#10;&amp;#10;I think a more idiomatic solution would be to make the proposed change to the way the cache key is constructed in RequestProcessor &amp;#40;see my comment from Nov 17, 2011 at 1&amp;#58;30 PM&amp;#41;. Is there some reason you believe this wouldn&amp;#39;t be a good solution to the underlying issue here&amp;#63;</description><author>dplaskon</author><pubDate>Tue, 07 May 2013 17:33:22 GMT</pubDate><guid isPermaLink="false">Commented Issue: current protocol should be used to construct CacheKeys [7659] 20130507053322P</guid></item><item><title>Commented Issue: Add an extension point for url creation [7678]</title><link>http://combres.codeplex.com/workitem/7678</link><description>There are many great extension points in combres and I&amp;#39;d like to suggest that url creation be an area where this is considered. I recently moved to a new cdn provider that required file extensions to be added to the combres-generated js and css files to ensure that content types were required, which is what prompted me to create this ticket.&lt;br /&gt;&lt;br /&gt;This could potentially eliminate the need for having the host and sslHost settings as well, as you could easily append any host name needed with the context of such an extension point.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m sure there are quite a few other uses that aren&amp;#39;t coming to mind immediately.&lt;br /&gt;&lt;br /&gt;Keep up the great work Buu&amp;#33;&lt;br /&gt;Comments: No, I mean something akin to a transformer extension point for urls.&amp;#10;&amp;#10;For example, you get as input&amp;#58;&amp;#10;&amp;#10;1&amp;#41; The name of the set to be created&amp;#10;2&amp;#41; The type of set to be created &amp;#40;eg. js vs css&amp;#41;&amp;#10;3&amp;#41; The hash for the set to be created&amp;#10;4&amp;#41; Access to the httpcontext and&amp;#47;or other interesting contextual information.&amp;#10;&amp;#10;And, as output, you provide the final url that combres will use for a given resource set.</description><author>dplaskon</author><pubDate>Tue, 07 May 2013 17:24:22 GMT</pubDate><guid isPermaLink="false">Commented Issue: Add an extension point for url creation [7678] 20130507052422P</guid></item><item><title>Created Unassigned: Compile CSS with @import statments [7680]</title><link>http://combres.codeplex.com/workitem/7680</link><description>While compiling CSS resources, also inline the &amp;#64;import resources and then compile&amp;#47;build&lt;br /&gt;&lt;br /&gt;</description><author>adardesign</author><pubDate>Mon, 29 Apr 2013 03:49:12 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Compile CSS with @import statments [7680] 20130429034912A</guid></item><item><title>Commented Issue: Add an extension point for url creation [7678]</title><link>http://combres.codeplex.com/workitem/7678</link><description>There are many great extension points in combres and I&amp;#39;d like to suggest that url creation be an area where this is considered. I recently moved to a new cdn provider that required file extensions to be added to the combres-generated js and css files to ensure that content types were required, which is what prompted me to create this ticket.&lt;br /&gt;&lt;br /&gt;This could potentially eliminate the need for having the host and sslHost settings as well, as you could easily append any host name needed with the context of such an extension point.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m sure there are quite a few other uses that aren&amp;#39;t coming to mind immediately.&lt;br /&gt;&lt;br /&gt;Keep up the great work Buu&amp;#33;&lt;br /&gt;Comments: Do you mean something like this&amp;#63;&amp;#10;path&amp;#47;to&amp;#47;combresResource&amp;#63;resources&amp;#61;resourceID1,resourceID2,resourceID3 which would generate &amp;#40;minify uglify etc.&amp;#41; all required resources&amp;#63; </description><author>adardesign</author><pubDate>Mon, 29 Apr 2013 03:48:28 GMT</pubDate><guid isPermaLink="false">Commented Issue: Add an extension point for url creation [7678] 20130429034828A</guid></item><item><title>Created Unassigned: Compile process to include require statments resource [7679]</title><link>http://combres.codeplex.com/workitem/7679</link><description>I am looking to combine require.js functionality with combres.&lt;br /&gt;The idea is that while building the script it will follow the require statements.. and addition&amp;#47;instead of the combres xml rules, it should generate the resource via the require &amp;#40;CommonJS&amp;#41; statements.   &lt;br /&gt;</description><author>adardesign</author><pubDate>Mon, 29 Apr 2013 03:44:47 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Compile process to include require statments resource [7679] 20130429034447A</guid></item><item><title>Closed Issue: jquery not loaded in ie 7 [7677]</title><link>http://combres.codeplex.com/workitem/7677</link><description>there is a problem with jquery when I test in IE 7. Jquery don&amp;#39;t loaded, so all function js not run.&lt;br /&gt;&lt;br /&gt;Could you help me to resolve this issue.&lt;br /&gt;Comments: Fixed by user</description><author>buunguyen</author><pubDate>Mon, 10 Sep 2012 04:49:47 GMT</pubDate><guid isPermaLink="false">Closed Issue: jquery not loaded in ie 7 [7677] 20120910044947A</guid></item><item><title>Commented Issue: jquery not loaded in ie 7 [7677]</title><link>http://combres.codeplex.com/workitem/7677</link><description>there is a problem with jquery when I test in IE 7. Jquery don&amp;#39;t loaded, so all function js not run.&lt;br /&gt;&lt;br /&gt;Could you help me to resolve this issue.&lt;br /&gt;Comments: Thanks Buunguyen,&amp;#10;I think so, it resolved.</description><author>thanhphung</author><pubDate>Mon, 10 Sep 2012 03:38:20 GMT</pubDate><guid isPermaLink="false">Commented Issue: jquery not loaded in ie 7 [7677] 20120910033820A</guid></item><item><title>Created Issue: Add an extension point for url creation [7678]</title><link>http://combres.codeplex.com/workitem/7678</link><description>There are many great extension points in combres and I&amp;#39;d like to suggest that url creation be an area where this is considered. I recently moved to a new cdn provider that required file extensions to be added to the combres-generated js and css files to ensure that content types were required, which is what prompted me to create this ticket.&lt;br /&gt;&lt;br /&gt;This could potentially eliminate the need for having the host and sslHost settings as well, as you could easily append any host name needed with the context of such an extension point.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m sure there are quite a few other uses that aren&amp;#39;t coming to mind immediately.&lt;br /&gt;&lt;br /&gt;Keep up the great work Buu&amp;#33;&lt;br /&gt;</description><author>dplaskon</author><pubDate>Fri, 07 Sep 2012 21:23:40 GMT</pubDate><guid isPermaLink="false">Created Issue: Add an extension point for url creation [7678] 20120907092340P</guid></item><item><title>Commented Issue: jquery not loaded in ie 7 [7677]</title><link>http://combres.codeplex.com/workitem/7677</link><description>there is a problem with jquery when I test in IE 7. Jquery don&amp;#39;t loaded, so all function js not run.&lt;br /&gt;&lt;br /&gt;Could you help me to resolve this issue.&lt;br /&gt;Comments: Please send a working project that has this issue.</description><author>buunguyen</author><pubDate>Wed, 05 Sep 2012 05:20:16 GMT</pubDate><guid isPermaLink="false">Commented Issue: jquery not loaded in ie 7 [7677] 20120905052016A</guid></item><item><title>Created Issue: jquery not loaded in ie 7 [7677]</title><link>http://combres.codeplex.com/workitem/7677</link><description>there is a problem with jquery when I test in IE 7. Jquery don&amp;#39;t loaded, so all function js not run.&lt;br /&gt;&lt;br /&gt;Could you help me to resolve this issue.&lt;br /&gt;</description><author>thanhphung</author><pubDate>Wed, 05 Sep 2012 04:45:29 GMT</pubDate><guid isPermaLink="false">Created Issue: jquery not loaded in ie 7 [7677] 20120905044529A</guid></item><item><title>Closed Issue: Wrong EncodingName in NullCompressor [7670]</title><link>http://combres.codeplex.com/workitem/7670</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I found a bug which took me a long long time to find. It seems that the NullCompressor set the EncodingName property to &amp;#34;utf-8&amp;#34;. This in turn results in that the Content-Encoding response header is set to &amp;#34;utf-8&amp;#34; for clients that does not want gzip. &lt;br /&gt;&lt;br /&gt;This is wrong.The correct encoding when no compression is applied should be&amp;#58; &amp;#34;identity&amp;#34;.&lt;br /&gt;&lt;br /&gt;&amp;#34;utf-8&amp;#34; seems to be working in most browsers but I found that on some phones and only on the swedish cell carrier &amp;#34;Telia&amp;#34; files served with combress did not work. After alot of poking I found that the gateway of &amp;#34;Telia&amp;#34; responded with that UTF-8 was not a valid encoding and did not server the file. This was later traced to combres.&lt;br /&gt;&lt;br /&gt;Could you please fix this&amp;#63;&lt;br /&gt;Comments: Fixed in 359a404e315c</description><author>buunguyen</author><pubDate>Fri, 31 Aug 2012 17:02:23 GMT</pubDate><guid isPermaLink="false">Closed Issue: Wrong EncodingName in NullCompressor [7670] 20120831050223P</guid></item><item><title>Commented Issue: Wrong EncodingName in NullCompressor [7670]</title><link>http://combres.codeplex.com/workitem/7670</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I found a bug which took me a long long time to find. It seems that the NullCompressor set the EncodingName property to &amp;#34;utf-8&amp;#34;. This in turn results in that the Content-Encoding response header is set to &amp;#34;utf-8&amp;#34; for clients that does not want gzip. &lt;br /&gt;&lt;br /&gt;This is wrong.The correct encoding when no compression is applied should be&amp;#58; &amp;#34;identity&amp;#34;.&lt;br /&gt;&lt;br /&gt;&amp;#34;utf-8&amp;#34; seems to be working in most browsers but I found that on some phones and only on the swedish cell carrier &amp;#34;Telia&amp;#34; files served with combress did not work. After alot of poking I found that the gateway of &amp;#34;Telia&amp;#34; responded with that UTF-8 was not a valid encoding and did not server the file. This was later traced to combres.&lt;br /&gt;&lt;br /&gt;Could you please fix this&amp;#63;&lt;br /&gt;Comments: I see what you mean now. Yes, the &amp;#34;latest&amp;#34; points to &amp;#34;stable&amp;#34;, not really &amp;#34;latest&amp;#34;. Also, all the download binaries in CodePlex is obsolete&amp;#59; guess I should remove all of them. So either use NuGet or build from the real latest &amp;#40;359a404e315c&amp;#41;.</description><author>buunguyen</author><pubDate>Fri, 31 Aug 2012 16:48:11 GMT</pubDate><guid isPermaLink="false">Commented Issue: Wrong EncodingName in NullCompressor [7670] 20120831044811P</guid></item><item><title>Commented Issue: Wrong EncodingName in NullCompressor [7670]</title><link>http://combres.codeplex.com/workitem/7670</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I found a bug which took me a long long time to find. It seems that the NullCompressor set the EncodingName property to &amp;#34;utf-8&amp;#34;. This in turn results in that the Content-Encoding response header is set to &amp;#34;utf-8&amp;#34; for clients that does not want gzip. &lt;br /&gt;&lt;br /&gt;This is wrong.The correct encoding when no compression is applied should be&amp;#58; &amp;#34;identity&amp;#34;.&lt;br /&gt;&lt;br /&gt;&amp;#34;utf-8&amp;#34; seems to be working in most browsers but I found that on some phones and only on the swedish cell carrier &amp;#34;Telia&amp;#34; files served with combress did not work. After alot of poking I found that the gateway of &amp;#34;Telia&amp;#34; responded with that UTF-8 was not a valid encoding and did not server the file. This was later traced to combres.&lt;br /&gt;&lt;br /&gt;Could you please fix this&amp;#63;&lt;br /&gt;Comments: The code comes from &amp;#34;Source Code -&amp;#62; Branch -&amp;#62; Latest version&amp;#34;. I&amp;#39;ve just realized the link doesn&amp;#39;t point to the latest code base. It seems to be the last stable code according to CodePlex &amp;#40;v 2.2.1.2&amp;#41;. That is also the binary  version we&amp;#39;ve been using. I now realize we must use NuGet to get the latest version, including the fix for NullCompressor.&amp;#10;So the fix for us is to accuire Combres through NuGet instead of CodePlex &amp;#58;&amp;#41;</description><author>reineo</author><pubDate>Fri, 31 Aug 2012 07:32:06 GMT</pubDate><guid isPermaLink="false">Commented Issue: Wrong EncodingName in NullCompressor [7670] 20120831073206A</guid></item><item><title>Commented Issue: Wrong EncodingName in NullCompressor [7670]</title><link>http://combres.codeplex.com/workitem/7670</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I found a bug which took me a long long time to find. It seems that the NullCompressor set the EncodingName property to &amp;#34;utf-8&amp;#34;. This in turn results in that the Content-Encoding response header is set to &amp;#34;utf-8&amp;#34; for clients that does not want gzip. &lt;br /&gt;&lt;br /&gt;This is wrong.The correct encoding when no compression is applied should be&amp;#58; &amp;#34;identity&amp;#34;.&lt;br /&gt;&lt;br /&gt;&amp;#34;utf-8&amp;#34; seems to be working in most browsers but I found that on some phones and only on the swedish cell carrier &amp;#34;Telia&amp;#34; files served with combress did not work. After alot of poking I found that the gateway of &amp;#34;Telia&amp;#34; responded with that UTF-8 was not a valid encoding and did not server the file. This was later traced to combres.&lt;br /&gt;&lt;br /&gt;Could you please fix this&amp;#63;&lt;br /&gt;Comments: This is the code of NullCompressor from the trunk&amp;#58; http&amp;#58;&amp;#47;&amp;#47;combres.codeplex.com&amp;#47;SourceControl&amp;#47;changeset&amp;#47;view&amp;#47;359a404e315c&amp;#35;Combres&amp;#37;2fEngine&amp;#37;2fCompressors&amp;#37;2fNullCompressor.cs&amp;#10;&amp;#10;I&amp;#39;m not sure which code version you&amp;#39;re looking at, but it must be obsolete.</description><author>buunguyen</author><pubDate>Thu, 30 Aug 2012 16:37:56 GMT</pubDate><guid isPermaLink="false">Commented Issue: Wrong EncodingName in NullCompressor [7670] 20120830043756P</guid></item><item><title>Commented Issue: Wrong EncodingName in NullCompressor [7670]</title><link>http://combres.codeplex.com/workitem/7670</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I found a bug which took me a long long time to find. It seems that the NullCompressor set the EncodingName property to &amp;#34;utf-8&amp;#34;. This in turn results in that the Content-Encoding response header is set to &amp;#34;utf-8&amp;#34; for clients that does not want gzip. &lt;br /&gt;&lt;br /&gt;This is wrong.The correct encoding when no compression is applied should be&amp;#58; &amp;#34;identity&amp;#34;.&lt;br /&gt;&lt;br /&gt;&amp;#34;utf-8&amp;#34; seems to be working in most browsers but I found that on some phones and only on the swedish cell carrier &amp;#34;Telia&amp;#34; files served with combress did not work. After alot of poking I found that the gateway of &amp;#34;Telia&amp;#34; responded with that UTF-8 was not a valid encoding and did not server the file. This was later traced to combres.&lt;br /&gt;&lt;br /&gt;Could you please fix this&amp;#63;&lt;br /&gt;Comments: Current Combres code base&amp;#58;&amp;#10;&amp;#10;NullCompressor &amp;#10; public string EncodingName&amp;#10; &amp;#123;&amp;#10;  get &amp;#123; return &amp;#34;utf-8&amp;#34;&amp;#59; &amp;#125;&amp;#10; &amp;#125;&amp;#10;&amp;#10;RequestRpocessor.cs &amp;#61;&amp;#62; SendOutputToClient&amp;#10; response.AppendHeader&amp;#40;&amp;#34;Content-Encoding&amp;#34;, Compressor.EncodingName&amp;#41;&amp;#59;&amp;#10;&amp;#10;&amp;#10;Our current workaround looks like this&amp;#58;&amp;#10;&amp;#10;NullCompressor &amp;#10; public string EncodingName&amp;#10; &amp;#123;&amp;#10;  get &amp;#123; return null&amp;#59; &amp;#125;&amp;#10; &amp;#125;&amp;#10;&amp;#10;RequestRpocessor.cs &amp;#61;&amp;#62; SendOutputToClient&amp;#10; if &amp;#40;Compressor.EncodingName &amp;#61;&amp;#61; null&amp;#41;&amp;#10; &amp;#123;&amp;#10;  response.ContentType &amp;#43;&amp;#61; &amp;#34;&amp;#59; charset&amp;#61;utf-8&amp;#34;&amp;#59;&amp;#10; &amp;#125;&amp;#10; else&amp;#10; &amp;#123;&amp;#10;  response.AppendHeader&amp;#40;&amp;#34;Content-Encoding&amp;#34;, Compressor.EncodingName&amp;#41;&amp;#59;&amp;#10; &amp;#125;</description><author>reineo</author><pubDate>Thu, 30 Aug 2012 06:27:19 GMT</pubDate><guid isPermaLink="false">Commented Issue: Wrong EncodingName in NullCompressor [7670] 20120830062719A</guid></item><item><title>Commented Issue: Combres (MVC) when used with MapLowercaseRoute returns 404 for Combres.axd! [7658]</title><link>http://combres.codeplex.com/workitem/7658</link><description>After hours of troubleshooting, it turns out that Comress implementation is case-sensitive. I was using standard sets like siteCss and siteJs - and they would return 404 when translated from Url thats requesting combres.axd&amp;#47;sitecss instead. Changing both to sitecss and sitejs worked a charm.&lt;br /&gt;&lt;br /&gt;Please fix - Combres urls shouldn&amp;#39;t be case sensitive.&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;xp-dev.com&amp;#47;sc&amp;#47;browse&amp;#47;63550&amp;#47;&amp;#47;clubstarterkit&amp;#47;ClubStarterKit.Infrastructure&amp;#47;Routing&amp;#47;MapLowercaseRoute.cs&lt;br /&gt;&lt;br /&gt;Comments: Would love to receive a patch</description><author>buunguyen</author><pubDate>Wed, 29 Aug 2012 19:02:08 GMT</pubDate><guid isPermaLink="false">Commented Issue: Combres (MVC) when used with MapLowercaseRoute returns 404 for Combres.axd! [7658] 20120829070208P</guid></item><item><title>Closed Issue: CSS combine/minify appears to have issues with @import  [7656]</title><link>http://combres.codeplex.com/workitem/7656</link><description>I haven&amp;#39;t got a great deal of time to investigate this right now, but it appears that when CSS is being combined&amp;#47;minified, &amp;#64;import is not causing the imported files to be included.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m using the default configuration, with the only changes made being adding my specific JS&amp;#47;CSS resources, and changes to defaultDebugEnabled and defaultIgnorePipelineWhenDebug.&lt;br /&gt;&lt;br /&gt;I was including the CSS resource&lt;br /&gt;&lt;br /&gt;  &amp;#60;resource path&amp;#61;&amp;#34;&amp;#126;&amp;#47;Content&amp;#47;themes&amp;#47;base&amp;#47;jquery.ui.all.css&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;jquery.ui.all.css simply contains &lt;br /&gt;&lt;br /&gt;  &amp;#64;import &amp;#34;jquery.ui.base.css&amp;#34;&amp;#59;&lt;br /&gt;  &amp;#64;import &amp;#34;jquery.ui.theme.css&amp;#34;&amp;#59;&lt;br /&gt;&lt;br /&gt;jquery.ui.base.css simply contains &lt;br /&gt;&lt;br /&gt;  &amp;#64;import url&amp;#40;&amp;#34;jquery.ui.core.css&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#64;import url&amp;#40;&amp;#34;jquery.ui.resizable.css&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#64;import url&amp;#40;&amp;#34;jquery.ui.selectable.css&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#64;import url&amp;#40;&amp;#34;jquery.ui.accordion.css&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#64;import url&amp;#40;&amp;#34;jquery.ui.autocomplete.css&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#64;import url&amp;#40;&amp;#34;jquery.ui.button.css&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#64;import url&amp;#40;&amp;#34;jquery.ui.dialog.css&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#64;import url&amp;#40;&amp;#34;jquery.ui.slider.css&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#64;import url&amp;#40;&amp;#34;jquery.ui.tabs.css&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#64;import url&amp;#40;&amp;#34;jquery.ui.datepicker.css&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;  &amp;#64;import url&amp;#40;&amp;#34;jquery.ui.progressbar.css&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;When the pipeline was being invoked, the contents of at least some of the imported CSS files was not being rendered. I searched the rendered CSS for the selector .ui-helper-hidden that occurs in jquery.ui.core.css, and it wasn&amp;#39;t present in the rendered code. When I turned off the pipeline, the files were all included correctly and my jQuery UI content was formatted correctly.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve worked around this issue by directly referencing the files imported by jquery.ui.core.css in combres.xml &amp;#40;in the process excluding some unused CSS files &amp;#58;-&amp;#41;.&lt;br /&gt;&lt;br /&gt;Btw, thanks for a great tool.&lt;br /&gt;Comments: Fixed</description><author>buunguyen</author><pubDate>Wed, 29 Aug 2012 18:59:09 GMT</pubDate><guid isPermaLink="false">Closed Issue: CSS combine/minify appears to have issues with @import  [7656] 20120829065909P</guid></item><item><title>Commented Issue: Wrong EncodingName in NullCompressor [7670]</title><link>http://combres.codeplex.com/workitem/7670</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I found a bug which took me a long long time to find. It seems that the NullCompressor set the EncodingName property to &amp;#34;utf-8&amp;#34;. This in turn results in that the Content-Encoding response header is set to &amp;#34;utf-8&amp;#34; for clients that does not want gzip. &lt;br /&gt;&lt;br /&gt;This is wrong.The correct encoding when no compression is applied should be&amp;#58; &amp;#34;identity&amp;#34;.&lt;br /&gt;&lt;br /&gt;&amp;#34;utf-8&amp;#34; seems to be working in most browsers but I found that on some phones and only on the swedish cell carrier &amp;#34;Telia&amp;#34; files served with combress did not work. After alot of poking I found that the gateway of &amp;#34;Telia&amp;#34; responded with that UTF-8 was not a valid encoding and did not server the file. This was later traced to combres.&lt;br /&gt;&lt;br /&gt;Could you please fix this&amp;#63;&lt;br /&gt;Comments: I&amp;#39;ve checked the code and tested again, NullCompressor doesn&amp;#39;t set content-encoding at all. So not sure why you got that content-encoding&amp;#61;utf-8. The current behavior is exactly as you describe&amp;#58; Content-Encoding shuld only be set when compressing the response &amp;#40;i.e gzip&amp;#41;. </description><author>buunguyen</author><pubDate>Wed, 29 Aug 2012 18:58:39 GMT</pubDate><guid isPermaLink="false">Commented Issue: Wrong EncodingName in NullCompressor [7670] 20120829065839P</guid></item></channel></rss>