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

bug: SubscriptionEnd being send with wrong request URI and wrong status URI #404

Open
1 of 2 tasks
maximilianpilz opened this issue Jan 21, 2025 · 0 comments
Open
1 of 2 tasks
Labels
bug Something isn't working v1 Version 1 is affected v2 Version 2 is affected

Comments

@maximilianpilz
Copy link
Collaborator

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

v1: status URI of the SubscriptionEnd is something like wse:SourceShuttingDown, request URI is the NotifyTo URI

v2: status URI of the SubscriptionEnd is something like SourceShuttingDown, request URI is the EndTo URI if given and the NotifyTo URI if the EndTo URI is not given

Expected Behavior

v1 and v2: status URI of the SubscriptionEnd is either http://schemas.xmlsoap.org/ws/2004/08/eventing/SourceShuttingDown or http://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryFailure or http://schemas.xmlsoap.org/ws/2004/08/eventing/SourceCancelling, and the request URI is always the EndTo URI, if there is no EndTo URI given, no SubscriptionEnd request is send

Minimal Reproducible Example

No response

Solution proposal

No response

Python Version

all supported

Operating system

all supported

Sdc11073 Version

master 463564c and v1.x.y c3e989a

Link to sdc11073 Logs

No response

Further Information

No response

Participation

  • I am willing to submit a pull request to fix this bug.
@maximilianpilz maximilianpilz added bug Something isn't working v1 Version 1 is affected v2 Version 2 is affected labels Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v1 Version 1 is affected v2 Version 2 is affected
Projects
None yet
Development

No branches or pull requests

1 participant