Re: [JBoss-dev] security exception in 2.4 final

2001-09-03 Thread Scott M Stark
01 2:57 AM Subject: RE: [JBoss-dev] security exception in 2.4 final > Hi Scott, > > the error is not in the DatabaseServerLoginModul. The username being passed > to it is null (or "null"). > The error only occurs if the container creates a new instance of the called &g

RE: [JBoss-dev] security exception in 2.4 final

2001-09-03 Thread Schouten, Andreas
TECTED] > Subject: RE: [JBoss-dev] security exception in 2.4 final > > Hi Scott, > > the error is not in the DatabaseServerLoginModul. The username being > passed > to it is null (or "null"). > The error only occurs if the container creates a new instance o

RE: [JBoss-dev] security exception in 2.4 final

2001-08-28 Thread Schouten, Andreas
L PROTECTED] > Subject: Re: [JBoss-dev] security exception in 2.4 final > > That doesn't narrow the issue down as I can perform this type of access > pattern without > seeing a problem. What is the username/principal being passed to the > DatabaseServerLoginModule > for

Re: [JBoss-dev] security exception in 2.4 final

2001-08-24 Thread Scott M Stark
into the issue myself. - Original Message - From: "Schouten, Andreas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 24, 2001 1:35 AM Subject: RE: [JBoss-dev] security exception in 2.4 final > I reproduced the error today. > back to

RE: [JBoss-dev] security exception in 2.4 final

2001-08-24 Thread Schouten, Andreas
. 4. The generation of the third (this is the second thread which calls beans) fails with the security exception. > -Original Message- > From: Scott M Stark [SMTP:[EMAIL PROTECTED]] > Sent: 23 August 2001 21:04 > To: [EMAIL PROTECTED] > Subject: Re: [JBoss

Re: [JBoss-dev] security exception in 2.4 final

2001-08-23 Thread Scott M Stark
This is the binary I am using for the JBossStore site and I don't see this problem for restricted content. The example2 in the JAAS tutorial also uses the DatabaseServerLoginModule and creates a stateless session bean on each access and this does not show this problem. Is the username in the data

Re: [JBoss-dev] security exception in 2.4 final

2001-08-23 Thread Luke Taylor
"Schouten, Andreas" wrote: > > Hi Luke, > Hi Andreas, > what You are describing is the nomal behavior. First tomcat get a request > whitout login information on a secured page. It tries to authenticate a user > with null name and pwd. After the authentication faild tomcat reject the > reques

RE: [JBoss-dev] security exception in 2.4 final

2001-08-23 Thread Schouten, Andreas
To: [EMAIL PROTECTED] > Subject: Re: [JBoss-dev] security exception in 2.4 final > > > > "Schouten, Andreas" wrote: > > > > Hello, > > > > today I upgradet from 2.4.0.23 to 2.4.0 (file > JBoss-2.4.0_Tomcat-3.2.3.zip). > > > >

Re: [JBoss-dev] security exception in 2.4 final

2001-08-23 Thread Luke Taylor
"Schouten, Andreas" wrote: > > Hello, > > today I upgradet from 2.4.0.23 to 2.4.0 (file JBoss-2.4.0_Tomcat-3.2.3.zip). > > We use integated tomcat and jaas security. > The first login is successful also calling a stateless session bean is > successful. But when a second instance of this bean