Change By: Vineet Reynolds (18/Nov/13 10:08 AM)
Description: In Internet Explorer 9. the  registration form is not submitted correctly  styles are off  and  attempting to register  a  new  member  cannot be created , results in an error during execution .  GET request  Developer tools reveals an error with the JSON.stringify() call, since JSON  is  perfomed instead of POST  undefined .

This seems to be caused by IE9 loading the page in quirks mode. When doctype definition in index.html is moved to the first line before any comment, the page is loaded in standards mode and works correctly.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira