> > Sebastion, when I looked at the net/css tab it showed the whole xhtml file. > So you are saying the problem is "in the server". Would you please > elaborate on that. I am using java ee 6 and if I remove my > 'security-constraint' section out of my web.xml, the web page displays with > styling.
So it sounds like it is really a problem on the server. So in the case you leave out the <security-constraint> you also see the CSS in the HTML<http://getfirebug.com/wiki/index.php/HTML_Panel>and Net panel <http://getfirebug.com/wiki/index.php/Net_Panel>, right? > I have looked at my web.xml until I am seeing spots but nothing > looks wrong to me. Where should I look "in the server"? Thanks. Unfortunately I am not familiar with Java EE, but as you say it must be related to the <security-constraint>. From an unknowing person's view I'd say, that it could be related to your <url-pattern>. But again, I don't know about Java EE, so I can't help you here. Maybe somebody else can give you more info, if you can post a publicly accessible test case. Maybe screenshots of the CSS file request headers (inside the Net panel <http://getfirebug.com/wiki/index.php/Net_Panel>) with and without <security-constraint> could clarify this issue a bit. Sebastian PS: Please note, that I linked the HTML and Net panel above to our wiki, if you need more info about them. -- You received this message because you are subscribed to the Google Groups "Firebug" group. To view this discussion on the web visit https://groups.google.com/d/msg/firebug/-/Q4fgq1RVhvEJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
