Skip to content

Commit

Permalink
SAK-26606
Browse files Browse the repository at this point in the history
  • Loading branch information
buckett committed Dec 14, 2015
1 parent ebcd17f commit e602d29
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8922,6 +8922,10 @@ private void doUpdate_related_group_participants(Site s, String realmId) {
*
*/
public void doUpdate_site_access(RunData data) {
if (!"POST".equals(data.getRequest().getMethod())) {
M_log.warn("Ignoring non-POST request to update site access.");
return;
}
SessionState state = ((JetspeedRunData) data)
.getPortletSessionState(((JetspeedRunData) data).getJs_peid());
Site sEdit = getStateSite(state);
Expand Down

0 comments on commit e602d29

Please sign in to comment.