adding spring boot header detection

This commit is contained in:
Dirk 2017-02-27 19:12:59 +01:00
parent 2232929bc5
commit ac193a8ef0
1 changed files with 1 additions and 0 deletions

View File

@ -1798,6 +1798,7 @@ emphasize_stuff_in_headers(){
-e "s/X-Varnish/${yellow}X-Varnish${off}/g" \ -e "s/X-Varnish/${yellow}X-Varnish${off}/g" \
-e "s/X-OWA-Version/${yellow}X-OWA-Version${off}/g" \ -e "s/X-OWA-Version/${yellow}X-OWA-Version${off}/g" \
-e "s/MicrosoftSharePointTeamServices/${yellow}MicrosoftSharePointTeamServices${off}/g" \ -e "s/MicrosoftSharePointTeamServices/${yellow}MicrosoftSharePointTeamServices${off}/g" \
-e "s/X-Application-Context/${yellow}X-Application-Context${off}/g" \
-e "s/X-Version/${yellow}X-Version${off}/g" \ -e "s/X-Version/${yellow}X-Version${off}/g" \
-e "s/X-Powered-By/${yellow}X-Powered-By${off}/g" \ -e "s/X-Powered-By/${yellow}X-Powered-By${off}/g" \
-e "s/X-UA-Compatible/${yellow}X-UA-Compatible${off}/g" \ -e "s/X-UA-Compatible/${yellow}X-UA-Compatible${off}/g" \