Author: sshyrkov
Date: Mon Jun 18 17:47:58 2007
New Revision: 17627
URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D17627&repname=
=3Djahia
Log:
Perform first client-side redirect initializing jsessionid cookie to displa=
y the first page from cache
Modified:
branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/index.jsp
Modified: branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/index.jsp
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/core/src/webapp/jsp/index.jsp&rev=3D17627&repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/index.jsp (original)
+++ branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/index.jsp Mon Jun 18 1=
7:47:58 2007
@@ -14,5 +14,7 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. =
See the License for the specific language governing permissions and =
limitations under the License.
---%><%@ page language=3D"java" %>
-<jsp:forward page=3D"/Jahia/" />
+--%><%@ page language=3D"java" =
+%><% request.getSession(true);
+response.sendRedirect(request.getContextPath() + "/Jahia/");
+%>
\ No newline at end of file
_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list