Hello,
I'm using the code below, enter ../ it's redirected to "Access Denied", any idea why? I don't see any error logged in the Tomcat log.
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" ) } ) } ) )
Discussion posts and replies are publicly visible
If possible can you send the remaining code like how you are filtering, using query and filter or read only grid record filter. Don't know exactly but I'm thinking there might be a security issue throwing that error when you are attempting search on records.
1. I can replicate the issue without tagging to any record.
2. I'm able to search the record with valid value.
I think it's not a security issue, if it's a security issue should be flagged out in design_errors.csv? but nothing is recorded in design_errors too.
Looks like this issue is happening in 23.4 and resolved in higher versions.
Thank you everyone for the responses and suggestions.