e the ISAPI filter work.
Regards.
From: André Warnier [...@ice-sa.com]
Sent: Sunday, June 27, 2010 15:55
To: Tomcat Users List
Subject: Re: Still having problem retrieving user value from ISAPI Filter for
authentication
Savoy, Melinda wrote:
> Le
Savoy, Melinda wrote:
Let me ask another question if I might in addition to the one below:
In my ISAPI log it shows:
[Wed Jun 23 09:50:59.568 2010] [5024:6028] [debug] jk_isapi_plugin.c (3108):
Service protocol=HTTP/1.1 method=GET host=127.0.0.1 addr=127.0.0.1
name=localhost port=80 auth=NTLM
On 23.06.2010 16:58, Savoy, Melinda wrote:
In my ISAPI log it shows:
[Wed Jun 23 09:50:59.568 2010] [5024:6028] [debug] jk_isapi_plugin.c (3108):
Service protocol=HTTP/1.1 method=GET host=127.0.0.1 addr=127.0.0.1
name=localhost port=80 auth=NTLM user=TEXAS\SavoyM uri=/index.jsp
The value of "
'; 'p...@pidster.com'
Subject: RE: Still having problem retrieving user value from ISAPI Filter for
authentication
Let me ask, what maybe a stupid question now, but when I print out the
enumeration value of the request header names, see below, using
request.getHeaderNames() shou
I also tried request.getAttribute("user") but I got a null value as well.
-Original Message-
From: Savoy, Melinda
Sent: Wednesday, June 23, 2010 8:09 AM
To: 'Tomcat Users List'
Subject: RE: Still having problem retrieving user value from ISAPI Filter for
authenticati
retrieving user value from ISAPI Filter for
authentication
On Wed, Jun 23, 2010 at 8:49 AM, Savoy, Melinda
wrote:
> Let me ask, what maybe a stupid question now, but when I print out the
> enumeration value of the request header names, see below, using
> request.getHeaderNames() should th
On Wed, Jun 23, 2010 at 8:49 AM, Savoy, Melinda
wrote:
> Let me ask, what maybe a stupid question now, but when I print out the
> enumeration value of the request header names, see below, using
> request.getHeaderNames() should the user be listed as one of the headers
> which is passed on from
: Still having problem retrieving user value from ISAPI Filter for
authentication
On 23/06/2010 10:45, Rainer Jung wrote:
> On 23.06.2010 09:51, Pid wrote:
>> On 23 Jun 2010, at 02:40, Rainer Jung wrote:
>>
>>> On 22.06.2010 21:59, Marc Boorshtein wrote:
>>>
On 23/06/2010 10:45, Rainer Jung wrote:
> On 23.06.2010 09:51, Pid wrote:
>> On 23 Jun 2010, at 02:40, Rainer Jung wrote:
>>
>>> On 22.06.2010 21:59, Marc Boorshtein wrote:
>
> Unless you are going to authenticate via one of Tomcat's
> authentication methods; BASIC, FORM, etc, then get
7;s appreciated.
-Original Message-
From: Leo Donahue - PLANDEVX [mailto:leodona...@mail.maricopa.gov]
Sent: Tuesday, June 22, 2010 6:13 PM
To: 'Tomcat Users List'
Subject: RE: OT RE: Still having problem retrieving user value from ISAPI
Filter for authentication
>
On 23.06.2010 09:51, Pid wrote:
On 23 Jun 2010, at 02:40, Rainer Jung wrote:
On 22.06.2010 21:59, Marc Boorshtein wrote:
Unless you are going to authenticate via one of Tomcat's authentication
methods; BASIC, FORM, etc, then getRemoteUser() is going to return null.
You'll need to add a sec
On 23 Jun 2010, at 02:40, Rainer Jung wrote:
> On 22.06.2010 21:59, Marc Boorshtein wrote:
>>>
>>> Unless you are going to authenticate via one of Tomcat's authentication
>>> methods; BASIC, FORM, etc, then getRemoteUser() is going to return null.
>>>
>>> You'll need to add a security constrai
On 22.06.2010 21:59, Marc Boorshtein wrote:
Unless you are going to authenticate via one of Tomcat's authentication
methods; BASIC, FORM, etc, then getRemoteUser() is going to return null.
You'll need to add a security constraint, login-config and security-role to
your web.xml to test getRemo
>From: Leo Donahue - PLANDEVX [mailto:leodona...@mail.maricopa.gov]
>Subject: OT RE: Still having problem retrieving user value from ISAPI
>Filter for authentication
>>
>Doesn't the url mapping in the uriworkermap.properties file interrupt
>IIS from passing authentic
>From: Marc Boorshtein [mailto:mboorsht...@gmail.com]
>Subject: Re: Still having problem retrieving user value from ISAPI
>Filter for authentication
>
>>
>> Unless you are going to authenticate via one of Tomcat's
>authentication methods; BASIC, FORM, etc, then get
2010 3:00 PM
To: Tomcat Users List
Subject: Re: Still having problem retrieving user value from ISAPI Filter for
authentication
>
> Unless you are going to authenticate via one of Tomcat's authentication
> methods; BASIC, FORM, etc, then getRemoteUser() is going to return null.
>
> Unless you are going to authenticate via one of Tomcat's authentication
> methods; BASIC, FORM, etc, then getRemoteUser() is going to return null.
>
> You'll need to add a security constraint, login-config and security-role to
> your web.xml to test getRemoteUser(); in just Tomcat.
>
This sh
>From: Savoy, Melinda [mailto:melindasa...@texashealth.org]
>Subject: RE: Still having problem retrieving user value from ISAPI
>Filter for authentication
>
>What I did was comment out the filter from the web.xml and I went
>straight from the IE browser (http://localhost
default.htm
default.jsp
Server.xml:
-Original Message-
From: Rainer Jung [mailto:rainer.j...@kippdata.de]
Sent: Tuesday, June 22, 2010 2:48 PM
To: Tomcat Users List
Subject: Re: Still having problem retrieving user value from ISAPI Filter for
authen
On 22.06.2010 21:29, Savoy, Melinda wrote:
That is definitely the preferred method and the reason for going to the Tomcat
Connector for this authentication process. However, even with the most simple
implementation of my index.jsp and web.xml file I cannot get the
getRemoteUser() to work.
I
PM
To: Tomcat Users List
Subject: RE: Still having problem retrieving user value from ISAPI Filter for
authentication
Hi, Melinda-
I'm not sure it's going to be that easy. From what I've read, the NTLM
authorization header includes structured data that is encoded using a
server
22, 2010 12:40 PM
To: Tomcat Users List
Subject: RE: Still having problem retrieving user value from ISAPI Filter for
authentication
Hi, Melinda-
As Pid suggested, the first part of that string after NTLM in the
authorization header decodes in base64 to 'NTLMSSP'.
-Terence Bandoian
Sav
from ajp13 pos=0 len=2 max=8192
[Tue Jun 22 06:15:21.003 2010] [1572:4000] [debug] jk_ajp_common.c (1336):
05 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 - ....
[Tue Jun 22 06:15:21.003 2010] [1572:4000] [debug] jk_ajp_common.c (1940):
AJP13 protocol: Reuse is OK
[Tue Jun 22 06:15:21.
Original Message-
From: Terence M. Bandoian [mailto:tere...@tmbsw.com]
Sent: Tuesday, June 22, 2010 12:40 PM
To: Tomcat Users List
Subject: RE: Still having problem retrieving user value from ISAPI Filter for
authentication
Hi, Melinda-
As Pid suggested, the first part of that stri
.@pidster.com]
Sent: Tuesday, June 22, 2010 7:11 AM
To: Tomcat Users List
Subject: Re: Still having problem retrieving user value from ISAPI Filter for
authentication
On 22/06/2010 13:05, Marc Boorshtein wrote:
I haven't tried this with IIS, but we had quite the discussion on this
last week
On 22.06.2010 16:18, Savoy, Melinda wrote:
Thanks Pid. That is what I'm working on right now. I am in the middle of the
Decoder part of the code again.
My apologies to this list as I understood I could get that directly from the
ISAPI filter as it would decrypt it for me, which it does per t
> From: melindasa...@texashealth.org
> To: users@tomcat.apache.org; p...@pidster.com
> Date: Tue, 22 Jun 2010 08:45:18 -0500
> Subject: RE: Still having problem retrieving user value from ISAPI Filter for
> authentication
>
> We had been working with JCIFS and chose the Tom
at it does, and re-enable the filter.
p
> -Original Message-
> From: Pid [mailto:p...@pidster.com]
> Sent: Tuesday, June 22, 2010 8:13 AM
> To: Tomcat Users List
> Subject: Re: Still having problem retrieving user value from ISAPI
> Filter for authentication
>
; If your auth is performed by a custom filter, that is currently commented
> out, then you're not going to get very far there either.
>
> Do you know exactly what the filter does?
> Does it decode the header itself and wrap the request/response objects?
>
>
> p
>
objects?
p
> Thanks again.
>
> -Original Message-
> From: Pid [mailto:p...@pidster.com]
> Sent: Tuesday, June 22, 2010 7:53 AM
> To: 'Tomcat Users List'
> Subject: Re: Still having problem retrieving user value from ISAPI
> Filter for authentication
o that for this ISAPI filter setup if that is indeed true?
>
> Thanks.
>
>
> -Original Message-
> From: Savoy, Melinda
> Sent: Tuesday, June 22, 2010 7:59 AM
> To: 'Tomcat Users List'; 'p...@pidster.com'
> Subject: RE: Still having problem
NULL value.
Pid suggested using a Base64Decoder but I thought the ISAPI filter would
provide that for me.
Thanks.
-Original Message-
From: Rainer Jung [mailto:rainer.j...@kippdata.de]
Sent: Tuesday, June 22, 2010 8:16 AM
To: Tomcat Users List
Subject: Re: Still having problem retrieving
--
> From: Pid [mailto:p...@pidster.com]
> Sent: Tuesday, June 22, 2010 7:53 AM
> To: 'Tomcat Users List'
> Subject: Re: Still having problem retrieving user value from ISAPI Filter for
> authentication
>
> On 22/06/2010 13:36, Savoy, Melinda wrote:
>> Thanks P
On 22.06.2010 14:16, Savoy, Melinda wrote:
Thanks Marc. I actually have that setting in my server.xml file as well.
Actually I did follow your post last week thinking that would help me but the
ISAPI filter is working properly as indicated in my log and IIS has
authenticated the info otherwis
Users List'; 'p...@pidster.com'
Subject: RE: Still having problem retrieving user value from ISAPI Filter for
authentication
We have a custom filter that we're using because after we get the request and
response info then I need to use the user value info and get the user also
ed
awhile back.
Thanks again.
-Original Message-
From: Pid [mailto:p...@pidster.com]
Sent: Tuesday, June 22, 2010 7:53 AM
To: 'Tomcat Users List'
Subject: Re: Still having problem retrieving user value from ISAPI Filter for
authentication
On 22/06/2010 13:36, Savoy, Melin
> Thanks.
>
> -Original Message-
> From: Pid [mailto:p...@pidster.com]
> Sent: Tuesday, June 22, 2010 7:11 AM
> To: Tomcat Users List
> Subject: Re: Still having problem retrieving user value from ISAPI Filter for
> authentication
>
> On 22/06/2010 13:05, Marc B
more about ISAPI turns up.)
p
> accept-encoding = gzip, deflate
> content-length = 0
>
> I don't know what I'm doing wrong here. Again, any help is appreciated.
>
> Thanks.
>
> -Original Message-
> From: Pid [mailto:p...@pidster.com]
> Sent:
know what I'm doing wrong here. Again, any help is appreciated.
Thanks.
-Original Message-
From: Pid [mailto:p...@pidster.com]
Sent: Tuesday, June 22, 2010 7:11 AM
To: Tomcat Users List
Subject: Re: Still having problem retrieving user value from ISAPI Filter for
authentication
On
On Tue, Jun 22, 2010 at 8:16 AM, Savoy, Melinda
wrote:
> Thanks Marc. I actually have that setting in my server.xml file as well.
>
Hmm, I've only gotten the ISAPI filter working once and not in this
context. Unless there are other ways to do this Pid's idea is
probably the best.
Marc
---
Boorshtein [mailto:mboorsht...@gmail.com]
Sent: Tuesday, June 22, 2010 7:06 AM
To: Tomcat Users List
Subject: Re: Still having problem retrieving user value from ISAPI Filter for
authentication
I haven't tried this with IIS, but we had quite the discussion on this
last week with Apache &am
On 22/06/2010 13:05, Marc Boorshtein wrote:
> I haven't tried this with IIS, but we had quite the discussion on this
> last week with Apache & tomcat with JK. In your server.xml file add
> tomcatAuthentication="false" to the AJP connector object. If you look
> in the archives of this list for JK_
I haven't tried this with IIS, but we had quite the discussion on this
last week with Apache & tomcat with JK. In your server.xml file add
tomcatAuthentication="false" to the AJP connector object. If you look
in the archives of this list for JK_REMOTE_USER there is a very
interesting discussion o
My apologies. Let me try to ask my question in a more specific manner to see
if I can get a response from someone on this list.
Per the ISAPI log, I am getting to my index.jsp page successfully and I also am
able to see the request info that is sent to the ISAPI filter from IIS.
But when I try
44 matches
Mail list logo