Access Denied

Certified Senior Developer

Hello All,

Redirected to "Access Denied Page" if I enter  ../ in the text box, is this expected?

a!localVariables(
  local!searchKeyword,
  a!columnsLayout(
    columns: {
      a!columnLayout(
        contents: {
          a!textField(
            label: "Search By Keyword",
            value: local!searchKeyword,
            saveInto: {
              local!searchKeyword,
              a!save(
                local!searchKeyword,
                trim(local!searchKeyword)
              )
            },
            refreshAfter: "KEYPRESS"
          )
        }
      )
    }
  )
)

Key in../ and click on enter, then the page below is displayed, any idea why?

Application logs:

  Discussion posts and replies are publicly visible