[JBoss JIRA] (ELY-170) Transition the still useful parts of JBoss Negotiation into Elytron
by Jan Kalina (JIRA)
[ https://issues.jboss.org/browse/ELY-170?page=com.atlassian.jira.plugin.sy... ]
Jan Kalina reopened ELY-170:
----------------------------
Still needed, as noted by Darran:
the useful part really relates to the *jboss-negotiation-toolkit* for *debugging / testing a new installation*. Maybe it doesn't need to live in Elytron itself and we could move it into our samples repo in the incubator but having an easy deployment to test SPNEGO set ups I think over the years has been worthwhile.
> Transition the still useful parts of JBoss Negotiation into Elytron
> -------------------------------------------------------------------
>
> Key: ELY-170
> URL: https://issues.jboss.org/browse/ELY-170
> Project: WildFly Elytron
> Issue Type: Feature Request
> Components: Utils
> Reporter: Darran Lofthouse
> Fix For: 1.2.0.Beta12
>
>
> Generally JBoss Negotiation should be obsolete, however some portions may be useful to be included in Elytron e.g. the SPNEGO parsing so that we can display some meaningful diagnostics.
> By the time we reach the end of WildFly 10 nothing should require a direct dependency on JBoss Negotiation and really it should be removed from the application server distribution.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFCORE-3556) Unexpected output with grep '^no\(fork\|group\)'
by Katerina Novotna (JIRA)
Katerina Novotna created WFCORE-3556:
----------------------------------------
Summary: Unexpected output with grep '^no\(fork\|group\)'
Key: WFCORE-3556
URL: https://issues.jboss.org/browse/WFCORE-3556
Project: WildFly Core
Issue Type: Bug
Components: CLI
Reporter: Katerina Novotna
Assignee: Jean-Francois Denise
*Description of problem:*
Aesh grep command doesn't return expected result. The same command with bash grep gives 'nofork' result.
*Actual results:*
[standalone@embedded /] echo nofork | grep '^no\(fork\|group\)'
[standalone@embedded /]
*Expected results:*
[standalone@embedded /] echo nofork | grep '^no\(fork\|group\)'
[standalone@embedded /] nofork
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (ELY-1504) Support Elytron specific callbacks with JASPIC ServerAuthenticationModules
by Darran Lofthouse (JIRA)
Darran Lofthouse created ELY-1504:
-------------------------------------
Summary: Support Elytron specific callbacks with JASPIC ServerAuthenticationModules
Key: ELY-1504
URL: https://issues.jboss.org/browse/ELY-1504
Project: WildFly Elytron
Issue Type: Feature Request
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.2.0.Beta14
JASPIC already supports the use of a CallbackHandler for communication between the ServerAuthenticationModule and the container the first stage of implementation is to support the callbacks mandated by the spec - this task is to follow up and add support for Elytron specific callbacks.
The reason to split this out is we may still want to handle our core lifecycle related callbacks so of the remaining callbacks we will need to decide which ones we want to support.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months