Solution comment bug

Back to General discussions forum

Joona Heikkil     2015-07-20 11:35:18

Heya,

After saving a comment on a C# solution, the page tries to redirect to the URL

http://www.codeabbey.com/index/task_solution?task=<task>&user=<user>&lang=C#

which responds with a "Page not found". The correct URL has the # symbol URL-encoded:

http://www.codeabbey.com/index/task_solution?task=<task>&user=<user>&lang=C%23

I have not tested if the bug is present in the solutions written in other languages.

Rodion (admin)     2015-07-20 11:37:40
User avatar

Hi! Thank you very much for reporting this in such details that I at once know where to fix this! :)

UPD Looks like I've managed to fix it. Thanks once more!

Joona Heikkil     2015-07-20 11:45:53

No problem! Thank you for such a quick reply and fix!

Joona Heikkil     2015-07-21 10:08:50

@Admin looks like the bug still occurs when rating a solution as "Good" :)

Rodion (admin)     2015-07-21 12:29:44
User avatar

Ah, that's for sure. Though to be hones I did not know anyone still uses this functionality :)

(perhaps you are Quality Analyst by occupation, ha-ha? :))

UPD I hope I've fixed this (tested on your code). Meanwhile I've found the same bug in another one page, which, however, is not in use anymore. Well, the code surely needs some cleanup :(

Please login and solve 5 problems to be able to post at forum