Relative Content

Tag Archive for javaweblogic12cjava-ee-7apache-tomeemigrating

Migrated from a weblogic server application to tomEE

I have a javaee application that I migrated from a weblogic server application to tomEE. The problem I have is that it does not pass the BeforeLoginFilter filter when sending the request. This works correctly in weblogic but not in Tomee.
The code of my project is as follows: