diff options
author | Markus Krogh <markus@nordu.net> | 2017-09-27 15:52:06 +0200 |
---|---|---|
committer | Markus Krogh <markus@nordu.net> | 2017-09-27 15:52:06 +0200 |
commit | 221ce8d2e414c95d6277baf4d1e6ebc644ee0b7c (patch) | |
tree | 067e112b5bbbdcdcd6dcbd0f57d2ba6c791fa171 /conf-from-container/conf/authn/authn-events-flow.xml | |
parent | 633ada5afb580dea9c755554c9a9a66b64434e4c (diff) |
Remove conf-from-container, update git ignore
Diffstat (limited to 'conf-from-container/conf/authn/authn-events-flow.xml')
-rw-r--r-- | conf-from-container/conf/authn/authn-events-flow.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/conf-from-container/conf/authn/authn-events-flow.xml b/conf-from-container/conf/authn/authn-events-flow.xml deleted file mode 100644 index 244e1db..0000000 --- a/conf-from-container/conf/authn/authn-events-flow.xml +++ /dev/null @@ -1,18 +0,0 @@ -<flow xmlns="http://www.springframework.org/schema/webflow" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow.xsd" - abstract="true"> - - <!-- ADVANCED USE ONLY --> - - <!-- - You can ignore this file unless you are creating your own custom login subflows that want to - report custom events in response to unusual error or warning conditions. - --> - - <!-- Custom error events to reflect back from user-supplied login subflows. --> - <!-- - <end-state id="MyCustomEvent" /> - --> - -</flow> |