CARVIEW |
Select Language
HTTP/2 200
date: Mon, 14 Jul 2025 21:24:38 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/w3c/epubcheck.git
etag: W/"87b5df1d189a4da4e2f8d76320cc0ec3"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=1zV%2FWXAwqePEwWQRvPgQEX3KgYTIA49YauV%2BM4GsnzvDqueeyFK%2FnluZTpxjqvnLbVH8PpFXslcvwVrx27V4k8NvNHVU5V5X3KeDobb24LDmafkBxxhq8pvLN%2FxSU9Q49Nm9KHejfm4806i8gmLOgEdXHctkP3YQnQI6piUcYFKzOEiy3kJP61s0txsR5X%2BsT%2BPH0PG8EEOPRzDnQBVKf1H6liq%2Bz7BtkAUE%2BJVXzwyB%2BjsJm3ew%2F4tZxhQiYhDlexJLY9KeDKfTl3o8NmXHrA%3D%3D--hGszaRmdOAlNmSsr--Uz76EM0gmzSZTLOV8P6sIA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.345275319.1752528277; Path=/; Domain=github.com; Expires=Tue, 14 Jul 2026 21:24:37 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 14 Jul 2026 21:24:37 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: D46C:3A8C35:74E31:A5521:68757595
feat: improve checking of OCF file name characters · w3c/epubcheck@b6ac8ea · GitHub
Copy file name to clipboardExpand all lines: src/main/java/com/adobe/epubcheck/ocf/OCFChecker.java
Copy file name to clipboard
Copy file name to clipboardExpand all lines: src/main/java/com/adobe/epubcheck/opf/OPFChecker.java
Copy file name to clipboardExpand all lines: src/main/resources/com/adobe/epubcheck/messages/MessageBundle.properties
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 418
Commit b6ac8ea
committed
feat: improve checking of OCF file name characters
- significantly refactored `OCFFilenameChecker`:
- now based on ICU4J for more up-to-date Unicode support
- iterate over the input string codepoints (`int`) instead of code
units (`char`) for better support of charactres outside the BMP.
- rely on ICU UnicodeSet to define the set of forbidden characters
- improve the message reported for forbidden characters (notably for
non-printable characters)
- the class now implements the `Checker` interface
- add unit tests for the `OCFFilenameChecker` only in a new feature
file `filename-checker.feature`, located along with the EPUB 3 OCF
functional tests, for easier lookup.
- add a few functional tests, to make sure `OCFFilenameChecker` is
correctly called when checking full publications or single package
documents.
- update ICU4J to v72.1
Fixes #1240, fixes #1292, fixes #13021 parent 5c35fa0 commit b6ac8eaCopy full SHA for b6ac8ea
File tree
Expand file treeCollapse file tree
34 files changed
+515
-248
lines changedFilter options
- src
- main
- java/com/adobe/epubcheck
- ocf
- opf
- resources/com/adobe/epubcheck/messages
- test
- java
- com/adobe/epubcheck/ocf
- org/w3c/epubcheck/container
- resources/epub3
- 04-ocf
- files
- ocf-filename-character-emoji-tag-sequence-valid
- EPUB
- META-INF
- ocf-filename-character-forbidden-error/EPUB
- ocf-filename-character-forbidden-non-publication-resource-error
- EPUB
- META-INF
- ocf-filename-character-space-warning
- EPUB
- META-INF
- 05-package-document
- files
Expand file treeCollapse file tree
34 files changed
+515
-248
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
176 |
| - | |
| 176 | + | |
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
|
src/main/java/com/adobe/epubcheck/ocf/OCFChecker.java
Copy file name to clipboardExpand all lines: src/main/java/com/adobe/epubcheck/ocf/OCFChecker.java+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
290 |
| - | |
291 |
| - | |
292 | 290 |
| |
293 | 291 |
| |
294 | 292 |
| |
| |||
318 | 316 |
| |
319 | 317 |
| |
320 | 318 |
| |
321 |
| - | |
| 319 | + | |
322 | 320 |
| |
323 | 321 |
| |
324 | 322 |
| |
|
src/main/java/com/adobe/epubcheck/ocf/OCFFilenameChecker.java
Copy file name to clipboard+123-88Lines changed: 123 additions & 88 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 |
| |
5 | 9 |
| |
6 | 10 |
| |
7 | 11 |
| |
8 | 12 |
| |
9 | 13 |
| |
10 |
| - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
11 | 20 |
| |
12 |
| - | |
13 |
| - | |
| 21 | + | |
14 | 22 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
18 | 82 |
| |
19 | 83 |
| |
20 | 84 |
| |
21 | 85 |
| |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
22 | 92 |
| |
23 |
| - | |
| 93 | + | |
24 | 94 |
| |
| 95 | + | |
| 96 | + | |
| 97 | + | |
25 | 98 |
| |
26 | 99 |
| |
27 |
| - | |
| 100 | + | |
28 | 101 |
| |
29 | 102 |
| |
30 |
| - | |
| 103 | + | |
| 104 | + | |
31 | 105 |
| |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
53 | 113 |
| |
54 |
| - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
55 | 120 |
| |
56 |
| - | |
| 121 | + | |
| 122 | + | |
57 | 123 |
| |
58 |
| - | |
59 |
| - | |
| 124 | + | |
60 | 125 |
| |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
66 | 137 |
| |
67 | 138 |
| |
68 |
| - | |
| 139 | + | |
| 140 | + | |
69 | 141 |
| |
70 |
| - | |
71 |
| - | |
| 142 | + | |
72 | 143 |
| |
73 |
| - | |
| 144 | + | |
| 145 | + | |
74 | 146 |
| |
75 |
| - | |
| 147 | + | |
| 148 | + | |
76 | 149 |
| |
77 |
| - | |
78 |
| - | |
| 150 | + | |
| 151 | + | |
79 | 152 |
| |
80 |
| - | |
| 153 | + | |
81 | 154 |
| |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
| 155 | + | |
| 156 | + | |
89 | 157 |
| |
90 |
| - | |
| 158 | + | |
91 | 159 |
| |
92 |
| - | |
93 | 160 |
| |
94 | 161 |
| |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 | 162 |
|
src/main/java/com/adobe/epubcheck/opf/OPFChecker.java
Copy file name to clipboardExpand all lines: src/main/java/com/adobe/epubcheck/opf/OPFChecker.java+5-9Lines changed: 5 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
210 |
| - | |
211 |
| - | |
212 |
| - | |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 |
| - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
218 | 214 |
| |
219 |
| - | |
| 215 | + | |
220 | 216 |
| |
221 | 217 |
| |
222 | 218 |
| |
|
src/main/resources/com/adobe/epubcheck/messages/MessageBundle.properties
Copy file name to clipboardExpand all lines: src/main/resources/com/adobe/epubcheck/messages/MessageBundle.properties+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
297 | 297 |
| |
298 | 298 |
| |
299 | 299 |
| |
300 |
| - | |
301 |
| - | |
302 |
| - | |
303 |
| - | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
304 | 304 |
| |
305 | 305 |
| |
306 | 306 |
| |
|
You can’t perform that action at this time.
0 commit comments