Revision: 1219
          http://stripes.svn.sourceforge.net/stripes/?rev=1219&view=rev
Author:   bengunter
Date:     2009-11-19 20:45:08 +0000 (Thu, 19 Nov 2009)

Log Message:
-----------
Call getInstanceConfiguration() instead of the static getConfiguration() to get 
the Configuration instance from StripesFilter.

Modified Paths:
--------------
    
branches/1.5.x/stripes/src/net/sourceforge/stripes/controller/DynamicMappingFilter.java

Modified: 
branches/1.5.x/stripes/src/net/sourceforge/stripes/controller/DynamicMappingFilter.java
===================================================================
--- 
branches/1.5.x/stripes/src/net/sourceforge/stripes/controller/DynamicMappingFilter.java
     2009-11-10 16:15:07 UTC (rev 1218)
+++ 
branches/1.5.x/stripes/src/net/sourceforge/stripes/controller/DynamicMappingFilter.java
     2009-11-19 20:45:08 UTC (rev 1219)
@@ -363,7 +363,7 @@
                         throws IOException, ServletException {
                     // Look for an ActionBean that is mapped to the URI
                     String uri = 
HttpUtil.getRequestedPath((HttpServletRequest) request);
-                    Class<? extends ActionBean> beanType = 
StripesFilter.getConfiguration()
+                    Class<? extends ActionBean> beanType = 
stripesFilter.getInstanceConfiguration()
                             .getActionResolver().getActionBeanType(uri);
 
                     // If found then call the dispatcher directly. Otherwise, 
send the error.


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to