<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Wrong content-type from emg_static_ffs.exe in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Wrong-content-type-from-emg-static-ffs-exe/m-p/179840#M7283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I have the AN3455.pdf but it doesn't contain source code for emg_static_ffs.exe. Do you mean there is an archive with code for the FFS apps? Where can I find that.&lt;BR /&gt;&lt;BR /&gt;I did search the forum for emg_static_ffs but didn't find any source code for the FFS apps.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Aug 2008 20:08:43 GMT</pubDate>
    <dc:creator>M_O_B_iL_</dc:creator>
    <dc:date>2008-08-18T20:08:43Z</dc:date>
    <item>
      <title>Wrong content-type from emg_static_ffs.exe</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Wrong-content-type-from-emg-static-ffs-exe/m-p/179835#M7278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I use ColdFire_Lite_CW6.4_Rev2.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a problem with emg_static_ffs.exe that generates a c-file that contains a file&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;system and also the header the web server sends. I've tried Rev:1.2 and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rev:May 21 2006 19:07:36. The problem is that it sets content-type to text/html for&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;css-files (should be text/css). This leads to that the css doesn't work in Mozilla Firefox.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a bug fixed version or could someone provide the source code, please.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've not tested if it sets the correct type for js-files. It would be good to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;have the source code so that one can add new types, e.g. for jad- and jar-files for&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mobile phones, or other unusual types.&lt;/SPAN&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 22:29:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Wrong-content-type-from-emg-static-ffs-exe/m-p/179835#M7278</guid>
      <dc:creator>M_O_B_iL_</dc:creator>
      <dc:date>2008-08-13T22:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong content-type from emg_static_ffs.exe</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Wrong-content-type-from-emg-static-ffs-exe/m-p/179836#M7279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hey M.O.B.iL.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I also generated file usng emg_static_ffs.exe and was able to open webpage in Mozilla Furefox 3.0. But I had to change the settings of firefox as follows.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;tools-&amp;gt;options-&amp;gt;Advanced-&amp;gt;Network-&amp;gt;Settings-&amp;gt; Select No Proxy&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Hope this helps.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Good luck.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;NT&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 05:26:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Wrong-content-type-from-emg-static-ffs-exe/m-p/179836#M7279</guid>
      <dc:creator>NT</dc:creator>
      <dc:date>2008-08-14T05:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong content-type from emg_static_ffs.exe</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Wrong-content-type-from-emg-static-ffs-exe/m-p/179837#M7280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;My settings in Firefox 3.0.1 was already like that. It looks OK on a first page here but not on a second. The web server sends the wrong content-type. I use curl in Linux to print the header:&lt;BR /&gt;&lt;BR /&gt;$ curl -D header 192.168.0.223/toplevel.css 2&amp;amp;&amp;gt;1 /dev/null ; cat header&lt;BR /&gt;HTTP/1.1 200 OK&lt;BR /&gt;Server: EMG/1.1.0&lt;BR /&gt;Cache-control: no-cache&lt;BR /&gt;HTTP Server By Eric Gregori Version 1.1.0&lt;BR /&gt;Content-type: text/html&lt;BR /&gt;Content-length: 9640&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On another web server (Apache) the same file is sent with content-type text/css. I think this is why it doesn't apply the style sheet. The content-type is determined by emg_static_ffs.exe.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 15:13:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Wrong-content-type-from-emg-static-ffs-exe/m-p/179837#M7280</guid>
      <dc:creator>M_O_B_iL_</dc:creator>
      <dc:date>2008-08-14T15:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong content-type from emg_static_ffs.exe</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Wrong-content-type-from-emg-static-ffs-exe/m-p/179838#M7281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;M.O.B. i L. wrote:&lt;BR /&gt;I&lt;BR /&gt;I have a problem with emg_static_ffs.exe ... could someone provide the source code, please...&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;At the bottom of these forum pages is a "search" box. You might try typing "emg_static_ffs" there to find your answer.&lt;BR /&gt;&lt;BR /&gt;Hint: source code for this utility is in AN3455, under FFS_apps.&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2008 01:28:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Wrong-content-type-from-emg-static-ffs-exe/m-p/179838#M7281</guid>
      <dc:creator>bkatt</dc:creator>
      <dc:date>2008-08-15T01:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong content-type from emg_static_ffs.exe</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Wrong-content-type-from-emg-static-ffs-exe/m-p/179839#M7282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;M.O.B.iL&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I downloaded the source code from Eric Gregori's webpage &lt;A href="http://www.emgware.com" rel="nofollow" target="_blank"&gt;www.emgware.com&lt;/A&gt; long time back. The file that creates emg_static_ffs.exe was in pinger folder/project but I am not able to find it right now. I had used Visual C++ to modify the code.Please explore emgware.com and see if you can find the file.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Goodluck&lt;/DIV&gt;&lt;DIV&gt;NT&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2008 03:08:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Wrong-content-type-from-emg-static-ffs-exe/m-p/179839#M7282</guid>
      <dc:creator>NT</dc:creator>
      <dc:date>2008-08-15T03:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong content-type from emg_static_ffs.exe</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Wrong-content-type-from-emg-static-ffs-exe/m-p/179840#M7283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I have the AN3455.pdf but it doesn't contain source code for emg_static_ffs.exe. Do you mean there is an archive with code for the FFS apps? Where can I find that.&lt;BR /&gt;&lt;BR /&gt;I did search the forum for emg_static_ffs but didn't find any source code for the FFS apps.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 20:08:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Wrong-content-type-from-emg-static-ffs-exe/m-p/179840#M7283</guid>
      <dc:creator>M_O_B_iL_</dc:creator>
      <dc:date>2008-08-18T20:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong content-type from emg_static_ffs.exe</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Wrong-content-type-from-emg-static-ffs-exe/m-p/179841#M7284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Unfortunately I could not find it.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 20:10:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Wrong-content-type-from-emg-static-ffs-exe/m-p/179841#M7284</guid>
      <dc:creator>M_O_B_iL_</dc:creator>
      <dc:date>2008-08-18T20:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong content-type from emg_static_ffs.exe</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Wrong-content-type-from-emg-static-ffs-exe/m-p/179842#M7285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I've found it now in AN3470SW.zip (Class_software/ColdFire_Web_Server_with_Labs_FTF06/FFS_apps). Thanks for the help!&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 20:25:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Wrong-content-type-from-emg-static-ffs-exe/m-p/179842#M7285</guid>
      <dc:creator>M_O_B_iL_</dc:creator>
      <dc:date>2008-08-18T20:25:13Z</dc:date>
    </item>
  </channel>
</rss>

