sdaschner / jaxrs-analyzer

Creates REST documentation for JAX-RS projects
Apache License 2.0
319 stars 101 forks source link

Fixed IndexOutOfBoundsException that occurs when @ApplicationPath is set to "" #118

Closed haakobja closed 6 years ago

haakobja commented 7 years ago

Found and fixed an exception that happens when @ApplicationPath is set to "". This was probably also affecting the other Path-annotations, but they are rarely empty