quartz-scheduler / quartz-scheduler.org-site

source for the site quartz-scheduler.org
26 stars 37 forks source link

Javadoc cannot access package-list #42

Open sbrannen opened 5 years ago

sbrannen commented 5 years ago

Configuring https://www.quartz-scheduler.org/api/2.3.0/package-list as the external Javadoc URL for Quartz results in an HTTPS request to https://www.quartz-scheduler.org/api/2.3.0/package-list/ (with the trailing slash appended automatically).

However, your Web site responds essentially with a 404:

We've recently been heavily re-working the quartz-scheduler.org website, and some links have gone astray.

...

Please consider letting us know about our dust : https://github.com/quartz-scheduler/quartz-scheduler.org-site/issues

As a workaround, I've configured https://www.quartz-scheduler.org/api/2.3.0/package-list? (with the trailing ?). Apparently javadoc will not append a trailing slash in that case, so it seems to work.

However, it would be great for the community if requests to package-list/ returned the same thing as requests to package-list.