Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-10306

The favicon seems to be broken on the openshift based amq

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • AMQ 7.13.3.OPR.1.GA
    • console
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • Low

      On the openshift based amq the favicon seems to be broken:

      $ curl --insecure https://amq-broker-wconsj-0-svc-rte-broker-test.apps.qluo-test.emea.aws.cee.support/console/img/favicon.ico | xxd | head
        % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                       Dload  Upload   Total   Spent    Left  Speed
      100  7831  100  7831    0     0   105k      0 --:--:-- --:--:-- --:--:--  106k
      00000000: efbf bd50 4e47 0d0a 1a0a 0000 000d 4948  ...PNG........IH
      00000010: 4452 0000 00ef bfbd 0000 00ef bfbd 0806  DR..............
      00000020: 0000 00ef bfbd 57ef bfbd efbf bd00 0000  ......W.........
      00000030: 0970 4859 7300 000b 1200 000b 1201 efbf  .pHYs...........
      00000040: bdef bfbd 7eef bfbd 0000 10ef bfbd 4944  ....~.........ID
      00000050: 4154 78ef bfbd efbf bdef bfbd 5fef bfbd  ATx........._...
      00000060: 5457 1d07 efbf bdef bfbd 45ef bfbd efbf  TW........E.....
      00000070: bdef bfbd cb90 efbf bd34 efbf bdef bfbd  .........4......
      00000080: 5253 efbf bdef bfbd efbf bd6d 521b 1fef  RS.........mR...
      00000090: bfbd efbf bd26 6d34 6d28 efbf bd2f efbf  .....&m4m(.../..
      ___________________________________________________________________ 

      The hex "50 4e47" represents the letters PNG In ASCII but "efbf bd" is not a correct PNG header start, this is a unicode "replacement character" encoded in utf-8. It seems like the image is somewhere processed as a text content and not as binary and thus somewhere modified.

      In 7.12 version, it had a correct PNG header start "89":

      $ curl --insecure https://amq-broker-wconsj-0-svc-rte-broker-test.apps.qluo-test.emea.aws.cee.support/console/img/favicon.ico | xxd | head
        % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                       Dload  Upload   Total   Spent    Left  Speed
      100  4427  100  4427    0     0  21592      0 --:--:-- --:--:-- --:--:-- 21700
      00000000: 8950 4e47 0d0a 1a0a 0000 000d 4948 4452  .PNG........IHDR
      00000010: 0000 00e4 0000 00e4 0806 0000 0088 5788  ..............W.
      00000020: 8d00 0000 0970 4859 7300 000b 1200 000b  .....pHYs.......
      00000030: 1201 d2dd 7efc 0000 10fd 4944 4154 789c  ....~.....IDATx.
      00000040: eddd 5f8c 5457 1d07 f0ef 4582 80b5 cb90  .._.TW....E.....
      00000050: 8d34 a9c0 5253 b5a9 956d 521b 1fb0 dd26  .4..RS...mR....&
      00000060: 6d34 6d28 8b2f be94 4263 d227 2df4 c917  m4m(./..Bc.'-...
      00000070: 235b 4d8c f585 454d fae0 0303 188d 89b1  #[M...EM........
      00000080: 8bb5 89b1 0fec 6a4d d3a6 4997 d4bf 3516  ......jM..I...5.
      00000090: 1624 e936 c830 a481 4ab1 d79c 99df 61ef  .$.6.0..J.....a. 

       

              Unassigned Unassigned
              rhn-support-qluo Joe Luo
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: