Revision 7984
Added by ben leinfelder over 11 years ago
src/edu/ucsb/nceas/metacat/harvesterClient/HarvesterRegistrationLogin.java | ||
---|---|---|
117 | 117 |
httpSession = req.getSession(true); |
118 | 118 |
httpSession.setAttribute("username", user); |
119 | 119 |
httpSession.setAttribute("password", passwd); |
120 |
res.sendRedirect("harvesterRegistration"); |
|
120 |
res.sendRedirect("/harvesterRegistration");
|
|
121 | 121 |
} |
122 | 122 |
else { |
123 | 123 |
out.println("Invalid login"); |
Also available in: Unified diff
add slash for harvesterRegistration redirect.