danmunn / redmine_mylyn_connector

API Connector for mylyn [redmine-myln-connector] as developed originally by Sven Krzyzak (sourceforge.net/projects/redmin-mylyncon)
danmunn.github.com/redmine_mylyn_connector
59 stars 31 forks source link

404 and 405 creating or editing tasks #37

Open sdfg2 opened 9 years ago

sdfg2 commented 9 years ago

Whenever I try and create a task in Eclipse, I get a 405.

Whenever I try and edit an existing task in Eclipse, I get a 404.

Tasks can be edited fine in Redmine directly, and querying and syncing to Redmine from Eclipse works flawlessly.

There are no errors in my nginx logs, and the redmine production log shows

Started GET "/redmine/mylyn/token?key=xxxxxxxxxxxxxxxx" for 10.1.2.7 at 2014-11-21 15:10:07 +0000 Processing by MylynConnector::InformationController#token as TEXT Parameters: {"key"=>"xxxxxxxxxxxxxxxxx"} Current user: sdfg2 (id=3) Completed 200 OK in 3.8ms (Views: 0.2ms | ActiveRecord: 0.8ms)

which looks fine to me.

Anyone got any ideas?

ljader commented 6 years ago

This issue can be closed as per author's comment in https://github.com/ljader/redmine-mylyn-plugin/issues/29

As per @sdfg2 last comment, this has been fixed with Redmine setup with additional /redmine path instead of raw redmine.domain.com subdomain.