jakartaee / security

Jakarta Security
https://projects.eclipse.org/projects/ee4j.security
Other
45 stars 39 forks source link

Replace JASPIC and one JACC links in spec docs #149

Open arjantijms opened 4 years ago

kwsutter commented 3 years ago

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/sutter@us.ibm.com/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!