I am making an raw ajax call on the clientside, which look like the following,var url = '/bin/denisa/dummyServlet';var xhr = new XMLHttpRequest();xhr.open('GET', url);xhr.setRequestHeader('Content-Type', 'application/json; charset=utf-8');xhr.setRequestHeader('Accept', 'application/json, text/javasc...