You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/28 14:00:29 UTC

[jira] [Commented] (IGNITE-3995) .NET: ASP.NET Session-State Store Provider run cache with default "null" name

    [ https://issues.apache.org/jira/browse/IGNITE-3995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15529715#comment-15529715 ] 

ASF GitHub Bot commented on IGNITE-3995:
----------------------------------------

GitHub user ptupitsyn opened a pull request:

    https://github.com/apache/ignite/pull/1128

    IGNITE-3995 .NET: Fix default cache name in ASP.NET Session-State Store Provider

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ptupitsyn/ignite ignite-3995

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/1128.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1128
    
----
commit 53fbad7ddafdae7b368b0f207d06d16574978d62
Author: AKuznetsov <ak...@gridgain.com>
Date:   2016-09-28T10:24:56Z

    Merge branch ignite-1.6.9 into ignite-1.7.2.

commit 4ff19c20b169e0373eafc8025a838db8bfc61f27
Author: sboikov <sb...@gridgain.com>
Date:   2016-09-28T10:47:51Z

    ignite-3621 Fixed 'testEvictExpired'.

commit bfe4458448a59542713830f57713b3ac2af08e2b
Author: sboikov <sb...@gridgain.com>
Date:   2016-09-28T11:31:24Z

    ignite-3621 Fixed 'testEvictExpired'.

commit bff34b50aa93d43c63f9419cf19e00c2d3cd5413
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-09-28T13:34:32Z

    IGNITE-3995 .NET: ASP.NET Session-State Store Provider run cache with default "null" name

commit 33b5efa0162941186318ae3d839ebdfcaecfdf27
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-09-28T13:52:09Z

    Fix the bug

commit be791f1480a11f6a17ba3b6ec7d17cdc9fd6352e
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-09-28T13:58:07Z

    cleanup

commit 486cb20ac30dcde82a13ae82de8fb2ed450e0eb0
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-09-28T13:59:04Z

    cleanup

----


> .NET: ASP.NET Session-State Store Provider run cache with default "null" name
> -----------------------------------------------------------------------------
>
>                 Key: IGNITE-3995
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3995
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 1.8
>         Environment: Windows 7 OS
>            Reporter: Vasilisa  Sidorova
>            Assignee: Pavel Tupitsyn
>              Labels: .net
>             Fix For: 1.8
>
>
> 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:
> {noformat}
> <sessionState mode="Custom" customProvider="IgniteSessionStateProvider">
> 	<providers>
> 		<add name="IgniteSessionStateProvider"
> 			type="Apache.Ignite.AspNet.IgniteSessionStateStoreProvider, Apache.Ignite.AspNet" />
> 	</providers>
> </sessionState>
> {noformat}
> # 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.4#6332)