Needs work
Project:
Spaces
Version:
6.x-3.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2011 at 18:53 UTC
Updated:
19 Jun 2012 at 13:21 UTC
Jump to comment: Most recent file
Visiting the node for a group (node/[nid]) redirects to [group-purl]/node/[nid] instead of just [group-purl], and then results in a 403 Access Denied. Links directly to the node for a group can occur while searching for a group.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 1232804_spaces_redirect_node_page_to_front_3.patch | 3.15 KB | hefox |
| #2 | 1232804_spaces_redirect_node_page_to_front.patch | 2.54 KB | hefox |
| #1 | 1232804-spaces_og_group_node_403.patch | 834 bytes | thrnio |
Comments
Comment #1
thrnio commentedAttached is a patch adapted from https://community.openatrium.com/issues/node/3229
Comment #2
hefox commentedHere's a patch addressing the varies times it needs to redirect (router wasn't called when already in space so purl/node/nid didn't redirect, so _init :/).
I feel like it's not quite right yet so marking needs work till I talk to it to someone else. (feel like missing some use case)
Comment #3
hefox commented(previous patch causes drush to break, this patch depends on #982708: Redirect breaks drush
Comment #4
arrubiu commentedI've the same problem with versione 6.x-3.4.
I saw that the patch is for versione 3.2, I've 3.4, I tried to apply it manually but it doesn't work.
If I try, from anonymous, to go to "content/title-article" I'm redirected to "group/content/title-article" and I obtain an "Access denied" page.