Hidden Z
|
349cb809a2
|
web/jump/views.py: fix original GET params order
Before this requesting /jump/example.i2p/foo?a=b&c=d produced redirect
as http://example.i2p/?i2paddresshelper=key/foo?a=b&c=d
Now it http://example.i2p/foo?a=b&c=d&i2paddresshelper=key
|
2010-10-27 17:12:17 +00:00 |
|
Hidden Z
|
8bdae565a5
|
web/jump: use templates for "hostname unknown/error" errors
Drop associated separate views and render templates right in jumper()
|
2010-10-25 18:27:45 +00:00 |
|
Hidden Z
|
7b5af7124a
|
web/jump/views.py: render jump.html template when redirecting
Following "Jump service implementation hints" by zzz:
http://zzz.i2p/topics/740
|
2010-10-25 18:08:56 +00:00 |
|
Hidden Z
|
e0b9ad980c
|
web/jump/views.py: preserve GET variables when redirecting
|
2010-10-25 17:30:42 +00:00 |
|
Hidden Z
|
3230f07160
|
web/jump/views.py: fix redirects
Accessing invalid or unknown hostnames always caused a redirect loop.
|
2010-10-24 07:08:37 +00:00 |
|
Hidden Z
|
d7dce40818
|
Add jumpservice implementation
|
2010-10-17 18:18:39 +00:00 |
|