[JBoss JIRA] (ELY-550) Update the FORM authentication mechanism so it can be configured to redirect to specific location after authentication.
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/ELY-550?page=com.atlassian.jira.plugin.sy... ]
Darran Lofthouse updated ELY-550:
---------------------------------
Description:
The current implementation caches the intercepted location that the user was attempting to access and after authentication sends them back to that location - this feature request is to support additional configuration to send them to a pre-defined location i.e. some form of welcome page.
Note: Request suspension should probably also be disabled for this mode as if the user is not being directed back to the page they requested there is no point saving and restoring any additional data associated with that request.
was:The current implementation caches the intercepted location that the user was attempting to access and after authentication sends them back to that location - this feature request is to support additional configuration to send them to a pre-defined location i.e. some form of welcome page.
> Update the FORM authentication mechanism so it can be configured to redirect to specific location after authentication.
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: ELY-550
> URL: https://issues.jboss.org/browse/ELY-550
> Project: WildFly Elytron
> Issue Type: Feature Request
> Components: HTTP
> Reporter: Darran Lofthouse
> Fix For: 2.0.0.Alpha1
>
>
> The current implementation caches the intercepted location that the user was attempting to access and after authentication sends them back to that location - this feature request is to support additional configuration to send them to a pre-defined location i.e. some form of welcome page.
> Note: Request suspension should probably also be disabled for this mode as if the user is not being directed back to the page they requested there is no point saving and restoring any additional data associated with that request.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (WFLY-6654) Optimize live/backup replication after failback
by Miroslav Novak (JIRA)
Miroslav Novak created WFLY-6654:
------------------------------------
Summary: Optimize live/backup replication after failback
Key: WFLY-6654
URL: https://issues.jboss.org/browse/WFLY-6654
Project: WildFly
Issue Type: Enhancement
Components: JMS
Affects Versions: 10.0.0.Final
Reporter: Miroslav Novak
Assignee: Clebert Suconic
Priority: Critical
Currently if there is master/slave pair configured using replicated journal then after each failback when master is starting, it copies the whole journal directory from slave.
This seems to ineffective as master might have significant part of backups journal before it failed.
If only differences between journals would be transfered then it would be effective especially in case when failback is completed and master starts to synchronize the whole journal back to slave. It copies the whole journal to backup again which is almost the same. This would greatly speed up synchronization of slave and safe network bandwidth.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months