What is in the config file before <Cookies>? The sample.cosign.dll.config that was packaged with 2.0.3 placed the <ConnectionPoolSize> before the <Cookies> tag. <ConnectionPoolSize> should appear after <Cookies>.
Jarod On Sep 15, 2008, at 2:53 PM, Darian Anthony Patrick wrote: > Good day all, > > I'm having problems with an IIS 6 deployment where the filter is not > able to start properly due to a parse error. In the Application Event > log I find output from CoSign: > > Config file parsing error at line 52: Element content is invalid > according to the DTD/Schema. > Expecting: RedirectToHttps, LogoutURL, CheckIPAddress, > KerberosTicketsPath, ProxyCookiesPath, HashLength, RequireFactor, > FactorIgnoreSu.... > > Now in cosign.dll.conf, line 52 begins the following stanza: > > <Cookies> > <Secure>false</Secure> > <HttpOnly>false</HttpOnly> > </Cookies> > > I've looked at iiscosign.xsd and visually verified that the markup > matches the schema. I've also looked through the source to try and > determine if the <Cookies> directive is disabled somehow. I've come > up > with nothing. > > Could someone shed some light on what is going on here? > > Any help would be much appreciated. > > Thanks, > > Darian > > -- > ________________________________________________________________________ > > Darian Anthony Patrick > Senior Programmer Analyst, Application Security > Office of Information Systems & Computing Voice: (215) > 573-1955 > Networking & Telecommunications Unit E-mail: [EMAIL PROTECTED] > University of Pennsylvania Jabber/XMPP: [EMAIL PROTECTED] > --- > CFC7 DF03 337E F7F6 1829 71ED 1038 88AF 3C88 E55C > ________________________________________________________________________ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Cosign-discuss mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/cosign-discuss > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cosign-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cosign-discuss
