dharamgollapudi / jaikuengine

Automatically exported from code.google.com/p/jaikuengine
Apache License 2.0
0 stars 0 forks source link

With SUBDOMAINS_ENABLED and javascript disabled, delete and mark as spam links does not work #92

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Login to Jaiku.com (or equivalent test platform with 
settings.SUBDOMAINS_ENABLED=True)
2. Post something
3. Disable javascript and reload page
4. Click the delete link

What is the expected output? What do you see instead?

The expected output is reaching an html form where deletion and mark as spam 
can be 
confirmed. Clicking "yup" is expected to delete or mark as spam.

Instead, I get a 404 (or the 404 bird equivalent on Jaiku). Notice that the 
link in the address bar 
is http://[nick].jaiku.com/confirm rather than http://jaiku.com/confirm. Also, 
the redirect link is 
incorrect.

What version of the product are you using?

Jaikengine #r56

Please provide any additional information below.

The issue described above is not only an accessibility problem but will also 
prevent many 
operations through the m. mobile interface as it depends on the /confirm to 
work rather than 
javascript alerts which adds confirm=1 to the url.

Original issue reported on code.google.com by jonasnoc...@gmail.com on 19 Apr 2009 at 12:41

GoogleCodeExporter commented 9 years ago
should be a fairly quick fix in the confirm html

Original comment by andyster on 19 May 2009 at 1:15