[
https://issues.apache.org/jira/browse/IGNITE-3996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Ozerov updated IGNITE-3996:
------------------------------------
Fix Version/s: (was: 2.0)
2.1
> .NET: ASP.NET Output Cache provider run cache with default "null" name
> ----------------------------------------------------------------------
>
> Key: IGNITE-3996
> URL: https://issues.apache.org/jira/browse/IGNITE-3996
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 1.8
> Environment: Windows 7
> Reporter: Vasilisa Sidorova
> Labels: .net
> Fix For: 2.1
>
>
> STEPS TO REPDODUCE
> -------------------------------------------------------------------
> # Create a new C# Web application in the MS Visual Studio: File -> New ->
> Project -> Visual C# -> Web -> ASP.NET Web Application
> # In the Package Manager Console install Apache.Ignite.AspNet package
> # Open Web.config file and add following code to the "system.web" section:
> {code}
> <caching>
> <outputCache defaultProvider="apacheIgnite">
> <providers>
> <add name="apacheIgnite"
> type="Apache.Ignite.AspNet.IgniteOutputCacheProvider, Apache.Ignite.AspNet" />
> </providers>
> </outputCache>
> </caching>
> {code}
> # Run project (Ctrl-F5) (ASP.NET page is opened in browser)
> # Connect to started cache via console application or visorcmd and look onto
> cache name
> -----------------------------------------------------------------------
> ACTUAL RESULT
> -----------------------------------------------------------------------
> Started cache have "null" name
> -----------------------------------------------------------------------
> EXPECTED RESULT
> -----------------------------------------------------------------------
> Default cache name have name differ from "null" - it's bad name and can cause
> unexpected errors
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)