From 3e44b26115664c030f66e874b2ac2cc5453dcb82 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Tue, 16 Jul 2013 17:45:08 +0200 Subject: subjectid handled by RestClientWrapper --- lib/authorization-helper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/authorization-helper.rb b/lib/authorization-helper.rb index 61018d4..a32f9b7 100644 --- a/lib/authorization-helper.rb +++ b/lib/authorization-helper.rb @@ -115,6 +115,7 @@ module OpenTox # see http://rack.rubyforge.org/doc/SPEC.html subjectid = CGI.unescape(subjectid) if subjectid and subjectid.include?("%23") @subjectid = subjectid + OpenTox::RestClientWrapper.subjectid = subjectid rescue @subjectid = nil end -- cgit v1.2.3