I will.Thanks Ben!
--
Samuel Santos
http://www.samaxes.com/
On Thu, Oct 30, 2008 at 5:37 PM, Ben Gunter <[EMAIL PROTECTED]> wrote:
> I think we got all those problems worked out with release 1.5. Let us know
> if you encounter any other issues like that.
>
> -Ben
>
>
> On Thu, Oct 30, 2008 at 1:25 PM, Samuel Santos <[EMAIL PROTECTED]> wrote:
>
>> Thanks Ben,
>> My configuration was:
>> <filter-mapping>
>> <filter-name>StripesSecurityFilter</filter-name>
>> <url-pattern>*.jsp</url-pattern>
>> <dispatcher>REQUEST</dispatcher>
>> <dispatcher>INCLUDE</dispatcher>
>> </filter-mapping>
>>
>> <filter-mapping>
>> <filter-name>StripesSecurityFilter</filter-name>
>> <servlet-name>StripesDispatcher</servlet-name>
>> <dispatcher>REQUEST</dispatcher>
>> <dispatcher>FORWARD</dispatcher>
>> </filter-mapping>
>>
>> adding <dispatcher>ERROR</dispatcher> fixes it!
>>
>> I remember that adding <dispatcher>INCLUDE</dispatcher> to the
>> StripesDispatcher was giving me some errors in a previous project, but I
>> don't remember why anymore, maybe due to Sitemesh...
>>
>> --
>> Samuel Santos
>> http://www.samaxes.com/
>>
>>
>> On Thu, Oct 30, 2008 at 4:55 PM, Ben Gunter <[EMAIL PROTECTED]> wrote:
>>
>>> Do you have StripesFilter set up like this in web.xml?
>>>
>>> <filter-mapping>
>>> <servlet-name>StripesDispatcher</servlet-name>
>>> <dispatcher>REQUEST</dispatcher>
>>> <dispatcher>FORWARD</dispatcher>
>>> <dispatcher>INCLUDE</dispatcher>
>>> <dispatcher>ERROR</dispatcher>
>>> </filter-mapping>
>>>
>>> -Ben
>>>
>>>
>>> On Thu, Oct 30, 2008 at 11:58 AM, Samuel Santos <[EMAIL PROTECTED]>wrote:
>>>
>>>> Hey,
>>>> Usually I send HTTP errors to a .jsp page with no problem, example:
>>>> <error-page>
>>>> <error-code>400</error-code>
>>>> <location>/WEB-INF/error.jsp?httpError=400</location>
>>>> </error-page>
>>>>
>>>> Now I'm trying to send the errors to an action, like:
>>>> <error-page>
>>>> <error-code>400</error-code>
>>>> <location>/Error.action?httpError=400</location>
>>>> </error-page>
>>>>
>>>> But I get this error:
>>>> 15:50:31,297 ERROR [[localhost]] Exception Processing
>>>> ErrorPage[errorCode=404, location=/Error.action?httpError=404]
>>>> java.lang.IllegalStateException: A request made it through to some part
>>>> of Stripes without being wrapped in a StripesRequestWrapper. The
>>>> StripesFilter is responsible for wrapping the request, so it is likely that
>>>> either the StripesFilter is not deployed, or that its mappings do not
>>>> include the DispatcherServlet _and_ *.jsp. Stripes does not require that
>>>> the
>>>> Stripes wrapper is the only request wrapper, or the outermost; only that it
>>>> is present.
>>>>
>>>> My handler just forwards the user to the error page:
>>>> @DefaultHandler
>>>> public Resolution main() {
>>>> return new ForwardResolution("/WEB-INF/error.jsp");
>>>> }
>>>>
>>>> How can I fix it?
>>>> Thanks
>>>>
>>>> --
>>>> Samuel Santos
>>>> http://www.samaxes.com/
>>>>
>>>
>>> -------------------------------------------------------------------------
>>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>>> challenge
>>> Build the coolest Linux based applications with Moblin SDK & win great
>>> prizes
>>> Grand prize is a trip for two to an Open Source event anywhere in the
>>> world
>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>>> _______________________________________________
>>> Stripes-users mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/stripes-users
>>>
>>>
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win great
>> prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the
>> world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> Stripes-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/stripes-users
>>
>>
>
>
> --
> Ben Gunter
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Stripes-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users