Skip to content

Commit 105b016

Browse files
Merge pull request #4796 from OpenLiberty/26.0.0.4-post
Update 26.0.0.4-post into draft
2 parents dacd986 + 0bcb8da commit 105b016

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

blog_tags.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"blog_tags": [
33
{
44
"name": "announcements",
5-
"posts": ["26.0.0.4-beta", "26.0.0.3", "26.0.0.3-beta",
5+
"posts": ["26.0.0.4", "26.0.0.4-beta",
6+
"26.0.0.3", "26.0.0.3-beta",
67
"26.0.0.2", "26.0.0.2-beta",
78
"26.0.0.1", "26.0.0.1-beta",
89
"25.0.0.12", "25.0.0.12-beta",
@@ -100,7 +101,8 @@
100101
"featured": "true"
101102
},{
102103
"name": "microprofile",
103-
"posts": ["26.0.0.3", "25.0.0.8", "25.0.0.7-beta",
104+
"posts": ["26.0.0.4", "26.0.0.3",
105+
"25.0.0.8", "25.0.0.7-beta",
104106
"25.0.0.6", "25.0.0.6-beta",
105107
"25.0.0.5", "25.0.0.4",
106108
"25.0.0.4-beta", "microprofile-telemetry-20",
@@ -175,7 +177,8 @@
175177
},
176178
{
177179
"name": "java-se",
178-
"posts": ["26.0.0.4-beta", "26.0.0.3", "25.0.0.10",
180+
"posts": ["26.0.0.4", "26.0.0.4-beta",
181+
"26.0.0.3", "25.0.0.10",
179182
"25.0.0.10-beta", "25.0.0.6",
180183
"25.0.0.6-beta", "25.0.0.4",
181184
"25.0.0.4-beta", "24.0.0.10",
@@ -196,7 +199,8 @@
196199
},
197200
{
198201
"name": "release",
199-
"posts": ["26.0.0.4-beta", "26.0.0.3", "26.0.0.3-beta",
202+
"posts": ["26.0.0.4", "26.0.0.4-beta",
203+
"26.0.0.3", "26.0.0.3-beta",
200204
"26.0.0.2", "26.0.0.2-beta",
201205
"26.0.0.1", "26.0.0.1-beta",
202206
"25.0.0.12", "25.0.0.12-beta",
@@ -331,7 +335,8 @@
331335
},
332336
{
333337
"name": "security",
334-
"posts": ["26.0.0.4-beta", "26.0.0.3", "25.0.0.12", "25.0.0.12-beta",
338+
"posts": ["26.0.0.4", "26.0.0.4-beta", "26.0.0.3",
339+
"25.0.0.12", "25.0.0.12-beta",
335340
"25.0.0.9", "25.0.0.9-beta",
336341
"25.0.0.3", "25.0.0.3-beta",
337342
"25.0.0.2", "25.0.0.1-beta",

posts/2026-04-21-26.0.0.4.adoc

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This release introduces support for selecting JWT signature algorithms from JOSE
2222

2323
In link:{url-about}[Open Liberty] 26.0.0.4:
2424

25-
* <<TAG_1, File Transfer changes for 26.0.0.4>>
25+
* <<file_transfer, File Transfer changes for 26.0.0.4>>
2626
* <<ltpa, Default LTPA keys password removal>>
2727
* <<jwt, Support selecting JWT signature and decryption algorithms from JOSE header>>
2828
* <<java_26, Support for Java 26>>
@@ -111,17 +111,13 @@ If you're using link:https://plugins.jetbrains.com/plugin/14856-liberty-tools[In
111111
[link=https://stackoverflow.com/tags/open-liberty]
112112
image::img/blog/blog_btn_stack.svg[Ask a question on Stack Overflow, align="center"]
113113

114-
[#TAG_1]
114+
[#file_transfer]
115115
=== File Transfer changes for 26.0.0.4
116116
Liberty's FileService MBean provided by the `restConnector-2.0` feature now includes an extra `blocklist` attribute. This attribute is configured by the `<blockDir>` config element in the `server.xml` file. The default value of this attribute is `${server.output.dir}/resources/security`. This behavior change resolves the security vulnerability link:https://github.com/advisories/GHSA-c39w-6qgm-5cp7[CVE-2025-14915], by restricting default FileTransfer access to `${server.output.dir}/resources/security`.
117117

118118
If FileTransfer access to `${server.output.dir}/resources/security` is required, the original behavior can be restored by setting an empty blocklist.
119119

120-
For more information, see:
121-
122-
* link:https://www.ibm.com/docs/en/was-liberty/nd?topic=liberty-list-provided-mbeans#rwlp_mbeans_list__FileService[]
123-
* link:https://www.ibm.com/docs/en/was-liberty/nd?topic=liberty-list-provided-mbeans#rwlp_mbeans_list__FileTransfer[]
124-
* link:https://www.ibm.com/docs/en/was-liberty/nd?topic=manually-file-transfer[]
120+
For more information, see the link:https://www.ibm.com/docs/en/was-liberty/nd?topic=manually-file-transfer[documentation].
125121

126122
[#ltpa]
127123
== Default LTPA keys password removal

0 commit comments

Comments
 (0)