Menu

#161 favicon.co does not display

v1.0 (example)
closed
nobody
None
8
2021-11-08
2021-10-25
No

In Linux, in a jetty server, the favicon.co logo does not display. All other functions seem to work: add space, add user, edit/update records, etc. (This actually applies to Beta1 and Beta2.)

Related

Bugs: #161
Wiki: NewFeatures220

Discussion

  • Ulf Dittmer

    Ulf Dittmer - 2021-10-25

    I don't have Linux or Jetty handy to test, but it works fine with Firefox on OS X and Tomcat. Which browser are you using?

     
  • Marti Martinson

    Marti Martinson - 2021-10-25

    Firefox 93, Peppermint 10 (based on Lubuntu 18.04). I am the only user, just cuz I like jtrac! Here is the message from the jetty output:

    WARN [org.apache.wicket.request.target.coding.AbstractRequestTargetUrlCodingStrategy] - URL fragment has unmatched key/value pairs, responding with 404. Fragment: locale/en/null/resources/jtrac-logo.gif

     
  • Ulf Dittmer

    Ulf Dittmer - 2021-10-25

    Does the jtrac.url.base setting end with a slash? If so, try removing it, like "http://myserver/jtrac" instead of "http://myserver/jtrac/" (if the settings screen doesn't work, try editing it directly in the database).

     
  • Marti Martinson

    Marti Martinson - 2021-10-25

    Ohhh, OK. I do know how to bring up the swing app from within the HSQLDB jar, but I have no idea what table that would be in. I'll try, but, unfortunately, can you tell me which one it will be in? (Sorry.) I thought I could have just changed it in the jtrac.script, but "url" appears no where.

     
  • Ulf Dittmer

    Ulf Dittmer - 2021-10-25

    The table is called "CONFIG". Something like

    INSERT INTO CONFIG VALUES('jtrac.url.base', 'http://myserver/jtrac')

     
    • Marti Martinson

      Marti Martinson - 2021-10-25

      I tried. On restart of the server, received the "service not
      available". I could not remove the config entry via the DBM Swing, but
      did physically remove it from jtrac.script. On server restart, I can
      again access the app & db.

      On 10/25/21, Ulf Dittmer udittmer@users.sourceforge.net wrote:

      The table is called "CONFIG". Something like

      INSERT INTO CONFIG VALUES('jtrac.url.base', 'http://myserver/jtrac')


      [bugs:#161] favicon.co does not display

      Status: open
      Group: v1.0 (example)
      Created: Mon Oct 25, 2021 03:03 PM UTC by Marti Martinson
      Last Updated: Mon Oct 25, 2021 04:23 PM UTC
      Owner: nobody

      In Linux, in a jetty server, the favicon.co logo does not display. All other
      functions seem to work: add space, add user, edit/update records, etc. (This
      actually applies to Beta1 and Beta2.)


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/j-trac/bugs/161/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Bugs: #161

  • Marti Martinson

    Marti Martinson - 2021-10-25

    Yes, after a failed attempt through DBMSwingManager, I just inserted the above into jtrac.script file. (The DBMSwing failed b/c I forgot 8080, my bad.) The icon DOES INDEED now display.

     
  • Ulf Dittmer

    Ulf Dittmer - 2021-10-26

    Cool. I'll add code to remove the trailing slash, should the user happen to enter it. That can happen easily, I imagine.

     
  • Ulf Dittmer

    Ulf Dittmer - 2021-11-08
    • status: open --> closed
     

Log in to post a comment.