hapi-server / server-java

Java-based server which works with Java-based web servers like Tomcat
Apache License 2.0
0 stars 1 forks source link

error reports should never be controllable by the client #3

Open jbfaden opened 2 years ago

jbfaden commented 2 years ago

Jon mentioned a rule I had forgotten about, that you don't want web error reports to contain data that is sent to the server. For example, a hostile client could send data into the server which is then formatted in an output, tricking the human client to do something.