Explore

Filters (0) Clear filters
Languages
Level
Tags

76-79 of 79

Use composed requestmapping annotations

Improve readability by using Spring's composed annotations

  • info
  • java
  • Spring
  • framework specific
  • web
  • Spring Web
  • quality
Use requestMapping on public methods

RequestMapping should not be used on non-public methods

  • warning
  • java
  • Spring
  • framework specific
  • web
  • Spring Web
  • quality
Use SSLSocket instead of Socket/ServerSocket

Use SSLSocket instead of Socket/ServerSocket

  • warning
  • java
  • security
  • web
  • SEI CERT
X509: Disabled validation in TrustManager

A TrustManager has overridden the getAcceptedIssuers method, and only returns null.

  • warning
  • java
  • security
  • web
  • TLS
  • OWASP Top 10