we have developed the JASPIC Auth module by implementing the ServerAuthModule interface with the web application, and it is working fine on Tomcat, but when we configure Jaspic on Weblogic (14.1.1), JASPIC behaves unexpectedly. In the case of the Weblogic server, the first call is intercepted by JASPIC, the initialize method is executed, and then the validateRequest method is called. After that, the application home page is served. when we try to move from the home page to another page in the application, JASPIC intercepts the request and calls the initialize method only and not the validateRequest method. In the case of Tomcat, for first request, initialize and then validateRequest method is called and then we move from one page to another page only validateRequest method is calling. we have added weblogic.xml file in webapp WEB-INF folder, please guide me if any special configuration is required in weblogic.xml for weblogic server
0
There are 0 best solutions below
Related Questions in JASPIC
- custom ServerAuthModule (loginModule), where to hash the password? JASPIC
- Is it possible to determine group membership of a user on demand instead of when logging in in ServerAuthModule (JASPIC)
- JAAS - How to authenticate user in web tier?
- basic/digest authentication implementation in Java server code/web server
- How to apply Filter before security constraint in JBoss EAP6/AS7
- Automatic login with HttpServletRequest and LDAP
- OpenID in Java EE 6 application - how to get Principal object for user
- Tomcat-Jaas - How to retrieve subject?
- WildFly9 JASPI Module Isolated from Application
- Is HttpAuthenticationMechanism distributable?
- When using JASPIC for authentication, is web.xml still relevant in terms of authentication?
- CDI injection in JASPIC ServerAuthModule doesn't work
- Do Authentication and Authorization frameworks for Java that support openId exist (except Spring security)?
- JASPIC client login in Wildfly
- Why doesn't Websphere work with my JASPI login module?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?