Missing element-list for https://docs.oracle.com/javase/8/docs/jre/api/security/jgss/spec
Osipov, Michael (IN IT IN)
michael.osipov at innomotics.com
Fri May 31 09:51:07 UTC 2024
Guys,
can someone upload element-list for that API? Javadoc fails to link to it:
> warning: URL https://docs.oracle.com/javase/8/docs/jre/api/security/jgss/spec/element-list was redirected to https://docs.oracle.com/en/java/javase/22/ -- Update the command-line options to suppress this warning
> $ curl -I https://docs.oracle.com/javase/8/docs/jre/api/security/jgss/spec/element-list
> HTTP/1.1 200 Connection Established
> Proxy-Agent: Zscaler/6.2
>
> HTTP/1.1 302 Moved Temporarily
> Location: https://docs.oracle.com/en/java/javase/22/
> X-Request-ID: d71cbb7eb4147b5d2d1bad7bfd1471ed
> Content-Length: 1
> Date: Fri, 31 May 2024 09:49:45 GMT
> Connection: keep-alive
while package-list is available:
> $ curl https://docs.oracle.com/javase/8/docs/jre/api/security/jgss/spec/package-list
> com.sun.security.jgss
Regards,
Michael
More information about the security-dev
mailing list