Situation
4 nabledge-1.4 knowledge files reference HTTP (not HTTPS) URLs because the corresponding Nablarch 1.4 era source documents (from ~2014) contain HTTP links that predate the HTTPS migration of those external sites.
These files fail the S11 (URL not https) structure check:
Pain
These 4 files will always fail the S11 structure check because their HTTP URLs are accurate representations of the source content — the original Nablarch 1.4 documentation used these HTTP links.
Benefit
- The S11 failures for these 4 files are accepted as known issues rather than being silently ignored
- Future developers understand why these files have S11 warnings
Success Criteria
Notes
Decision: Accept as known issues. The URLs accurately represent the source documentation. Updating the URLs to HTTPS would require modifying the knowledge file content beyond what the source documents say, which is outside the knowledge creator's scope.
Possible future improvement: add a per-file S11 exception mechanism to the structure checker (similar to a linting ignore comment).
Situation
4 nabledge-1.4 knowledge files reference HTTP (not HTTPS) URLs because the corresponding Nablarch 1.4 era source documents (from ~2014) contain HTTP links that predate the HTTPS migration of those external sites.
These files fail the S11 (URL not https) structure check:
libraries-02_basicjava-static-analysis-05_JavaStaticAnalysisbiz-samples-0101_PBKDF2PasswordEncryptor--s1ui-framework-css_framework--s1Pain
These 4 files will always fail the S11 structure check because their HTTP URLs are accurate representations of the source content — the original Nablarch 1.4 documentation used these HTTP links.
Benefit
Success Criteria
Notes
Decision: Accept as known issues. The URLs accurately represent the source documentation. Updating the URLs to HTTPS would require modifying the knowledge file content beyond what the source documents say, which is outside the knowledge creator's scope.
Possible future improvement: add a per-file S11 exception mechanism to the structure checker (similar to a linting
ignorecomment).