Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/modules/migration/partials/migration-guide-26.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ The `HttpServiceTunnelTransportManager` and its configuration properties `scout.

On the server-side there is no `ServiceTunnelServlet` anymore to answer incoming HTTP requests, instead a `ProcessResource` (REST resource) has been created which delegates the request to the `ServiceTunnelService`.

IMPORTANT: The new `ProcessResource` is exposed as `/api/process` REST endpoint instead of the former `/process` endpoint.
Make sure that `/api` is not generally exposed without further authorization filter (see `org.eclipse.scout.rt.server.app.ServerServletContributors.AuthFilterContributor` and its `filterExcludes` implementation) because this would include and expose the new `/api/process` endpoint.

Arbitrary `IServiceTunnelContentHandler` support was removed (and also the `SoapServiceTunnelContentHandler` implementation), the service tunnel now always uses the `BinaryServiceTunnelContentHandler` bean (which may still be extended).

The duplicate request detection `SequenceNumberDuplicateDetector` has been removed.
Expand Down