[JBoss JIRA] (WFLY-8834) Create test cases for Elytron custom-* resources
by Hynek Švábek (JIRA)
Hynek Švábek created WFLY-8834:
----------------------------------
Summary: Create test cases for Elytron custom-* resources
Key: WFLY-8834
URL: https://issues.jboss.org/browse/WFLY-8834
Project: WildFly
Issue Type: Bug
Components: Test Suite
Reporter: Hynek Švábek
Create test cases for following Elytron custom-* resources:
* custom-modifiable-realm
* custom-permission-mapper
* custom-principal-decoder
* custom-principal-transformer
* custom-realm
* custom-realm-mapper
* custom-role-decoder
* custom-role-mapper
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (JGRP-2173) Add more bundler stats
by Bela Ban (JIRA)
Bela Ban created JGRP-2173:
------------------------------
Summary: Add more bundler stats
Key: JGRP-2173
URL: https://issues.jboss.org/browse/JGRP-2173
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Minor
Fix For: 4.0.4
Add stats to TransferQueueBundler (and possibly other bundlers, too):
* Average fill count (number of bytes, {{count}}) when a batch was sent
* Average number of messages in the (main) queue when a batch was sent
* Number of times a batch was sent because {{max_bundler_size}} was exceeded
* Number of times a batch was sent because no more messages were received
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (JGRP-2172) Non-blocking flow control
by Bela Ban (JIRA)
[ https://issues.jboss.org/browse/JGRP-2172?page=com.atlassian.jira.plugin.... ]
Bela Ban commented on JGRP-2172:
--------------------------------
Expose the queue size (buffered msgs)
> Non-blocking flow control
> -------------------------
>
> Key: JGRP-2172
> URL: https://issues.jboss.org/browse/JGRP-2172
> Project: JGroups
> Issue Type: Feature Request
> Reporter: Bela Ban
> Assignee: Bela Ban
> Fix For: 4.0.4
>
>
> Sending a message through FlowControl (UFC, MFC) should not block if {{Message.Flag.NB_FC}} (non-blocking flow control) is set.
> Instead, the message should be added to a queue (bounded if {{max_size}} > 0, else unbounded)
> The queued messages are sent when credits arrive.
> Non-blocking flow control can be used by both external and internal threads.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months
[JBoss JIRA] (ELY-1195) Coverity, Dereference after null check in KeyStoreCredentialStore (Elytron)
by Ilia Vassilev (JIRA)
[ https://issues.jboss.org/browse/ELY-1195?page=com.atlassian.jira.plugin.s... ]
Ilia Vassilev reassigned ELY-1195:
----------------------------------
Assignee: Ilia Vassilev (was: Darran Lofthouse)
> Coverity, Dereference after null check in KeyStoreCredentialStore (Elytron)
> ---------------------------------------------------------------------------
>
> Key: ELY-1195
> URL: https://issues.jboss.org/browse/ELY-1195
> Project: WildFly Elytron
> Issue Type: Bug
> Reporter: Martin Choma
> Assignee: Ilia Vassilev
> Priority: Critical
>
> dataLocation is dereferenced, although it is checked on null before (could be null).
> Setting Critical priority as that can cover root cause of real problem with NPE.
> {code:java|title=KeyStoreCredentialStore.java}
> try {
> if (dataLocation != null && Files.exists(dataLocation)) {
> char[] password = getStorePassword(protectionParameter);
> try (InputStream fileStream = Files.newInputStream(dataLocation)) {
> if (useExternalStorage) {
> externalStorage.load(fileStream);
> } else {
> keyStore.load(fileStream, password);
> }
> }
> enumeration = keyStore.aliases();
> } else {
> keyStore.load(null, null);
> enumeration = Collections.emptyEnumeration();
> }
> } catch (GeneralSecurityException e) {
> throw log.cannotInitializeCredentialStore(
> log.internalEncryptionProblem(e, dataLocation.toString()));
> }
> {code}
> https://scan7.coverity.com/reports.htm#v23632/p11778/fileInstanceId=20120...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 5 months