Issue Type: Bug Bug
Assignee: Unassigned
Created: 07/Feb/13 8:06 AM
Description:

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

Fix Versions: 5.0
Project: Magnolia UI
Priority: Critical Critical
Reporter: Samuli Penttilä
Security Level: Public
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to