Skip to content

Commit

Permalink
fixup! Make backward compliance for the workspace keys with ":" and o…
Browse files Browse the repository at this point in the history
…ptional namespace value Broken by #4061
  • Loading branch information
benoitf committed Feb 15, 2017
1 parent 9bf41b1 commit 07cd05d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ public WorkspaceImpl createWorkspace(WorkspaceConfig config,
*
* <p> Key rules:
* <ul>
* <li>@Deprecated : If it contains <b>:</b> character then that key is combination of namespace and workspace name
* <li>@Deprecated : <b></>:workspace_name</b> is valid abstract key and user will be detected from Environment.
* <li>If it doesn't contain <b>/</b> character then that key is id(e.g. workspace123456)
* <li>If it contains <b>/</b> character then that key is combination of namespace and workspace name
* </ul>
Expand Down

0 comments on commit 07cd05d

Please sign in to comment.