Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-641

JS missing with Tomcat

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Critical Critical
    • 5.0
    • None
    • None
    • None

      After login pops up error stating that ./../VAADIN/vaadinBootstrap.js cannot be found. This can be only reproduced with Tomcat as it appends jsessionid to url which causes the problem.

      From HipChat:
      This is the root reason for jsession problem. Vaadin 7 bootstrap tries to find js file from relative URL. It fails because browser interprets last part of url containing ";" as a directory and relative referencing fails because it goes one level too high thus encountering 404
      "admincentral;jsessionid=" = bad, "admincentral?jsessionid=" = good, "admincentral" = good

        Acceptance criteria

              spenttila Samuli Penttilä
              spenttila Samuli Penttilä
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD