Comment 1 for bug 1363105

Revision history for this message
Blake Rouse (blake-rouse) wrote :

The reason the change was made, was because absolute_reverse was getting the incorrect value when being called from a different thread.

the django reverse() call is the issue, not urljoin, so bzr 2837 needs to be reverted.

main thread: /MAAS/images-stream/streams/v1/index.json
new thread: /images-stream/streams/v1/index.json

we need to sort out why from another thread it gets a different result