-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error starting plugin at sonar 6.1:alpine #4
Comments
evernat
added a commit
to evernat/sonarqube
that referenced
this issue
Oct 15, 2016
…n(false) is called When httpRequest.getSession(false) is called, the callers does not ask to create a http session. (javadoc of HttpServletRequest: "If create is false and the request has no valid HttpSession, this method returns null.") So throwing UnsupportedOperationException is not needed in this case and returning null is enough. This will fix a [blocking issue](javamelody/sonar-javamelody#4) in the [Sonar JavaMelody plugin](https://github.com/javamelody/javamelody/wiki/UserGuide#sonar-plugin).
I have created Sonar PR 1305 to fix this issue. |
julienlancelot
pushed a commit
to SonarSource/sonarqube
that referenced
this issue
Oct 19, 2016
…n(false) is called When httpRequest.getSession(false) is called, the callers does not ask to create a http session. (javadoc of HttpServletRequest: "If create is false and the request has no valid HttpSession, this method returns null.") So throwing UnsupportedOperationException is not needed in this case and returning null is enough. This will fix a [blocking issue](javamelody/sonar-javamelody#4) in the [Sonar JavaMelody plugin](https://github.com/javamelody/javamelody/wiki/UserGuide#sonar-plugin).
Sonar PR 1305 is merged a long time ago and released in Sonar v6.2. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
plugin does not start
stacktrace is
step to reproduce is simple
The text was updated successfully, but these errors were encountered: