security
security copied to clipboard
Replace JASPIC and one JACC links in spec docs
I'm attempting to clean up the javadoc generation that we do for the Platform uber jars and I came across this one:
[WARNING] Javadoc Warnings [WARNING] /Users/[email protected]/git/jakartaee-api/jakartaee-web-api/target/sources-dependency/jakarta/security/enterprise/SecurityContext.java:96: warning - Tag @link: reference not found: jakarta.security.jacc.WebResourcePermission#WebResourcePermission(String, String)
I think this is the "one jacc" link that the title of this Issue refers to. Just thought I would give more specifics. This seems like a good "first issue" for those attempting to get started with Security. Thanks!