Community
Participate
Working Groups
Turn off redirects on login and logout.
Committed redirect optimization for logins. Need to review JiraRepositoryConnector.getChangedSinceLastSync(). It seems to download more tasks than needed.
Created attachment 60034 [details] mylar/context/zip
The web session currently does not correctly support redirects when logging in since HttpClient does not support this automatically for POST requests. This can lead to session not being logged in correctly (e.g. if http://issues.apache.org/jira is used which redirects to a secure https socket).
Login redirects have been fixed in CVS. Opened bug 176934 for refactoring of the synchronization timestamp. Opened bug 176915 for supporting compression of network traffic.
Downloading of task data only once (instead of twice) will be addressed in bug 176513.