mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
URL permission issue fixes (Removed * from root URLs)
This commit is contained in:
parent
693e3a51d5
commit
680f57ade5
@ -63,7 +63,7 @@ public class AnnotationProcessor {
|
|||||||
private static final String PACKAGE_ORG_APACHE = "org.apache";
|
private static final String PACKAGE_ORG_APACHE = "org.apache";
|
||||||
private static final String PACKAGE_ORG_CODEHAUS = "org.codehaus";
|
private static final String PACKAGE_ORG_CODEHAUS = "org.codehaus";
|
||||||
private static final String PACKAGE_ORG_SPRINGFRAMEWORK = "org.springframework";
|
private static final String PACKAGE_ORG_SPRINGFRAMEWORK = "org.springframework";
|
||||||
public static final String WILD_CARD = "/*";
|
public static final String WILD_CARD = "/";
|
||||||
private static final String SWAGGER_ANNOTATIONS_INFO = "info";
|
private static final String SWAGGER_ANNOTATIONS_INFO = "info";
|
||||||
private static final String SWAGGER_ANNOTATIONS_TAGS = "tags";
|
private static final String SWAGGER_ANNOTATIONS_TAGS = "tags";
|
||||||
private static final String SWAGGER_ANNOTATIONS_EXTENSIONS = "extensions";
|
private static final String SWAGGER_ANNOTATIONS_EXTENSIONS = "extensions";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user