Skip to content

Instantly share code, notes, and snippets.

@gre
Created October 27, 2011 14:16
Show Gist options
  • Save gre/1319660 to your computer and use it in GitHub Desktop.
Save gre/1319660 to your computer and use it in GitHub Desktop.
Missing feature of Play framework
protected static void redirectToReferer() {
redirect(request.headers.get("referer").values.get(0));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment