docs: record appconfig wire-probe results (spec-compliant; escape must not extend there) - #312
Merged
Merged
Conversation
…t not extend there) mobiledeviceapplications app_configuration/preferences is fully spec-compliant: raw CDATA stores byte-identical and the escaped form corrupts values — the payloads escape gating (IsConfigProfile only) is load-bearing. macapplications silently discards the section entirely (Mac App Store AppConfig deprecated server-side). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
ktn-jamf
approved these changes
Jul 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes the last "untested" note in the PI-827 postmortem with live wire probes (throwaway app records, created and deleted on the test tenant):
mobiledeviceapplicationsapp_configuration/preferencesis fully spec-compliant: raw CDATA stores byte-identical (original formatting included), entity-bearing values parse correctly, no validation 409 — and the escaped form corrupts values (A & Bstored asA & B). The payloads escape/normalize/verify gating onIsConfigProfileis therefore load-bearing and must never extend to appconfig.macapplicationsaccepts the appconfig PUT but silently discards the section — GET returns noapp_configurationat all (Mac App Store AppConfig deprecated server-side). A silent no-op, not an escaping issue; the spec-driven flag is effectively inert on current Jamf Pro.Docs-only change.
🤖 Generated with Claude Code