We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1c74e commit 0541f68Copy full SHA for 0541f68
view.html.erb
@@ -3,7 +3,7 @@
3
login_url = "#{base_url}/login"
4
next_url = "#{base_url}/#{jupyter_api}"
5
6
- full_url="#{login_url}?next=#{URI.encode(next_url)}"
+ full_url="#{login_url}?next=#{CGI.escape(next_url)}"
7
form_id = "juypyter_form#{login_url.gsub('/', '_')}"
8
%>
9
0 commit comments