HTTP session attribute API change

If you call javax.servlet.http.HttpSession.setAttribute with null as the second parameter, you now get the same result as if you called javax.servlet.http.HttpSession.removeAttribute. In versions of EAServer earlier than 4.1.2, this caused an exception to be thrown.