2013/6/27 Fabian Richter <frich...@mtg.de>:
> Am 27.06.2013 08:59, schrieb Lukasz Lenart:
>>
>> 2013/6/27 Fabian Richter <frich...@mtg.de>:
>>>
>>> I meant when I call https://localhost/app/ the url is rewritten by the
>>> app
>>> to https://localhost/app/index.html
>>
>>
>> Looks like one of your filters messing things up. Try to comment out this
>>
>> <filter-mapping>
>>          <filter-name>appFilter</filter-name>
>>          <url-pattern>*.html</url-pattern>
>>      </filter-mapping>
>
>
> This is the Authentication filter. If I comment that one out, I get
> authorization not initialized exceptions in my application.

Hmm... so why do you map it to *.html? And not to /* or *.action?


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to