Skip to content

Commit a9c596e

Browse files
authored
Updating various old/moved URL references found across project (jetty-10.0.x) (jetty#10098)
* Now that the migration of `https://eclipse.org/jetty/` to `https://eclipse.dev/jetty/` has occurred, it is time to review the URI use in our project + Updated URLs in poms + Added more URIs to XmlConfiguration + Updated URLs in module files + Updated URLs in documentation + Updated URLs in HTML + Correcting bad double-scheme URLs (eg: `http://https://www.eclipse...`) + Updating text in *.mod files + Removing `/current/` from path `/jetty/documentation/current/` + Fixing mailing list URL --------- Signed-off-by: Joakim Erdfelt <[email protected]>
1 parent 11d2a32 commit a9c596e

File tree

162 files changed

+291
-244
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+291
-244
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: true
22
contact_links:
33
- name: Jetty Security Reports
4-
url: https://www.eclipse.org/jetty/security_reports.php
4+
url: https://eclipse.dev/jetty/security_reports.php
55
about: Please raise security issues here.

.github/ISSUE_TEMPLATE/issue-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ labels: Bug
88
---
99

1010
**Jetty version(s)**
11-
_[Jetty 9.x is now at End of Community Support](https://github.com/eclipse/jetty.project/issues/7958)_
11+
<!--[Jetty 9.x is now at End of Community Support](https://github.com/eclipse/jetty.project/issues/7958) -->
1212

1313
**Java version/vendor** `(use: java -version)`
1414

1515
**OS type/version**
1616

1717
**Description**
18-
_Do not report security issues here! See [Jetty Security Reports](https://www.eclipse.org/jetty/security_reports.php)._
18+
<!-- Do not report security issues here! See [Jetty Security Reports](https://eclipse.dev/jetty/security_reports.php) -->
1919

2020
**How to reproduce?**
2121

.github/ISSUE_TEMPLATE/release-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This release process will produce releases:
5656
- [ ] Merge release branches back to main branches and delete release branches.
5757
- [ ] Verify release existence in Maven Central by triggering the Jenkins builds of CometD.
5858
- [ ] Update Jetty versions on the web sites.
59-
+ [ ] Update (or check) [Download](https://www.eclipse.org/jetty/download.php) page is updated.
59+
+ [ ] Update (or check) [Download](https://eclipse.dev/jetty/download.php) page is updated.
6060
+ [ ] Update (or check) documentation page(s) are updated.
6161
- [ ] Publish GitHub Releases in the order of oldest (eg: 9) to newest (eg: 11) (to ensure that "latest" in github is truly the latest)
6262
- [ ] Prepare release announcement for mailing lists.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Developer resources
1414
--------------------
1515
Information regarding source code management, builds, coding standards, and more.
1616

17-
- [https://www.eclipse.org/jetty/documentation/current/advanced-contributing.html](https://www.eclipse.org/jetty/documentation/current/advanced-contributing.html)
17+
- [https://eclipse.dev/jetty/documentation/](https://eclipse.dev/jetty/documentation/)
1818

1919
The canonical Jetty git repository is located at [GitHub.](https://github.com/eclipse/jetty.project) Providing you have
2020
completed the contributors agreement mentioned below we will endeavor to pull your commit into Jetty proper.

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Notices for Eclipse Jetty
22
=========================
33
This content is produced and maintained by the Eclipse Jetty project.
44

5-
Project home: https://www.eclipse.org/jetty/
5+
Project home: https://eclipse.dev/jetty/
66

77
Trademarks
88
----------

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Documentation
4141

4242
Project documentation is available on the Jetty Eclipse website.
4343

44-
- [https://www.eclipse.org/jetty/documentation](https://www.eclipse.org/jetty/documentation)
44+
- [https://eclipse.dev/jetty/documentation/](https://eclipse.dev/jetty/documentation/)
4545

4646
Building
4747
========

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## Supported Versions
44

5-
All [stable versions](https://www.eclipse.org/jetty/download.php) of jetty are actively supported for security issues. [Deprecated versions](https://www.eclipse.org/jetty/download.php) may be supported for serious security issues or on a commercial support basis.
5+
All [stable versions](https://eclipse.dev/jetty/download.php) of jetty are actively supported for security issues. [Deprecated versions](https://eclipse.dev/jetty/download.php) may be supported for serious security issues or on a commercial support basis.
66

77
## Reporting a Vulnerability
88

99
Do not open a public issue to report a security vulnerability. Please send a message to [email protected] and we will create a private issue in which the issue can be triaged and handled.
1010

1111
## Handling a Vulnerability
1212

13-
The [following checklist](https://www.eclipse.org/jetty/security_processes.php) is used to handle security issues:
13+
The [following checklist](https://eclipse.dev/jetty/security_processes.php) is used to handle security issues:
1414

1515
- [ ] On receipt of a security report via [email protected] or other channels, if it cannot be trivially dismissed (already fixed, known not a problem, etc.), then a Github security advisory is created by project leadership.
1616
- [ ] Copy this list as a markdown in the security advisory for tracking the completion of various tasks.

apache-jsp/src/main/config/modules/apache-jsp.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
1+
# DO NOT EDIT THIS FILE - See: https://eclipse.dev/jetty/documentation/
22

33
[description]
44
Enables use of the apache implementation of JSP.

apache-jstl/src/main/config/modules/apache-jstl.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
1+
# DO NOT EDIT THIS FILE - See: https://eclipse.dev/jetty/documentation/
22

33
[description]
44
Enables the apache version of JSTL for all webapps.

demos/demo-async-rest/demo-async-rest-webapp/src/main/config/modules/demo-async-rest.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html
1+
# DO NOT EDIT THIS FILE - See: https://eclipse.dev/jetty/documentation/
22

33
[description]
44
Demo Async Rest webapp

0 commit comments

Comments
 (0)