Jira is logging errors about a client accessing a deprecated API. We think the JIRA plugin is causing this:
INFO: 2006-01-12 23:56:31,125 WARN [jira.util.retro.InvalidParamLogger] DEPRECATED. Deprecated parameters called for URL '/secure/IssueNavigator.jspa?view=rss&pid=10001&statusIds=1&status=3&status=4&resolution=-1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=1000&reset=true&decorator=none' from remote user with ip address ............. They should be informed that their bookmark has been deprecated and should be updated.
It seems a new API is available ?
Indeed, the maven-jira-plugin uses the parameters 'resolutionIds', 'priorityIds' and 'statusIds', which have been deprecated in JIRA 3.3 (http://confluence.atlassian.com/display/JIRA/Parameter+changes+in+Issue+Navigator
).
I will look into it.