diff options
author | Thomas Knall <t.knall@datentechnik-innovation.com> | 2015-01-21 08:50:58 +0100 |
---|---|---|
committer | Thomas Knall <t.knall@datentechnik-innovation.com> | 2015-01-21 08:50:58 +0100 |
commit | a1bb34634bf4f30fc565109358eb51bd1111dc21 (patch) | |
tree | 9dbed68f68e7dcdbd5b97116f63367a085e8576a /id/server/auth/src/main/webapp/template_onlineBKU.html | |
parent | 27ad3fcb9c078e74b3c183d5aa197d1e95eae2ee (diff) | |
download | moa-id-spss-a1bb34634bf4f30fc565109358eb51bd1111dc21.tar.gz moa-id-spss-a1bb34634bf4f30fc565109358eb51bd1111dc21.tar.bz2 moa-id-spss-a1bb34634bf4f30fc565109358eb51bd1111dc21.zip |
Add "DefaultAuthentication" process (AT, no mandates, no stork) (MOAID-59).
- Fix oa web.xml, switch to servlet 3.0.
- moa-id-auth web.xml
-- Add CharacterEncodingFilter for UTF-8 encoding.
-- Add ProcessEngineSignalServlet.
- Fix invalid template_*.html.
- Add TODO[branch] annotations in order to indicates potential process flow branches.
- Add some missing Javadoc.
- Add property processInstandId to AuthenticationSession.
- Add process engine support.
- Fix HttpServlet init issues.
- Set VerifyAuthenticationBlockServlet and VerifyIdentityLinkServlet deprecated.
Diffstat (limited to 'id/server/auth/src/main/webapp/template_onlineBKU.html')
-rw-r--r-- | id/server/auth/src/main/webapp/template_onlineBKU.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/auth/src/main/webapp/template_onlineBKU.html b/id/server/auth/src/main/webapp/template_onlineBKU.html index 534d3dc55..39d7bb8e1 100644 --- a/id/server/auth/src/main/webapp/template_onlineBKU.html +++ b/id/server/auth/src/main/webapp/template_onlineBKU.html @@ -11,7 +11,7 @@ </script>
</head>
<body onLoad="onAnmeldeSubmit()">
- <form name="CustomizedForm" action="<BKU>" method="post" enctype="multipart/form-data<>">
+ <form name="CustomizedForm" action="<BKU>" method="post" enctype="multipart/form-data">
Falls Sie nicht automatisch weitergeleitet werden klicken Sie bitte hier:
<input class="button" type="hidden" value="Starte Anmeldung" name="Senden">
<input type="hidden" name="XMLRequest" value="<XMLRequest>">
|