All work
- Warn on duplicated handler locationsSSPCPP-840Resolved issue: SSPCPP-840Scott Cantor
- More files in dist liable to not be updatedSSPCPP-821Resolved issue: SSPCPP-821Rod Widdowson
- Listener remoting map needs to be synchronizedSSPCPP-799Resolved issue: SSPCPP-799Scott Cantor
- Resolvers with exceptionId option don't report it as an attribute ID to clear.SSPCPP-797Resolved issue: SSPCPP-797Scott Cantor
- Artifact responses are invalidSSPCPP-792Resolved issue: SSPCPP-792Scott Cantor
- Duplicated processing of nested property sets in configSSPCPP-777Resolved issue: SSPCPP-777Scott Cantor
- Dynamic metadata provider fails to install filtersSSPCPP-763Resolved issue: SSPCPP-763Scott Cantor
- Scoped attributes are case-insensitive by definitionSSPCPP-721Resolved issue: SSPCPP-721Scott Cantor
- Xerces 3.1.3 vulnerabilities and fixesSSPCPP-702Resolved issue: SSPCPP-702Scott Cantor
- Provide event log DLL to avoid extraneous event log contentSSPCPP-682Resolved issue: SSPCPP-682Rod Widdowson
- Session Cleanup for Database Session Storage can cause performance issuesSSPCPP-670Resolved issue: SSPCPP-670Scott Cantor
- BOOST autoconf macros break with gcc5SSPCPP-663Resolved issue: SSPCPP-663Scott Cantor
- shibd doesn't set any umaskSSPCPP-659Resolved issue: SSPCPP-659Scott Cantor
- setuid/setgid fails to remove supplementary groupsSSPCPP-658Resolved issue: SSPCPP-658Scott Cantor
- NameID insert logic appears wrong for ODBC Session storeSSPCPP-656Resolved issue: SSPCPP-656Scott Cantor
- Should Windows Installer set retricted permissions on the \opt\ treeSSPCPP-650Resolved issue: SSPCPP-650Rod Widdowson
- missing shibsp1_5D.dllSSPCPP-626Resolved issue: SSPCPP-626Scott Cantor
- Dynamic metadata provider in SP should avoid unmarshalling non-EntityDescriptor resultsSSPCPP-598Resolved issue: SSPCPP-598Scott Cantor
- Default port not handled well by SessionInitiator handerURL computation.SSPCPP-567Resolved issue: SSPCPP-567Scott Cantor
- Solaris TCP Listener code is brokenSSPCPP-552Resolved issue: SSPCPP-552Scott Cantor
- Problems with native.log file rotationSSPCPP-550Resolved issue: SSPCPP-550Scott Cantor
- Encoding problem with Metadata Attribute ExtractorSSPCPP-547Resolved issue: SSPCPP-547Scott Cantor
- AttributeExtractor fails to deal with multiple LogosSSPCPP-543Resolved issue: SSPCPP-543Scott Cantor
- Apache 2.4.3 returns 500 error instead of providing DirectoryIndex pageSSPCPP-542Resolved issue: SSPCPP-542Scott Cantor
- ISAPI header detection code is prone to false alarmsSSPCPP-540Resolved issue: SSPCPP-540Scott Cantor
- Filtering for EntityAttributes does not workSSPCPP-529Resolved issue: SSPCPP-529Scott Cantor
- Add ignoreNoPassive attribute to SSO elementSSPCPP-527Resolved issue: SSPCPP-527Scott Cantor
- Transaction log crashes on SOAP-based logoutSSPCPP-526Resolved issue: SSPCPP-526Scott Cantor
- Cannot disable Logout Notification in ApplicationOverride if Notification is set in ApplicationDefaultSSPCPP-525Resolved issue: SSPCPP-525Scott Cantor
- Default attribute-map.xml Attribute/id are misleadingSSPCPP-524Resolved issue: SSPCPP-524Scott Cantor
- Strange behaviour of native logSSPCPP-523Resolved issue: SSPCPP-523Scott Cantor
- Transform resolver echoes source string when match failsSSPCPP-522Resolved issue: SSPCPP-522Scott Cantor
- Shorthand SSO/Logout syntax not working with policyId settingSSPCPP-519Resolved issue: SSPCPP-519Scott Cantor
- Incorrect requireLogoutWith redirection if the original URL has query stringSSPCPP-518Resolved issue: SSPCPP-518Scott Cantor
- Windows SP installer should not always roll back when shibd fails to startSSPCPP-517Resolved issue: SSPCPP-517Rod Widdowson
- apache24.config missing from makefile targetSSPCPP-516Resolved issue: SSPCPP-516Scott Cantor
- Make /Status handler report SessionCacheSSPCPP-515Resolved issue: SSPCPP-515Scott Cantor
- FCGI responder stdin buffer missing terminationSSPCPP-514Resolved issue: SSPCPP-514Scott Cantor
- Installer scripts (particularly the uninstall ones) should fail safeSSPCPP-510Resolved issue: SSPCPP-510Scott Cantor
- Insert record failed Violation of PRIMARY KEY constraint with ODBC pluginSSPCPP-507Resolved issue: SSPCPP-507Scott Cantor
- Add WiX Builds into VisualStudio/MsBuildSSPCPP-506Resolved issue: SSPCPP-506Rod Widdowson
- shibd on Windows missing a version optionSSPCPP-505Resolved issue: SSPCPP-505Scott Cantor
- ScopedAttributeDecoder fails on non-ascii chars?SSPCPP-504Resolved issue: SSPCPP-504Scott Cantor
- Apache 2.4 post_read hook isn't run on subrequests, breaks moduleSSPCPP-502Resolved issue: SSPCPP-502Scott Cantor
- configure fails against Apache 2.4SSPCPP-500Resolved issue: SSPCPP-500Scott Cantor
- Fresh Installation on Windows XP fails after service daemon fails to startSSPCPP-499Resolved issue: SSPCPP-499Rod Widdowson
- Hardcoded path in XMLTooling is invalid on localized WinXP/2003SSPCPP-498Resolved issue: SSPCPP-498Scott Cantor
- Warning Shibboleth.PropertySet : load() skipping duplicate property set:SSPCPP-495Resolved issue: SSPCPP-495Scott Cantor
- Shibboleth-SP RPM performs bulk right changes in the log directorySSPCPP-494Resolved issue: SSPCPP-494Scott Cantor
- Default allow access to Shibboleth.sso by default in shibd.confSSPCPP-493Resolved issue: SSPCPP-493Scott Cantor
50 of 62
Warn on duplicated handler locations
Fixed
Basics
Logistics
Basics
Logistics
Description
Environment
None
Created October 10, 2018 at 4:19 PM
Updated December 19, 2018 at 4:09 PM
Resolved October 12, 2018 at 4:42 PM
The code doesn't check for pre-exsting handlers in the various maps when it installs new ones, so when you combine <SSO> with a legacy config and both are installing to /Login, the results are unpredictable but not warned about.