You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defect - Non-compliance with a standards document or incorrect OS API usage.
Defect - Unexpected behaviour (obvious or has been verified by a project member).
New feature request.
Defect/Feature description
The eap-config module produces XML (which ignores simple whitespace such as newline). The CAT admin interface invites admins to upload their Terms of Use as simple UTF-8 encoded text, where newlines do have significance.
By copying the ToU contents verbatim into the element, all formatting using whitespace and newlines is lost, and consumers of the file rightly flatten the content into one long unformatted string.
How to reproduce issue
Download an eap-config file with TermsOfUse populated, consume with geteduroam.
Issue type
Defect/Feature description
The eap-config module produces XML (which ignores simple whitespace such as newline). The CAT admin interface invites admins to upload their Terms of Use as simple UTF-8 encoded text, where newlines do have significance.
By copying the ToU contents verbatim into the element, all formatting using whitespace and newlines is lost, and consumers of the file rightly flatten the content into one long unformatted string.
How to reproduce issue
Download an eap-config file with TermsOfUse populated, consume with geteduroam.
Detail of issue
XML content that is whitespace-sensitive should use the markup element "CDATA" (see https://en.wikipedia.org/wiki/CDATA )
The text was updated successfully, but these errors were encountered: