hmvictor / radar-netbeans

A SonarQube plugin for Netbeans
Other
33 stars 22 forks source link

Please porvide autorization support #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
when calling

https://grzisesonar1.infonova.at/api/action_plans/search?project=com.foo.myproje
ct:myproject

I get back

<error><code>401</code><msg>Unauthorized</msg></error>

Since we have username/password authorization

Original issue reported on code.google.com by thomas.z...@gmail.com on 29 Apr 2014 at 8:28

GoogleCodeExporter commented 9 years ago
Radar has already support for authorization. If it detects that the server 
responds with a server status 401, it asks for password.

Currently, the development is tested with SonarQube 3.7. Please attach 
screenshots of the problem to analyze if there is some bug in radar.

Original comment by hmvic...@gmail.com on 30 Apr 2014 at 3:32

GoogleCodeExporter commented 9 years ago
SonarQube.getActionPlans methods doesn't convert low level exception to 
AuthorizationException when status is 401.

Original comment by hmvic...@gmail.com on 1 May 2014 at 4:04

GoogleCodeExporter commented 9 years ago
Included in release 1.2

Original comment by hmvic...@gmail.com on 1 May 2014 at 6:06