Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't cache requests with Accept: text/event-stream by default. #7744

Merged
merged 1 commit into from Jan 17, 2020

Conversation

joshiste
Copy link
Contributor

@joshiste joshiste commented Dec 14, 2019

The eventstream requests is typically not directly invoked by the browser.
And even more unfortunately the browser api for Eventsource doesn't allow the set additional headers as X-Requested-With: XMLHttpRequest..

The eventstream requests is typically not directly invoked by the browser.
And even more unfortunately the Browser-Api doesn't allow the set additional headers as `XMLHttpRequest`..
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Dec 14, 2019
@joshiste joshiste requested a review from jzheaux January 16, 2020 07:49
@fhanik fhanik merged commit cc956a6 into spring-projects:5.2.x Jan 17, 2020
@fhanik fhanik added in: core An issue in spring-security-core type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Jan 17, 2020
@fhanik fhanik added this to the 5.3.0.RC1 milestone Jan 17, 2020
@fhanik fhanik self-assigned this Jan 17, 2020
@fhanik fhanik modified the milestones: 5.3.0.RC1, 5.2.2 Jan 17, 2020
@fhanik fhanik added the type: bug A general bug label Jan 17, 2020
@fhanik
Copy link
Contributor

fhanik commented Jan 17, 2020

Merged to master and 5.2.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core An issue in spring-security-core type: bug A general bug type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants