You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Musachy Barroso (JIRA)" <ji...@apache.org> on 2009/08/15 20:05:59 UTC

[jira] Resolved: (WW-2794) Dispatcher should allow bypass of URI patterns

     [ https://issues.apache.org/struts/browse/WW-2794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso resolved WW-2794.
---------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: Future)
                   2.1.8

fixed in trunk. there is now a constant that can be set to a list of regexes, and any request mapping one of those will not be handled by s2

> Dispatcher should allow bypass of URI patterns
> ----------------------------------------------
>
>                 Key: WW-2794
>                 URL: https://issues.apache.org/struts/browse/WW-2794
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.1.2
>            Reporter: Paul Benedict
>            Assignee: Paul Benedict
>            Priority: Critical
>             Fix For: 2.1.8
>
>
> It is not possible to execute a servlet if Struts is mapped to /*
> Struts should either know how to match if a URI is a servlet (if such JEE API is available), or be given a list of simple patterns to match against. After all, Struts is just a filter :-) Not every request going through Struts should be handled by Struts... well, at least if configured as such.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.