Ready to release `v1.2.1`
This commit is contained in:
parent
12b37834d8
commit
cbbb8b7edb
|
@ -1,31 +1,41 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
|
||||
|
||||
|
||||
|
||||
<wb-module deploy-name="oidc-enrollment-hook-1.2.1-SNAPSHOT">
|
||||
|
||||
|
||||
<wb-module deploy-name="oidc-enrollment-hook-1.2.1">
|
||||
|
||||
|
||||
|
||||
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
|
||||
|
||||
|
||||
|
||||
|
||||
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
|
||||
|
||||
|
||||
|
||||
|
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
|
||||
|
||||
|
||||
|
||||
|
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
|
||||
|
||||
|
||||
|
||||
|
||||
<property name="java-output-path" value="/oidc-portal-enrollment/target/classes"/>
|
||||
|
||||
|
||||
|
||||
|
||||
<property name="context-root" value="oidc-enrollment-hook"/>
|
||||
|
||||
|
||||
|
||||
|
||||
<property name="component.exclusion.patterns"/>
|
||||
|
||||
|
||||
|
||||
|
||||
</wb-module>
|
||||
|
||||
|
||||
|
||||
|
||||
</project-modules>
|
||||
|
|
|
@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
# Changelog for "oidc-enrollment-hook"
|
||||
|
||||
## [v1.2.1-SNAPSHOT]
|
||||
## [v1.2.1]
|
||||
- Better handling of tokens remove from proxy in the `finally` statement in the `SessionDestroyAction` class
|
||||
- Avatar for the user at login is now downloaded and saved/removed in a separate thread
|
||||
- Redirect after the login to the original requested page is performed when response has not already commited due to redirect to another URI due to tokens expiration or errors
|
||||
|
|
Loading…
Reference in New Issue