[JBoss JIRA] (ISPN-6144) Display error messsages to user
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-6144?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-6144:
--------------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 8.2.0.Final
Resolution: Done
> Display error messsages to user
> --------------------------------
>
> Key: ISPN-6144
> URL: https://issues.jboss.org/browse/ISPN-6144
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Reporter: Pedro Zapata
> Assignee: Vladimir Blagojevic
> Priority: Blocker
> Fix For: 8.2.0.Final
>
>
> If you create an invalid configuration (i.e, set some random value in the site property), an exception is thrown in the log but it’s, not reported to the console.
> No feedback about successful, or wrong creation is reported to the user, without looking into the server log.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (ISPN-6259) CacheManager getCacheNames includes configuration names
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-6259:
-------------------------------------
Summary: CacheManager getCacheNames includes configuration names
Key: ISPN-6259
URL: https://issues.jboss.org/browse/ISPN-6259
Project: Infinispan
Issue Type: Bug
Reporter: Tristan Tarrant
The DefaultCacheManager#getCacheNames() returns a list of names which includes both caches and bare configurations. The latter should be excluded and preferably some additional methods added to return defined configurations
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (ISPN-6144) Display error messsages to user
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-6144?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic commented on ISPN-6144:
-------------------------------------------
All errors should be now visible to users by parsing errors received directly from servers
> Display error messsages to user
> --------------------------------
>
> Key: ISPN-6144
> URL: https://issues.jboss.org/browse/ISPN-6144
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Reporter: Pedro Zapata
> Assignee: Vladimir Blagojevic
> Priority: Blocker
>
> If you create an invalid configuration (i.e, set some random value in the site property), an exception is thrown in the log but it’s, not reported to the console.
> No feedback about successful, or wrong creation is reported to the user, without looking into the server log.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (ISPN-6258) Authorication can fail with NPE when no subject is provided
by Vojtech Juranek (JIRA)
[ https://issues.jboss.org/browse/ISPN-6258?page=com.atlassian.jira.plugin.... ]
Vojtech Juranek updated ISPN-6258:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/4034
> Authorication can fail with NPE when no subject is provided
> -----------------------------------------------------------
>
> Key: ISPN-6258
> URL: https://issues.jboss.org/browse/ISPN-6258
> Project: Infinispan
> Issue Type: Bug
> Components: Security
> Reporter: Vojtech Juranek
> Assignee: Vojtech Juranek
>
> When user's subject is null, authorization on secured cache can fail with NPE bellow, instead of logging {{SecurityException}}
> {noformat}
> 15:14:47,795 ERROR [org.infinispan.server.hotrod.HotRodEncoder] (HotRodServerWorker-9-1) ISPN005022: Exception writing response with messageId=2: java.lang.NullPointerException
> at org.infinispan.security.impl.CachePrincipalPair.<init>(CachePrincipalPair.java:17)
> at org.infinispan.security.impl.AuthorizationHelper.checkSubjectPermissionAndRole(AuthorizationHelper.java:103)
> at org.infinispan.security.impl.AuthorizationHelper.checkPermission(AuthorizationHelper.java:76)
> at org.infinispan.security.impl.AuthorizationManagerImpl.checkPermission(AuthorizationManagerImpl.java:37)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (ISPN-6258) Authorication can fail with NPE when no subject is provided
by Vojtech Juranek (JIRA)
[ https://issues.jboss.org/browse/ISPN-6258?page=com.atlassian.jira.plugin.... ]
Vojtech Juranek updated ISPN-6258:
----------------------------------
Status: Open (was: New)
> Authorication can fail with NPE when no subject is provided
> -----------------------------------------------------------
>
> Key: ISPN-6258
> URL: https://issues.jboss.org/browse/ISPN-6258
> Project: Infinispan
> Issue Type: Bug
> Components: Security
> Reporter: Vojtech Juranek
> Assignee: Vojtech Juranek
>
> When user's subject is null, authorization on secured cache can fail with NPE bellow, instead of logging {{SecurityException}}
> {noformat}
> 15:14:47,795 ERROR [org.infinispan.server.hotrod.HotRodEncoder] (HotRodServerWorker-9-1) ISPN005022: Exception writing response with messageId=2: java.lang.NullPointerException
> at org.infinispan.security.impl.CachePrincipalPair.<init>(CachePrincipalPair.java:17)
> at org.infinispan.security.impl.AuthorizationHelper.checkSubjectPermissionAndRole(AuthorizationHelper.java:103)
> at org.infinispan.security.impl.AuthorizationHelper.checkPermission(AuthorizationHelper.java:76)
> at org.infinispan.security.impl.AuthorizationManagerImpl.checkPermission(AuthorizationManagerImpl.java:37)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (ISPN-6258) Authorication can fail with NPE when no subject is provided
by Vojtech Juranek (JIRA)
Vojtech Juranek created ISPN-6258:
-------------------------------------
Summary: Authorication can fail with NPE when no subject is provided
Key: ISPN-6258
URL: https://issues.jboss.org/browse/ISPN-6258
Project: Infinispan
Issue Type: Bug
Components: Security
Reporter: Vojtech Juranek
Assignee: Vojtech Juranek
When user's subject is null, authorization on secured cache can fail with NPE bellow, instead of logging {{SecurityException}}
{noformat}
15:14:47,795 ERROR [org.infinispan.server.hotrod.HotRodEncoder] (HotRodServerWorker-9-1) ISPN005022: Exception writing response with messageId=2: java.lang.NullPointerException
at org.infinispan.security.impl.CachePrincipalPair.<init>(CachePrincipalPair.java:17)
at org.infinispan.security.impl.AuthorizationHelper.checkSubjectPermissionAndRole(AuthorizationHelper.java:103)
at org.infinispan.security.impl.AuthorizationHelper.checkPermission(AuthorizationHelper.java:76)
at org.infinispan.security.impl.AuthorizationManagerImpl.checkPermission(AuthorizationManagerImpl.java:37)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (ISPN-6257) Management console - stopping a cluster breaks cluster tab
by Roman Macor (JIRA)
[ https://issues.jboss.org/browse/ISPN-6257?page=com.atlassian.jira.plugin.... ]
Roman Macor updated ISPN-6257:
------------------------------
Description:
Steps to reproduce:
Clusters tab -> click on cluster -> actions -> stop
Click on clusters tab again ->
Links to go to specific clusters (e.g. main-server-group) no longer work.
was:
Steps to reproduce:
Clusters tab -> click on cluster -> actions -> stop -> click on clusters tab
Links to go to specific clusters (e.g. main-server-group) no longer work.
> Management console - stopping a cluster breaks cluster tab
> ----------------------------------------------------------
>
> Key: ISPN-6257
> URL: https://issues.jboss.org/browse/ISPN-6257
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Reporter: Roman Macor
> Assignee: Vladimir Blagojevic
>
> Steps to reproduce:
> Clusters tab -> click on cluster -> actions -> stop
> Click on clusters tab again ->
> Links to go to specific clusters (e.g. main-server-group) no longer work.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (ISPN-6257) Management console - stopping a cluster breaks cluster tab
by Roman Macor (JIRA)
Roman Macor created ISPN-6257:
---------------------------------
Summary: Management console - stopping a cluster breaks cluster tab
Key: ISPN-6257
URL: https://issues.jboss.org/browse/ISPN-6257
Project: Infinispan
Issue Type: Bug
Components: Console
Reporter: Roman Macor
Assignee: Vladimir Blagojevic
Steps to reproduce:
Clusters tab -> click on cluster -> actions -> stop -> click on clusters tab
Links to go to specific clusters (e.g. main-server-group) no longer work.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month