|
cosign-discuss at umich.edu
|
general discussion of cosign development and deployment
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug in IIS Cosign 1.1.1?
I think the szProtocol in SetCookieAndRedirect needs to be 6 bytes, given
you are copying in "https" in most cases.
Wow, sorry, I must've had a brain lapse when adding up that magic number
in my head.
Also, when I compile the IIS Cosign module with debugging (the debug
configuration) and install it and attempt to access a protected area I
messages on the server like the pic attached. I have looked into a little,
but cannot find why this happening.
It's possible that the szProtocol is causing this since it's 'near' szUrl
in the stack. I'll double check my bounds checking in that part of the
code -- SetCookieAndRedirect.
--Jarod
|