Changes between Initial Version and Version 1 of Ticket #186
- Timestamp:
- Mar 17, 2007 10:23:57 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #186
- Property Status changed from new to closed
- Property Resolution changed from to fixed
-
Ticket #186 – Description
initial v1 5 5 The problem occurs because this function was called twice by the transaction, first during UAC transaction initialization and second when sending the request. Because of this, on the second call of the function, '''the function will swap back the Route and request URI, putting back the Route and request URI of the original request!''' 6 6 7 Effectively this means that the strict Route header will be ignored! 8 9