Download & Extend

Retain paths other than node ids on redirect

Project:Domain User Default
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:needs review

Issue Summary

The module currently redirects fine for nodes:

foo.example.com/node/123

redirects to

bar.example.com/node/123

however, for system paths (user, etc), or views, this doesn't work:

foo.example.com/user

redirects to:

bar.example.com

Comments

#1

Status:active» closed (works as designed)

Nope. Nevermind. This was a configuration/cookie issue.

#2

Status:closed (works as designed)» needs review

Hmm. Now I can reproduce it. Adding patch that seems to fix it, in case others want to test.

AttachmentSize
domain_user_default.980036-2.patch 1.54 KB

#3

Updated patch that uses domain_get_uri() for simplicity.

AttachmentSize
domain_user_default.980036-3.patch 1.67 KB
nobody click here