Skip to content

Commit

Permalink
update to 4.0.0 (release)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Mar 11, 2020
1 parent e0fcf67 commit f8d3464
Show file tree
Hide file tree
Showing 17 changed files with 1,007 additions and 1,293 deletions.
9 changes: 6 additions & 3 deletions conf/attribute-registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@
The system comes preconfigured to load rules directly from resource files
configured in services.xml so they're monitored for changes.
You can add mappings here, add more XML resource files,
or drop property files into the directory noted below.
You can add mappings here, add more XML resource files, or drop property
files into the directory noted below, but they won't be monitored for changes
themselves.
-->

<!-- Default directory for custom mappings. -->
<bean parent="shibboleth.TranscodingRuleLoader" c:_0="%{idp.home}/conf/attributes/custom" />
<bean parent="shibboleth.TranscodingRuleLoader"
c:dir="%{idp.home}/conf/attributes/custom"
c:extensions="#{{'.txt', '.props', '.properties', '.rule'}}" />

</beans>
251 changes: 0 additions & 251 deletions conf/attribute-resolver-full.xml

This file was deleted.

Loading

0 comments on commit f8d3464

Please sign in to comment.