The headers in the routable entity are a straight dictionary which means that you can add a value directly and manipulate it. Routable entity headers should be immutable and therefore not able to be edited. This is not currently the case and means they can be manipulated and modified runtime.
This needs to be prevented to be more in line with current thoughts.
The headers in the routable entity are a straight dictionary which means that you can add a value directly and manipulate it. Routable entity headers should be immutable and therefore not able to be edited. This is not currently the case and means they can be manipulated and modified runtime.
This needs to be prevented to be more in line with current thoughts.