On 11/7/2014 7:55 PM, Daniel Baktiar wrote:
Hi Alessandro,
Is there any servlet filter running which modifies the "Content-Type"
headers?
Look at the web.xml for tag.
Daniel Baktiar
On Thu, Nov 6, 2014 at 7:04 PM, Alessandro Panzeri <
alessandro.panzer...@gmail.com> wrote:
I deployed a war
2014-11-06 14:04 GMT+03:00 Alessandro Panzeri :
> I deployed a war on Tomcat 7 to serve a jsp page.
>
> In the jsp page I put this css tag:
>
>
>
> Also, at the beginning of the jsp page I put this:
>
> <%@ page contentType="text/html;charset=utf-8" %>
>
> However when I contact via browser such j
Hi Alessandro,
Is there any servlet filter running which modifies the "Content-Type"
headers?
Look at the web.xml for tag.
Daniel Baktiar
On Thu, Nov 6, 2014 at 7:04 PM, Alessandro Panzeri <
alessandro.panzer...@gmail.com> wrote:
> I deployed a war on Tomcat 7 to serve a jsp page.
>
> In the j
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Alessandro,
On 11/6/14 6:04 AM, Alessandro Panzeri wrote:
> I deployed a war on Tomcat 7 to serve a jsp page.
>
> In the jsp page I put this css tag:
>
> type="text/css"/>
>
> Also, at the beginning of the jsp page I put this:
>
> <%@ page cont
I deployed a war on Tomcat 7 to serve a jsp page.
In the jsp page I put this css tag:
Also, at the beginning of the jsp page I put this:
<%@ page contentType="text/html;charset=utf-8" %>
However when I contact via browser such jsp page, the css is NOT loaded and
I found that the reason is (re