Re: Form base authentication in tomcat

2008-06-26 Thread Johannes Hoechstaedter
Hi, can you explain me why I can't add a style sheet to the login form? everything works without style and favicon, but when I add these features tomcat cannot find the resourc and I the login procedure doesn't work anymore. Tomcat crashes with an exception, or the url which is build by

Re: Form base authentication in tomcat

2008-06-26 Thread Johannes Hoechstaedter
same behaviour with: html head titletest/title link href=../../resource/external/style/style-main.css type=text/css rel=stylesheet / /head body Johannes Hoechstaedter schrieb: Hi, can you explain me why I can't add a style sheet to the login form? everything works without style and favicon,

Re: Form base authentication in tomcat

2008-06-26 Thread Barbara Slupik
I had the same problem. In the end I put my styles inside login form, because the link to css did not work. I hope someone knows better solution. Barbara On 26 Jun, 2008, at 9:34 am, Johannes Hoechstaedter wrote: same behaviour with: html head titletest/title link

Re: Form base authentication in tomcat

2008-06-25 Thread Barbara Slupik
I had the same problem. I fixed it by adding: filter filter-namespringRequestContextFilter/filter-name filter-classorg.springframework.web.filter.RequestContextFilter/ filter-class /filter filter-mapping

Re: Form base authentication in tomcat

2008-06-25 Thread Johannes Hoechstaedter
YES !!! works ;) Barbara Slupik schrieb: I had the same problem. I fixed it by adding: filter filter-namespringRequestContextFilter/filter-name filter-classorg.springframework._web.filter.RequestContextFilter_ http://web.filter.RequestContextFilter//filter-class /filter filter-mapping