[Bb-trac] [bbPress] #577: bbPress/Wordpress domain name parsing
silent failure
bbPress
bb-trac at lists.bbpress.org
Fri Feb 9 05:31:58 GMT 2007
#577: bbPress/Wordpress domain name parsing silent failure
----------------------------------+-----------------------------------------
Reporter: sambauers | Owner:
Type: defect | Status: new
Priority: low | Milestone: 1.0
Component: Installation/Upgrade | Version: 0.80
Severity: minor | Keywords: wordpress
----------------------------------+-----------------------------------------
Change [697] for ticket #573 has introduced a silent failure for some
cases. e.g.:
* $bb->domain = '!http://localhost' and $bb->wp_home =
'!http://somethingelse'
* $bb->domain = '!http://anything' and $bb->wp_home =
'!http://somethingelse'
* $bb->domain = '!http://localhost' and $bb->wp_home =
'!http://www.example.com'
* $bb->domain = '!http://www.onesite.com.au' and $bb->wp_home =
'!http://www.anothersite.com.au'
Will all pass without failure as far as I can tell, but they shouldn't,
although I haven't had the time to test this out.
This may give users the impression that their integration should work,
but it won't due to cookie domain difference.
--
Ticket URL: <http://trac.bbpress.org/ticket/577>
bbPress <http://bbpress.org/>
Innovative forum development
More information about the Bb-trac
mailing list