This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Ensure router_type is present in _router_completed #549
Comments
jrconlin
added a commit
that referenced
this issue
Aug 1, 2016
Webpush web handler should not remove router_type from UAID information. Also fixed error message formatting and added appropriate test to ensure that router_type persists. closes #549
The problem is that "router_type" is being mistakenly deleted from UAID information, this would cause endpoints to potentially lose routing, since each router type would define how messages should be delivered. 9e3fedb only partially fixed all paths. |
jrconlin
added a commit
that referenced
this issue
Aug 2, 2016
jrconlin
added a commit
that referenced
this issue
Aug 2, 2016
jrconlin
added a commit
that referenced
this issue
Aug 2, 2016
jrconlin
added a commit
that referenced
this issue
Aug 3, 2016
Some android clients have an older SenderID. The server needs to allow and send to that older SenderID since it is extremely difficult to change this value on the client. In addtion: * drops user on bridge update with empty new routing data (there's nothing to route to, so drop the user) * fixes comments and var names to be more expicit about what's happening. * closes #549, #579
jrconlin
added a commit
that referenced
this issue
Aug 3, 2016
Some android clients have an older SenderID. The server needs to allow and send to that older SenderID since it is extremely difficult to change this value on the client. In addtion: * drops user on bridge update with empty new routing data (there's nothing to route to, so drop the user) * fixes comments and var names to be more expicit about what's happening. * closes #549, #579
jrconlin
added a commit
that referenced
this issue
Aug 3, 2016
Some android clients have an older SenderID. The server needs to allow and send to that older SenderID since it is extremely difficult to change this value on the client. In addtion: * drops user on bridge update with empty new routing data (there's nothing to route to, so drop the user) * fixes comments and var names to be more expicit about what's happening. * closes #549, #579
jrconlin
added a commit
that referenced
this issue
Aug 3, 2016
Some android clients have an older SenderID. The server needs to allow and send to that older SenderID since it is extremely difficult to change this value on the client. In addtion: * drops user on bridge update with empty new routing data (there's nothing to route to, so drop the user) * fixes comments and var names to be more expicit about what's happening. * closes #549, #579
jrconlin
added a commit
that referenced
this issue
Aug 3, 2016
Some android clients have an older SenderID. The server needs to allow and send to that older SenderID since it is extremely difficult to change this value on the client. In addtion: * drops user on bridge update with empty new routing data (there's nothing to route to, so drop the user) * fixes comments and var names to be more expicit about what's happening. * closes #549, #579
jrconlin
added a commit
that referenced
this issue
Aug 3, 2016
Some android clients have an older SenderID. The server needs to allow and send to that older SenderID since it is extremely difficult to change this value on the client. In addtion: * drops user on bridge update with empty new routing data (there's nothing to route to, so drop the user) * fixes comments and var names to be more expicit about what's happening. * closes #549, #579
jrconlin
added a commit
that referenced
this issue
Aug 4, 2016
Some android clients have an older SenderID. The server needs to allow and send to that older SenderID since it is extremely difficult to change this value on the client. In addtion: * drops user on bridge update with empty new routing data (there's nothing to route to, so drop the user) * fixes comments and var names to be more expicit about what's happening. * closes #549, #579
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A previous PR fixed the return handing in _router_completed, this fix was not applied to the _router_completed in web/webpush.py however.
The text was updated successfully, but these errors were encountered: