Skip to content
Snippets Groups Projects
Commit 74204533 authored by Dustin Jenkins's avatar Dustin Jenkins
Browse files

Story 1658: Post rework fixes.

parent 92a215fc
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,6 @@ public abstract class GroupsActionFactory
}
sb.append(request.getContextPath());
sb.append(request.getServletPath());
sb.append("/");
sb.append(path);
action = new ModifyGroupAction(groupName, sb.toString(), request.getInputStream());
......
......@@ -133,7 +133,7 @@ public class ModifyGroupAction extends AbstractGroupAction
}
logGroupInfo(group.getID(), deletedMembers, addedMembers);
syncOut.setHeader("Location", "/" + group.getID());
syncOut.setHeader("Location", request);
syncOut.setCode(303);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment