Skip to content

Commit

Permalink
[APPS-3106] Special character handling
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantmehra9 committed Jan 16, 2025
1 parent 17e8e89 commit 7c4c73b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions src/main/webapp/definitions/alfresco-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2099,7 +2099,7 @@ paths:
in: query
description: |
Optional new name. This should include the file extension.
The name must not contain spaces or the following special characters: * " gt; lt; \ / ? : and |.
The name must not contain spaces or the following special characters: * " `<` `>` \ / ? : and |.
The character `.` must not be used at the end of the name.
required: false
type: string
Expand Down Expand Up @@ -10556,7 +10556,7 @@ definitions:
type: string
pattern: "^(?!(.*[\\\"\\*\\\\\\>\\<\\?\\/\\:\\|]+.*)|(.*[\\.]?.*[\\.]+$)|(.*[ ]+$))"
description: |
The name must not contain spaces or the following special characters: * " gt; lt; \ / ? : and |.
The name must not contain spaces or the following special characters: * " `<` `>` \ / ? : and |.
The character . must not be used at the end of the name.
nodeType:
type: string
Expand Down Expand Up @@ -10592,7 +10592,7 @@ definitions:
type: string
pattern: "^(?!(.*[\\\"\\*\\\\\\>\\<\\?\\/\\:\\|]+.*)|(.*[\\.]?.*[\\.]+$)|(.*[ ]+$))"
description: |
The name must not contain spaces or the following special characters: * " gt; lt; \ / ? : and |.
The name must not contain spaces or the following special characters: * " `<` `>` \ / ? : and |.
The character . must not be used at the end of the name.
nodeType:
type: string
Expand All @@ -10617,7 +10617,7 @@ definitions:
type: string
pattern: "^(?!(.*[\\\"\\*\\\\\\>\\<\\?\\/\\:\\|]+.*)|(.*[\\.]?.*[\\.]+$)|(.*[ ]+$))"
description: |
The name must not contain spaces or the following special characters: * " gt; lt; \ / ? : and |.
The name must not contain spaces or the following special characters: * " `<` `>` \ / ? : and |.
The character . must not be used at the end of the name.
NodeBodyMove:
type: object
Expand All @@ -10630,7 +10630,7 @@ definitions:
type: string
pattern: "^(?!(.*[\\\"\\*\\\\\\>\\<\\?\\/\\:\\|]+.*)|(.*[\\.]?.*[\\.]+$)|(.*[ ]+$))"
description: |
The name must not contain spaces or the following special characters: * " gt; lt; \ / ? : and |.
The name must not contain spaces or the following special characters: * " `<` `>` \ / ? : and |.
The character . must not be used at the end of the name.
NodeBodyLock:
type: object
Expand Down Expand Up @@ -10780,7 +10780,7 @@ definitions:
type: string
pattern: "^(?!(.*[\\\"\\*\\\\\\>\\<\\?\\/\\:\\|]+.*)|(.*[\\.]?.*[\\.]+$)|(.*[ ]+$))"
description: |
The name must not contain spaces or the following special characters: * " gt; lt; \ / ? : and |.
The name must not contain spaces or the following special characters: * " `<` `>` \ / ? : and |.
The character . must not be used at the end of the name.
nodeType:
type: string
Expand Down Expand Up @@ -10956,7 +10956,7 @@ definitions:
type: string
pattern: "^(?!(.*[\\\"\\*\\\\\\>\\<\\?\\/\\:\\|]+.*)|(.*[\\.]?.*[\\.]+$)|(.*[ ]+$))"
description: |
The name must not contain spaces or the following special characters: * " gt; lt; \ / ? : and |.
The name must not contain spaces or the following special characters: * " `<` `>` \ / ? : and |.
The character . must not be used at the end of the name.
title:
type: string
Expand Down Expand Up @@ -11115,7 +11115,7 @@ definitions:
type: string
pattern: "^(?!(.*[\\\"\\*\\\\\\>\\<\\?\\/\\:\\|]+.*)|(.*[\\.]?.*[\\.]+$)|(.*[ ]+$))"
description: |
The name must not contain spaces or the following special characters: * " gt; lt; \ / ? : and |.
The name must not contain spaces or the following special characters: * " `<` `>` \ / ? : and |.
The character . must not be used at the end of the name.
nodeType:
type: string
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/definitions/alfresco-search.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ definitions:
type: string
pattern: "^(?!(.*[\\\"\\*\\\\\\>\\<\\?\\/\\:\\|]+.*)|(.*[\\.]?.*[\\.]+$)|(.*[ ]+$))"
description: |
The name must not contain spaces or the following special characters: * " gt; lt; \ / ? : and |.
The name must not contain spaces or the following special characters: * " `<` `>` \ / ? : and |.
The character . must not be used at the end of the name.
nodeType:
type: string
Expand Down

0 comments on commit 7c4c73b

Please sign in to comment.