Author: kstam
Date: Mon Jan 27 17:38:42 2014
New Revision: 1561762

URL: http://svn.apache.org/r1561762
Log:
fixing redirection issue

Modified:
    juddi/trunk/juddi-gui/src/main/webapp/index.jsp

Modified: juddi/trunk/juddi-gui/src/main/webapp/index.jsp
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-gui/src/main/webapp/index.jsp?rev=1561762&r1=1561761&r2=1561762&view=diff
==============================================================================
--- juddi/trunk/juddi-gui/src/main/webapp/index.jsp (original)
+++ juddi/trunk/juddi-gui/src/main/webapp/index.jsp Mon Jan 27 17:38:42 2014
@@ -31,6 +31,7 @@
                 if (cookies[i].getValue() != null) {
                     session.setAttribute("locale", cookies[i].getValue());
                     response.sendRedirect("home.jsp");
+                    return;
                 }
             }
         }



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to