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
Tried to replicate this. I do not see the behaviour you describe.
When does this redirect happen?
1. Redirected to "Access Denied" upon entering ../ ( with refreshAfter "KEYPRESS")
2. Redirected to "Access Denied" upon entering ../ and clicking enter (without refreshAfter property)
I do not know of any Appian function that could do this. Can the be a browser issue?
and you're saying it works without issue for any other strings entered?
Yes, all other strings work without any issue.
I noticed this message in the logs, but it doesn't always appear when the error occurs.
Same issue exists with other browsers as well.
I suggest to open a support case and discuss this with Appian directly.
Hi Sneha Yada Are you using only this component on site or using this, are you filtering any data in record and displaying on site.
Filtering record data using the value entered in search field, but observed the same error with the textbox too.
sure, thank you