Forwarded request is not passed and an empty one is being processed jboss eap 6.4
问题 I have a problem related to HttpServletRequest. Somehow it can not be not passed to the called filter with Forward. When I try to access the fields on request and the session of the request I get null pointer exception. Here is the code: As you can see I am printing the content of the session just before forwarding the request. And all the fields that I put in it is there. I see it in logs. HttpServletRequest reqServ = (HttpServletRequest)request; Enumeration sessionKeys = reqServ.getSession(