adobe / aem-eclipse-developer-tools

The Eclipse plugin that brings you the full connection to the Adobe Experience Manager, with auto-sync and project creation wizard.
Apache License 2.0
35 stars 23 forks source link

Syncing favicons seems to corrupt them #46

Closed gabrielwalt closed 8 years ago

gabrielwalt commented 9 years ago

Steps to reproduce:

rombert commented 8 years ago

I'm unable to reproduce this, I verified in the following way:

  1. Create sample project ( archetype version 11-snapshot )

Check sha1sum for the favicon: a0a8733a15b85813411087035d4bd477371059ee

  1. Create AEM server in Eclipse
  2. Connect to AEM server in Eclipse
  3. Deploy .apps project to server from Eclipse

Check sha1sum for the favicon: a0a8733a15b85813411087035d4bd477371059ee

  1. Go to the .apps project, navigate to /etc/designs/test, import from Server,

Check sha1sum for the favicon: a0a8733a15b85813411087035d4bd477371059ee

So neither import nor export seem to corrupt the favicon. If you have more detailed steps to reproduce or can show me how it happens :-) please reopen