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

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

Modified Paths:
--------------
    
trunk/stripes/src/net/sourceforge/stripes/controller/DynamicMappingFilter.java

Modified: 
trunk/stripes/src/net/sourceforge/stripes/controller/DynamicMappingFilter.java
===================================================================
--- 
trunk/stripes/src/net/sourceforge/stripes/controller/DynamicMappingFilter.java  
    2009-11-19 20:45:08 UTC (rev 1219)
+++ 
trunk/stripes/src/net/sourceforge/stripes/controller/DynamicMappingFilter.java  
    2009-11-19 20:48:01 UTC (rev 1220)
@@ -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