I would like to explain more here.
Let's say I have a druid link - https://Server_Name:PortNumber accessible here but user tried to add some content at the end like https://Server_Name:PortNumber/Iamattackerhere
So, above link is showing 404 page not found error. Like below -
HTTP ERROR 404 Not Found
URI: /Iamattackerhere
STATUS: 404
MESSAGE: Not Found
SERVLET: org.eclipse.jetty.servlet.DefaultServlet-1aac0a47
Instead of echoing this user entered link, I want druid to throw some designed result to avoid this.
Anyone can please help here.