| I've also started to experience this issue in logs with Bitbucket OAuth plugin with Role Based plugin. And in newer version with Bitbucket API 2.0:
java.io.FileNotFoundException: https://api.bitbucket.org/2.0/users/John Doe at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896)
I've checked with direct call to API with similar request, it gives following response:
{"type": "error", "error": { "message": "John Doe" }}
The problem is that it isn't actual user id which is expected by API. If I use correct user id, i.e. jdoe, it works fine. So, something works incorrectly and sends wrong requests to Bitbucket API. Could someone advise where to go with this issue? What would be the right direction if it is not in core? |