Commit 146260c
committed
Fix Java 2 Security issue: Remove listener app from SessionCachePrefixTest
The session.cache.web.listener1 app was causing SRVE8059E NPE failures
under Java 2 Security when the server stopped. The listener app couldn't
properly access the session context during shutdown, causing:
- NullPointerException in session context
- Zombie server processes between test repeats
- Cascade failures in subsequent tests
Fix: Remove the listener app parameter from SessionCacheApp initialization.
The main session.cache.web app is sufficient for testing the cacheNamePrefix
feature.
Fixes: RTC 310836
Related: PR #35183 (revert), PR #34655 (original)1 parent f4bf46e commit 146260c
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- dev/com.ibm.ws.session.cache_fat/fat/src/com/ibm/ws/session/cache/fat
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments