lib/saml/config.rb in libsaml-2.22.0 vs lib/saml/config.rb in libsaml-2.22.1
- old
+ new
@@ -24,9 +24,12 @@
mattr_accessor :default_store
mattr_accessor :inclusive_namespaces_prefix_list
@@inclusive_namespaces_prefix_list = "ds saml samlp xs"
+ mattr_accessor :include_nested_prefixlist
+ @@include_nested_prefixlist = false
+
def register_store(name, store, options = {})
registered_stores[name] = store
self.default_store = name if options[:default]
end
module_function :register_store