[JBoss JIRA] (DROOLS-2714) Future: Dialog to name test and define bindings (UX)
by Liz Clayton (JIRA)
Liz Clayton created DROOLS-2714:
-----------------------------------
Summary: Future: Dialog to name test and define bindings (UX)
Key: DROOLS-2714
URL: https://issues.jboss.org/browse/DROOLS-2714
Project: Drools
Issue Type: Task
Components: Scenario Simulation and Testing
Reporter: Liz Clayton
Assignee: Liz Clayton
Attachments: Add-simple1.png, Add-simple1b.png
As a business user I want the ability to name a scenario test and define the rule bindings so that I can create a test asset.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-2696) MVP Dialog to name test and define bindings (UX)
by Liz Clayton (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2696?page=com.atlassian.jira.plugi... ]
Liz Clayton edited comment on DROOLS-2696 at 7/10/18 2:00 PM:
--------------------------------------------------------------
[~danielezonca] [~tirelli] [~ibek] Updated mocks (attached) with the following:
* Added test type dropdown to dialog (preselected to Rules for MVP.)
* Simplified Advanced Settings checkbox label and option.
* Scoped the UX preso for MVP, which I understand will have a "default" session. Kept type-ahead input field, but might not be accurately reflecting PF widget... Also removed Rulegroup dropdown, but let me know if it needs to get added back in.
Will clone this jira and create another for Future dialogs that will cover more Types.
was (Author: uxdlc):
[~danielezonca] [~tirelli] [~ibek] Updated mocks with the following:
* Added test type dropdown to dialog (preselected to Rules for MVP.)
* Simplified Advanced Settings checkbox label and option.
* Scoped the UX preso for MVP, which I understand will have a "default" session. Kept type-ahead input field, but might not be accurately reflecting PF widget...
Will clone this jira and create another for Future dialogs that will cover more Types.
> MVP Dialog to name test and define bindings (UX)
> ------------------------------------------------
>
> Key: DROOLS-2696
> URL: https://issues.jboss.org/browse/DROOLS-2696
> Project: Drools
> Issue Type: Task
> Components: Scenario Simulation and Testing
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Labels: UX, UXTeam
> Attachments: Add-simple1.png, Add-simple1b.png
>
>
> As a business user I want the ability to name a scenario test and define the rule bindings so that I can create a test asset.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (WFLY-3590) Option to disable processing of authentication tokens on unsecured resources.
by David Everly (JIRA)
[ https://issues.jboss.org/browse/WFLY-3590?page=com.atlassian.jira.plugin.... ]
David Everly commented on WFLY-3590:
------------------------------------
This is not working under wildfly 13 when using elytron:
bin/jboss-cli.sh --file=docs/examples/enable-elytron.cli
...then...
bin/standalone.sh
...then...
bin/jboss-cli.sh
connect
/subsystem=undertow/servlet-container=default:write-attribute(name=proactive-authentication, value=false)
Then restart and try some sample.war servlet that you copy into standalone/deployments/.
curl -u foo:bar http://localhost:8080/sample/
> Option to disable processing of authentication tokens on unsecured resources.
> -----------------------------------------------------------------------------
>
> Key: WFLY-3590
> URL: https://issues.jboss.org/browse/WFLY-3590
> Project: WildFly
> Issue Type: Feature Request
> Components: Web (Undertow)
> Affects Versions: 8.1.0.Final
> Environment: Oracle Java 1.8.0_05, Ubuntu 14.04
> Reporter: Harald Wellmann
> Assignee: Stuart Douglas
> Fix For: 10.0.0.Alpha3
>
>
> WildFly sends a basic authentication challenge and denies access when it shouldn't in the following simple setup:
> {code:xml}
> <login-config>
> <auth-method>BASIC</auth-method>
> <realm-name>test</realm-name>
> </login-config>
>
> <security-constraint>
> <web-resource-collection>
> <web-resource-name>all</web-resource-name>
> <url-pattern>/hello</url-pattern>
> </web-resource-collection>
> <auth-constraint>
> <role-name>USER</role-name>
> </auth-constraint>
> </security-constraint>
>
> <security-role>
> <role-name>USER</role-name>
> </security-role>
> {code}
> {{/hello}} is the only protected URL (mapped to a servlet), other URLs like {{/index.html}} are public.
> When GETting /index.html with an (unneeded) basic authentication header, access is denied:
> {noformat}
> $ curl -v -u foo:bar http://localhost:8080/auth-basic/index.html
> * Hostname was NOT found in DNS cache
> * Trying 127.0.0.1...
> * Connected to localhost (127.0.0.1) port 8080 (#0)
> * Server auth using Basic with user 'foo'
> > GET /auth-basic/index.html HTTP/1.1
> > Authorization: Basic Zm9vOmJhcg==
> > User-Agent: curl/7.35.0
> > Host: localhost:8080
> > Accept: */*
> >
> < HTTP/1.1 401 Unauthorized
> < Connection: keep-alive
> * Authentication problem. Ignoring this.
> < WWW-Authenticate: Basic realm="test"
> < X-Powered-By: Undertow/1
> * Server WildFly/8 is not blacklisted
> < Server: WildFly/8
> < Content-Type: text/html;charset=ISO-8859-1
> < Content-Length: 71
> < Date: Mon, 07 Jul 2014 17:28:25 GMT
> <
> * Connection #0 to host localhost left intact
> <html><head><title>Error</title></head><body>Unauthorized</body></html>
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years
[JBoss JIRA] (DROOLS-2696) MVP Dialog to name test and define bindings (UX)
by Liz Clayton (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2696?page=com.atlassian.jira.plugi... ]
Liz Clayton commented on DROOLS-2696:
-------------------------------------
[~danielezonca] [~tirelli] [~ibek] Updated mocks with the following:
* Added test type dropdown to dialog (preselected to Rules for MVP.)
* Simplified Advanced Settings checkbox label and option.
* Scoped the UX preso for MVP, which I understand will have a "default" session. Kept type-ahead input field, but might not be accurately reflecting PF widget...
Will clone this jira and create another for Future dialogs that will cover more Types.
> MVP Dialog to name test and define bindings (UX)
> ------------------------------------------------
>
> Key: DROOLS-2696
> URL: https://issues.jboss.org/browse/DROOLS-2696
> Project: Drools
> Issue Type: Task
> Components: Scenario Simulation and Testing
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Labels: UX, UXTeam
> Attachments: Add-simple1.png, Add-simple1b.png
>
>
> As a business user I want the ability to name a scenario test and define the rule bindings so that I can create a test asset.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years