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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Due to the move to System.Text.Json, when viewing a workflow json, the double quotes are escaped
"Expression": "[\r\n {\r\n \u0022Name\u0022:
Is rewriting the workflowcontroller only way to override the serialization settings in workflowcontroller?
https://github.com/OrchardCMS/OrchardCore/blob/d4e5e0d5373400a1ee92459e5ce9d049f40bb782/src/OrchardCore.Modules/OrchardCore.Workflows/Controllers/WorkflowController.cs#L211C1-L218C11
is there any security risk to use
UnsafeRelaxedJsonEscaping
in addition toCamelCase
? https://github.com/OrchardCMS/OrchardCore/blob/d4e5e0d5373400a1ee92459e5ce9d049f40bb782/src/OrchardCore/OrchardCore.Abstractions/Json/JOptions.cs#L66C9-L66C35Beta Was this translation helpful? Give feedback.
All reactions