Originally created by: dcommander
I cannot add comments or reply to existing comments on tracker items in project libjpeg-turbo. Specifically, I was trying to reply to https://sourceforge.net/p/libjpeg-turbo/patches/54/. The site gives me "Error 500: We're sorry but we weren't able to process this request."
I have been able to successfully do this within the past week, so this is a new bug.
Error trace is:
allura:cj/6906
[#6328] changed the format and value for top-level comments of the
In-Reply-To
header that gets parsed and put into theparent_id
field of the post.The code change will fix the format going forward and gracefully handle the ~4000 existing posts with the wrong format (they might not get threaded properly, but they won't block replies). We could run a mongo update to fix their format, but I'm not sure it's worth it since their notifications have already gone out and been threaded or not.
Related
Tickets:
#6328This should work now, please let us know if it does not.
Originally by: dcommander
Works now. Thanks.