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

Port down to AEM 6.5.x #40

Merged
merged 5 commits into from Nov 28, 2023
Merged

Port down to AEM 6.5.x #40

merged 5 commits into from Nov 28, 2023

Conversation

stoerr
Copy link
Member

@stoerr stoerr commented Nov 28, 2023

That solves most of #31 .
Mostly layout fixes were needed. There was a seriously weird problem that the tab blocked in Chrome at 100% on every content request in AEM 6.5.x (I assume in JQuery) - I tracked that down to the content creation request being HTTP 202 with a Location header and changed that mechanism to return the stream ID for the continuation in a JSON response.

It still works only with Java 11, though, since we use the asynchronous featores of java.net.http and the HttpClient 4 available on AEM 6.5.x does not have asynchronous features.

@stoerr stoerr linked an issue Nov 28, 2023 that may be closed by this pull request
@stoerr stoerr merged commit 7d31021 into develop Nov 28, 2023
2 checks passed
@stoerr stoerr deleted the feature/31-downport-to-aem-65x branch November 28, 2023 07:50
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.

Downport to AEM 6.5.x
1 participant