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

2012-08-28 Thread Bilal S
On Tue, Aug 28, 2012 at 3:55 PM, Rainer Jung wrote: > Hi John, > > On 28.08.2012 01:25, 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

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
Hi John, On 28.08.2012 01:25, 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 stripped (intentionally or accidentally)

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

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
to run a test harness you can probably try this test harness for Ajp13 subbing header and header value here p.appendInt(3); p.appendString("my header"); p.appendString("my header value"); /* * Copyright 1999-2004 The Apache Software Foundation * * Licensed under t