Fixed login stuff
This commit is contained in:
parent
cbf6ef31f2
commit
87bd924e8d
7 changed files with 39 additions and 24 deletions
|
|
@ -24,7 +24,7 @@ public abstract class ZalleryServlet extends HttpServlet {
|
|||
DBConnection db = null;
|
||||
try {
|
||||
UserMessageManager msgs = Zallery.getUserMessage(request.getSession());
|
||||
request.setAttribute(ZalleryConstants.KEY_USER_MSG, msgs);
|
||||
request.setAttribute(ZalleryConstants.SESSION_KEY_USER_MSG, msgs);
|
||||
doGet(request, response, db = Zallery.getDB());
|
||||
msgs.decrementViewCount();
|
||||
} catch (ServletException e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue