- ///
- /// Derived handlers may override this property to change their default case-sensitivity.
- ///
- ///
- /// Defaults to 'true'.
- ///
- ///
- protected override bool DefaultCaseSensitivity
- {
- get { return false; }
- }
}
}
diff --git a/src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.2010.csproj b/src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.2010.csproj
index 3f687926..d3e926b4 100644
--- a/src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.2010.csproj
+++ b/src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.2010.csproj
@@ -65,6 +65,10 @@