There are 2 comments.
 
 
Kubernetes Helm Charts for XWiki / cid:jira-generated-image-avatar-7f7b9a44-c6cd-4ebd-beb7-63c79a91dcda HELM-108 Open

Error: sed: -e expression #1, char 86: unknown option to `s'

 
View issue   ยท   Add comment
 

2 comments

 
cid:jira-generated-image-avatar-4aae01bf-c12c-4192-80c2-eea77235c4ea Sabst on 18/Jan/26 21:52
 

Found it: I have a setting for the logout page like:

xwiki.authentication.logoutpage=(/|/[^/]+/|/wiki/[^/]+/)logout/*

Not sure at this point if I can escape at least the / characters from my side but the regression of this part of the chart certainly needs to be fixed.
 
Note: The logout configuration is useful in my case as the redirection does not occur by default.

 
cid:jira-generated-image-avatar-4aae01bf-c12c-4192-80c2-eea77235c4ea Sabst on 18/Jan/26 21:53
 
Found it: I have a setting for the logout page like:
{code:java}
xwiki.authentication.logoutpage=(/|/[^/]+/|/wiki/[^/]+/)logout/*{code}
Not sure at this point if I can escape at least the / characters from my side but the regression of this part of the chart certainly needs to be fixed
(using % as the sed separator will probably work but is that enough?) .
 
Note: The logout configuration is useful in my case as the redirection does not occur by default.