Hi Michael,<div><br></div><div>a very simple quick fix for the YanelServlet.</div><div><br></div><div>Use Case:</div><div>1) A user that has been logged in once, has an AutoLogin cookie</div><div>2) At some point in time, the user gets deleted in the system (for whatever reason)</div>
<div>3) If the user visits the site again, the YanelServlet throws an NullPointerException, because it can not login the user automatically (setIdentity()), even though username in cookie matches the username stored in the cookie.xml on server side.</div>
<div><br></div><div>The attached patch includes an IF statement, making sure that the user really still exists.</div><div><br></div><div>Cheers</div><div>Balz<br></div><div title="signature"> </div>