Skip to content

Remove the dead websocket proxy route - #1

Merged
johardi merged 1 commit into
mainfrom
fix/308-remove-wsapps
Jul 28, 2026
Merged

Remove the dead websocket proxy route#1
johardi merged 1 commit into
mainfrom
fix/308-remove-wsapps

Conversation

@johardi

@johardi johardi commented Jul 28, 2026

Copy link
Copy Markdown
Member

The proxy half of protegeproject/webprotege-gwt-ui#308. Project events ride SSE on the existing /data/ route, and nothing has called /wsapps since the EventSource client shipped — the route is dead. The connection_upgrade map goes with it: it was referenced nowhere (both this route and /kibana hardcode their Connection headers). Kibana's own websocket handling is untouched.

Project events ride Server-Sent Events on the /data/ route now, so
nothing calls /wsapps anymore. The connection-upgrade map goes with it —
it was referenced nowhere, since both this route and /kibana hardcode
their Connection headers. Kibana's own websocket handling is untouched.

Completes the proxy half of protegeproject/webprotege-gwt-ui#308.
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