Skip to content

Fix redirect on 404 error handlers #249

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

Merged
merged 2 commits into from
Apr 14, 2025
Merged

Conversation

SentryMan
Copy link
Collaborator

resolves #248

@SentryMan SentryMan added the bug Something isn't working label Apr 12, 2025
@SentryMan SentryMan added this to the 3.1 milestone Apr 12, 2025
@SentryMan SentryMan self-assigned this Apr 12, 2025
@SentryMan SentryMan requested a review from rbygrave April 12, 2025 17:50
@SentryMan SentryMan enabled auto-merge (squash) April 12, 2025 17:50
@@ -36,6 +36,7 @@ public void handle(HttpExchange exchange) {

if (route == null) {
var ctx = new JdkContext(mgr, exchange, uri, Set.of());
ctx.setMode(Mode.EXCHANGE);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can move this into the constructor. Will merge this in but look to adjust later.

@rbygrave rbygrave disabled auto-merge April 14, 2025 08:56
@rbygrave rbygrave merged commit d197acb into avaje:master Apr 14, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

I can't perform a redirect in JEX v3.0
2 participants