Resolved bugs

Release date:Friday, May 29, 2009
C1 Version:Composite C1 1.2 SP1 Patch 1 (1.2.3436.21854)...
DescriptionAll markup served from the /Composite/ folder is passed through an XSLT which appends ".aspx?c1=(version number)" to .css and .js files, in order to ensure version specific caching of files. This postfix is recognized and handled by a Http handler, active for all requests going to ~/Composite/.
If the .css / .js files are not located inside ~/Composite/ the postfix is still applied, but no handler is catching the request, yielding 404s. In effect you can not include .js / .css files on items like custom ASP.NET controls, unless you place them inside the ~/Composite/ folder.
Known work around:This is fixed in the next release.