| Author |
Null pointer at weblogic.security.acl.Security.getCurrentUser().getName() in weblogic 10
|
Sid Hirani
Greenhorn
Joined: Feb 26, 2010
Posts: 18
|
|
during migration to WL 10 from WL 8.1....I added what ever was present in config.xml for 8.1
Did I miss anything??
My application has the following code
weblogic.security.acl.Security.getCurrentUser().getName()
It works for 8.1 but not for WL 10
Did I miss something during the upgrade??
Any help highly appriciated
Thanks in advance
|
 |
Ed Ward
Ranch Hand
Joined: Jan 30, 2006
Posts: 147
|
|
Deprecated. Deprecated in WebLogic Server 7.0. Replaced by Pluggable Security Infrastructure and JAAS based authentication.
WL10 API
Maybe look at weblogic.security.Security, though I did not really investigate for an alternative.
|
 |
 |
|
|
subject: Null pointer at weblogic.security.acl.Security.getCurrentUser().getName() in weblogic 10
|
|
|