You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2014/02/01 22:49:11 UTC

svn commit: r1563484 - /juddi/trunk/juddi-gui/src/main/webapp/ajax/loginpost.jsp

Author: alexoree
Date: Sat Feb  1 21:49:10 2014
New Revision: 1563484

URL: http://svn.apache.org/r1563484
Log:
JUDDI-834 fixed

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

Modified: juddi/trunk/juddi-gui/src/main/webapp/ajax/loginpost.jsp
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-gui/src/main/webapp/ajax/loginpost.jsp?rev=1563484&r1=1563483&r2=1563484&view=diff
==============================================================================
--- juddi/trunk/juddi-gui/src/main/webapp/ajax/loginpost.jsp (original)
+++ juddi/trunk/juddi-gui/src/main/webapp/ajax/loginpost.jsp Sat Feb  1 21:49:10 2014
@@ -66,7 +66,7 @@
                         out.write(StringEscapeUtils.escapeHtml(ex.getMessage()));
                 }
 
-                UddiHub.reset(request.getSession());
+               //fix for JUDDI-834, do not uncomment UddiHub.reset(request.getSession());
                 UddiHub x = UddiHub.getInstance(application, request.getSession());
 
                 String msg = x.verifyLogin();



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org