-
1. Re: Losing Header Information from Siteminder
gpfountz2 Nov 4, 2014 11:12 AM (in response to Archebius)In my case, if I show headers via an ASP page, I see all 27 headers. When I show the same headers from a CFM page, I only see 24 headers. And the 3 missing headers are the last 3 headers listed on the ASP page.
I have enabled debug logging for isapi_redirect.log. The log only shows 24 headers (see below).
Is there a limit to the number of headers that isapi_redirect.dll supports?
I am running ColdFusion 11 Enterprise on Windows Server 2008 32 bit.
....
[Tue Nov 04 10:26:00.940 2014] [8800:8912] [debug] init_ws_service::jk_isapi_plugin.c (3944): Forwarding request header usertype : Employee
[Tue Nov 04 10:26:00.940 2014] [8800:8912] [debug] init_ws_service::jk_isapi_plugin.c (3973): Service protocol=HTTP/1.1 method=GET host=10.4.101.59 addr=10.4.101.59 name=devasicint.internal.local port=80 auth= user= uri=/secureint/headerinfo.cfm
[Tue Nov 04 10:26:00.940 2014] [8800:8912] [debug] init_ws_service::jk_isapi_plugin.c (3985): Service request headers=24 attributes=0 chunked=no content-length=0 available=0
....
-
2. Re: Losing Header Information from Siteminder
Archebius Nov 4, 2014 1:27 PM (in response to gpfountz2)I don't think that's the issue in this case, since they will appear for the default site, but not when I call the page specifically.
Even stranger, the header information will appear for ANY site that I have set as the default document in IIS. It is only when I call the .cfm file by name - e.g, index.cfm, SupView.cfm - that it fails to pass the information.


