Re: Custom Header Fields are Missing after SiteMinder Redirect (UNCLASSIFIED)

2012-08-28 Thread Bilal S
eMinder intercepts the >> request and performs a HTTP 302 redirect to the policy servers for >> authentication. After successful authentication, the policy server adds >> some custom fields, such as "userid" and "mail", to the request header and >> fires it back t

Re: Custom Header Fields are Missing after SiteMinder Redirect (UNCLASSIFIED)

2012-08-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, On 8/28/12 2:03 PM, Lowman, John Mr CTR USA AMC wrote: > It looks to me like the policy server is sending an HTTP request > using the GET method. Can you watch with eg. Wireshark to see if the headers are being included in that request? If Sit

Re: Custom Header Fields are Missing after SiteMinder Redirect (UNCLASSIFIED)

2012-08-28 Thread Rainer Jung
b server. When using an ASP script below, I can see that these custom header fields appear in IIS, so I have proof that they are arriving intact in the header. However, the problem is that the custom request header fields get stripped out when viewing a ColdFusion page, which goes through the Apa

RE: Custom Header Fields are Missing after SiteMinder Redirect (UNCLASSIFIED)

2012-08-28 Thread Lowman, John Mr CTR USA AMC
Users List Subject: Re: Custom Header Fields are Missing after SiteMinder Redirect (UNCLASSIFIED) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, On 8/27/12 7:25 PM, Lowman, John Mr CTR USA AMC wrote: > I hope someone out there has some insight regarding the problem that > I'm about

Re: Custom Header Fields are Missing after SiteMinder Redirect (UNCLASSIFIED)

2012-08-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, On 8/27/12 7:25 PM, Lowman, John Mr CTR USA AMC wrote: > I hope someone out there has some insight regarding the problem > that I'm about to describe. All custom request header fields that > are added via the SiteMinder policy server are being s

Custom Header Fields are Missing after SiteMinder Redirect (UNCLASSIFIED)

2012-08-27 Thread Lowman, John Mr CTR USA AMC
policy servers for authentication. After successful authentication, the policy server adds some custom fields, such as "userid" and "mail", to the request header and fires it back to our web server. When using an ASP script below, I can see that these custom header fields

RE: custom header

2009-06-10 Thread Anthony J. Biacco
e appropriate now I think. Thanx again for the pointer in the right direction. -Tony Sent from my Windows Mobile® phone. -Original Message- From: André Warnier Sent: Wednesday, June 10, 2009 2:27 AM To: Tomcat Users List Subject: Re: custom header Anthony J. Biacco wrote: > Thanx fo

Re: custom header

2009-06-10 Thread André Warnier
Anthony J. Biacco wrote: Thanx for that, that sets the header for me, but to something static. Only problem I have is I can't seem to figure out how to set it to the hostname of the tomcat server, or a tomcat variable (set from the hostname of the server - i.e. -Dmyjvmroute=`/bin/hostname -s` a

RE: custom header

2009-06-09 Thread Anthony J. Biacco
73-1800x27 abia...@formatdynamics.com http://www.formatdynamics.com > -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Friday, June 05, 2009 10:00 AM > To: Tomcat Users List > Subject: Re: custom header > > Anthony J. Biacco wrote: > > Is there a w

Re: custom header

2009-06-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 6/5/2009 11:59 AM, André Warnier wrote: > you should be able to do that with a servlet filter at the Tomcat > level. +1 At first read, it sounded like the OP was trying to set a header in mod_jk so that Tomcat could read it. But it looks l

Re: custom header

2009-06-05 Thread André Warnier
Anthony J. Biacco wrote: Is there a way to set a custom HTTP header from tomcat/mod_jk for the AJP connector? Short of changing the tomcat/mod_jk source code, that is. I have requests go from apache -> mod_jk -> tomcat, multiple servers, and I want to see in a Response header what tomcat my reque

RE: custom header

2009-06-04 Thread Martin Gainty
Exception(e.toString()); } } } HTH Martin Gainty __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterle

custom header

2009-06-04 Thread Anthony J. Biacco
Is there a way to set a custom HTTP header from tomcat/mod_jk for the AJP connector? Short of changing the tomcat/mod_jk source code, that is. I have requests go from apache -> mod_jk -> tomcat, multiple servers, and I want to see in a Response header what tomcat my request is getting processed by.