Added by Jonny Young over 10 years ago
Hi, I followed the guide HowTo_Mylyn Using-the-generic-web-repository-connector.
I can get the query list successfully. While when I try to create new task, eclipse will open a webpage link to my redmine site's login page. It seems that it failed to login automatically.
I'm using:
Redmine 2.4.3
eclipse-luna 4.4.1
Eclipse Mylyn 3.13
Any tip will be appreciated.
I wrote a python program to test the login process with three arguments:
post_data['username']='jonny_test'
post_data['password']='12345678'
post_data['authenticity_token']='/sTt8Nzf18yVzbgGns5GWG58YnUXqOdMCQsPHg/9UTk='
I got the following error message:
422 Unprocessable Entity