error handling - Handle 'missing rest service' message in Lucee (or Railo) -


one of sans web application security recommendations handle errors , replace them generic, non-descriptive messages.

in lucee (or railo matter) when access rest service address doesn't exist, no rest service [/xxxx] found in mapping [/yyyy] doesn't pass through onerror.

i see rest separate servlet, however, else runs through onrequeststart, onrequest, onrequestend... etc.

any suggestions on how capture or suppress error?


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -