[
https://issues.jboss.org/browse/SRAMP-437?page=com.atlassian.jira.plugin....
]
Eric Wittmann commented on SRAMP-437:
-------------------------------------
Adding the following markup to web.xml fixes this issue:
{code}
<context-param>
<param-name>org.eclipse.jetty.servlet.SessionIdPathParameterName</param-name>
<param-value>none</param-value>
</context-param>
{code}
Getting a 404 on the first attempt to access s-ramp-ui when in Fuse
6.1
-----------------------------------------------------------------------
Key: SRAMP-437
URL:
https://issues.jboss.org/browse/SRAMP-437
Project: S-RAMP
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: UI
Reporter: Eric Wittmann
Assignee: Eric Wittmann
Fix For: 0.5.0.Final
After the first time it works ok. Probably has something to do with the ;jessionid= that
is getting dumped onto the end of the URL.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)