# HG changeset patch # User Tim Englich # Date 1256113206 0 # Node ID 48f538077aea718a596c60a044a6fa5494f73897 # Parent 330871ca1fd35b1129f6e1139eb645fcf218399f Added context.xml to permitt cookies to provide Multisession-usability for a single Client issue28 gnv/trunk@251 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 330871ca1fd3 -r 48f538077aea gnv/ChangeLog --- a/gnv/ChangeLog Mon Oct 19 13:31:51 2009 +0000 +++ b/gnv/ChangeLog Wed Oct 21 08:20:06 2009 +0000 @@ -1,3 +1,12 @@ +2009-10-21 Tim Englich + + * src/main/webapp/META-INF/context.xml: + Added context.xml to permitt cookies to provide + Multisession-Usability for a single Client issue28 + * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp: + Added URL-Rewrite to add the SessionID to the requested URL to get + the System work without cookies. issue28 + 2009-10-19 Tim Englich * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl, diff -r 330871ca1fd3 -r 48f538077aea gnv/src/main/webapp/META-INF/context.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv/src/main/webapp/META-INF/context.xml Wed Oct 21 08:20:06 2009 +0000 @@ -0,0 +1,2 @@ + + \ No newline at end of file diff -r 330871ca1fd3 -r 48f538077aea gnv/src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp --- a/gnv/src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp Mon Oct 19 13:31:51 2009 +0000 +++ b/gnv/src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp Wed Oct 21 08:20:06 2009 +0000 @@ -19,15 +19,19 @@ -
+ "> <%if (outputMode != null && outputMode.getOutputParameters() != null && !outputMode.getOutputParameters().isEmpty()){ Iterator it = outputMode.getOutputParameters().iterator(); while (it.hasNext()){ OutputParameter om = it.next(); %> - - + + <%}%>
+ + + +