Bugs item #747852, was opened at 2003-06-03 00:47
Message generated for change (Comment added) made by kenyee
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=747852&group_id=22866

Category: JBossSX
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Ken Yee (kenyee)
Assigned to: Nobody/Anonymous (nobody)
Summary: Can't look up "comp/env/security" from InitialContext

Initial Comment:
I get an error of "env not bound" when trying to look
up the security context.

I need to be able to access the security context for my
custom authenticator.  This used to work in JBoss 3.0.x
and 3.2.x.

Win2K
JSDK 1.4.1

Code to reproduce this:
InitialContext iniCtx = new InitialContext();
securityCtx = (Context)
iniCtx.lookup("java:comp/env/security");


----------------------------------------------------------------------

>Comment By: Ken Yee (kenyee)
Date: 2003-06-04 03:09

Message:
Logged In: YES 
user_id=189996

I forgot to mention this was tested with JBoss 4.0 DR1 w/
the Tomcat 4.1.24 bundle...


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=747852&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to