Skip to content

Fix CAS redirect#239

Open
nhinze23 wants to merge 1 commit into
developfrom
bugfix/238-enhance-caching-prevent-oops
Open

Fix CAS redirect#239
nhinze23 wants to merge 1 commit into
developfrom
bugfix/238-enhance-caching-prevent-oops

Conversation

@nhinze23

Copy link
Copy Markdown
Contributor

When logging out of usermgt and immediately visit usermgt the cas redirection was buggy because it used the cache for /usermgt. Error Oops... appeared.

We already disable caching but only for jax requests.

This commit converts the "disablecache" container jax filter to a more general servlet filter and also places it at the start of the filter chain to fix the error.

When logging out of usermgt and immediately visit usermgt the cas redirection was buggy because it used the cache for /usermgt.
Error Oops... appeared.

We already disable caching but only for jax requests.

This commit converts the "disablecache" container jax filter to a more general servlet filter and also places it at the start of the filter chain to fix the error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant