I am trying to set a property in catalina.properties file but it is read-only file
how to change this file using intellij idea
I want to add following property
tomcat.util.http.parser.HttpParser.requestTargetAllow=|{}
I want to add this because I want to allow pipe and braces as request parameter
Please help me