[JBoss JIRA] (DROOLS-5264) Cancelling artifact upload dialog does not clear file chooser field
by Jozef Marko (Jira)
[ https://issues.redhat.com/browse/DROOLS-5264?page=com.atlassian.jira.plug... ]
Jozef Marko updated DROOLS-5264:
--------------------------------
Steps to Reproduce:
* Click the _Settings_ button
* Click _Artifacts_
* Click _Upload_
* Click _Choose File..._
* Select a random TXT file
* Click _Cancel_
* Click _Upload_
* Observe same file still present in file chooser field
was:
* Click the ""Settings"" button
* Click ""Artifacts""
* Click ""Upload""
* Click ""Choose File...""
* Select a random TXT file
* Click ""Cancel""
* Click ""Upload""
* Observe same file still present in file chooser field
> Cancelling artifact upload dialog does not clear file chooser field
> -------------------------------------------------------------------
>
> Key: DROOLS-5264
> URL: https://issues.redhat.com/browse/DROOLS-5264
> Project: Drools
> Issue Type: Bug
> Components: Artifact Repository
> Affects Versions: 7.37.0.Final
> Reporter: Jozef Marko
> Assignee: Jozef Marko
> Priority: Minor
> Labels: drools-tools
> Attachments: artifact-upload-cleared.webm, artifact-upload-not-cleared.webm
>
>
> Behavior before the fix:
> [^artifact-upload-not-cleared.webm]
> Behavior after fix:
> [^artifact-upload-cleared.webm]
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (DROOLS-5330) DMN coercion of decision service parameter interaction with typecheck
by Matteo Mortari (Jira)
Matteo Mortari created DROOLS-5330:
--------------------------------------
Summary: DMN coercion of decision service parameter interaction with typecheck
Key: DROOLS-5330
URL: https://issues.redhat.com/browse/DROOLS-5330
Project: Drools
Issue Type: Enhancement
Components: dmn engine
Reporter: Matteo Mortari
Assignee: Matteo Mortari
The coercion of decision service parameter, was always considering typecheck, while interaction with typecheck should be taken into account also while DS parameter are being inspected for coercion from singleton list.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (ELY-1440) FlexibleIdentityAssociation should runAs the known SecurityIdentity before associating itself.
by Darran Lofthouse (Jira)
[ https://issues.redhat.com/browse/ELY-1440?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse updated ELY-1440:
----------------------------------
Fix Version/s: 1.12.0.CR3
(was: 1.12.0.CR2)
> FlexibleIdentityAssociation should runAs the known SecurityIdentity before associating itself.
> ----------------------------------------------------------------------------------------------
>
> Key: ELY-1440
> URL: https://issues.redhat.com/browse/ELY-1440
> Project: WildFly Elytron
> Issue Type: Enhancement
> Components: API / SPI
> Reporter: Darran Lofthouse
> Priority: Major
> Fix For: 1.12.0.CR3
>
>
> This API was introduced to cover the case where authentication happens late in a request, generally that is quite a rare event.
> Even though the API may be popular it would likely happen once for a session and all future requests for that session the identity would be known in advance.
> At the moment by not running as the existing identity we are loosing all automatic identity outflow opportunities as calls pass from the servlet container to the EJB container.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (ELY-1682) Fallback to another SASL client mechanism when SASL client initialisation fails
by Darran Lofthouse (Jira)
[ https://issues.redhat.com/browse/ELY-1682?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse updated ELY-1682:
----------------------------------
Fix Version/s: 1.12.0.CR3
(was: 1.12.0.CR2)
> Fallback to another SASL client mechanism when SASL client initialisation fails
> -------------------------------------------------------------------------------
>
> Key: ELY-1682
> URL: https://issues.redhat.com/browse/ELY-1682
> Project: WildFly Elytron
> Issue Type: Bug
> Components: SASL
> Affects Versions: 1.7.0.CR1
> Reporter: Martin Choma
> Priority: Major
> Fix For: 1.12.0.CR3
>
> Attachments: org.jboss.eapqe.krbldap.eap71.tests.krb.ejb.KerberosEjbGssapiTestCase-output.txt
>
>
> {code:title=HipChat conversation}
> Martin Choma: I have got this situation here; Server is authenticated with GSSAPI and PLAIN. Client has only username/password credential - no kerberos credential.
> But client tries to create GssapiSaslClient as well (which make problem on IBM). Once I set .setSaslMechanismSelector(SaslMechanismSelector.fromString("PLAIN")) scenario works ok.
> I wonder could Authentication Client be smart enough to not try to initialize authentication mechanisms which it has not credentials for?
> Darran Lofthouse: Client side GSSAPI we tend not to have configured credentials as the mech obtains from OS level. The mech should fail and allow the next mech to be selected
> Martin Choma: Ok, so I will create issue. Seems on client side this mechanism fallback does not work properly. (At least in IBM JDK case).
> In this case it is initialization of mechanism which is failing, so maybe fallback does not have chance to get involved.
> Darran Lofthouse: Sounds possible, if a mech can not initialise we should likely treat it as a failed mech and move on - maybe something needed in Remoting
> though for that one as that is where that loop happens but start with an ELY issue
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months