You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There are many links in the ESAPI Javadoc (and probably elsewhere as well, but those are old snapshots in history so most are probably okay) where the links are referring to the old ESAPI wiki pages before the OWASP wiki was restructured and the the wiki page source hosted on GitHub.
Specify what ESAPI version(s) you are experiencing this bug in
ESAPI 2.5.1.0 and earlier. Note that is is sufficient to only fix this for the next release. We do not need to redo the hosted Javadoc on javadoc.io for previous ESAPI releases.
Describe the bug
There are many links in the ESAPI Javadoc (and probably elsewhere as well, but those are old snapshots in history so most are probably okay) where the links are referring to the old ESAPI wiki pages before the OWASP wiki was restructured and the the wiki page source hosted on GitHub.
Specify what ESAPI version(s) you are experiencing this bug in
ESAPI 2.5.1.0 and earlier. Note that is is sufficient to only fix this for the next release. We do not need to redo the hosted Javadoc on javadoc.io for previous ESAPI releases.
To Reproduce
Recursively grep for "http://www.owasp.org/index.php/Category:OWASP_Enterprise_Security_API" and "http://www.owasp.org/index.php/ESAPI" (at least for .java files, but maybe for .md files as well) and update them to the current OWASP wiki page link.
Expected behavior
Those links should be updated to refer to "https://owasp.org/www-project-enterprise-security-api/"
The text was updated successfully, but these errors were encountered: