[JBoss JIRA] (SECURITY-701) Wrong character table in Base64Utils
by Stefan Guilhen (Jira)
[ https://issues.jboss.org/browse/SECURITY-701?page=com.atlassian.jira.plug... ]
Stefan Guilhen reassigned SECURITY-701:
---------------------------------------
Assignee: (was: Stefan Guilhen)
> Wrong character table in Base64Utils
> ------------------------------------
>
> Key: SECURITY-701
> URL: https://issues.jboss.org/browse/SECURITY-701
> Project: PicketBox
> Issue Type: Bug
> Components: JBossSX
> Affects Versions: PicketBox_4_0_12.Final
> Reporter: wiktorowski maximilien
> Priority: Major
>
> In picketbox-4.0.7.Final.jar org.jboss.security.Base64Utils has a wrong character table
> private static final char[] base64Table = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz./".toCharArray();
> It should be
> private static final char[] base64Table = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz+/".toCharArray();
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (WFLY-1223) jboss-ejb-iiop_1_0.xsd does not match Java implementation
by Stefan Guilhen (Jira)
[ https://issues.jboss.org/browse/WFLY-1223?page=com.atlassian.jira.plugin.... ]
Stefan Guilhen reassigned WFLY-1223:
------------------------------------
Assignee: (was: Stefan Guilhen)
> jboss-ejb-iiop_1_0.xsd does not match Java implementation
> ---------------------------------------------------------
>
> Key: WFLY-1223
> URL: https://issues.jboss.org/browse/WFLY-1223
> Project: WildFly
> Issue Type: Task
> Components: IIOP
> Reporter: david.boeren
> Priority: Minor
>
> There's a mismatch between the schema file in
> docs/schema/jboss-ejb-iiop_1_0.xsd and the java classes that implement
> the parsing of this schema. As is usual in such cases, it's probably
> the documentation that is wrong.
> In the xsd file the children are described as attributes:
> <xs:complexType name="iorTransportConfigType">
> <xs:annotation>
> <xs:documentation>
> <![CDATA[
> The iorTransportConfigType specifies attributes that can
> be used to configure the transport requirements of
> an IIOP enabled EJB3 bean.
> * integrity: indicates if the server (target) supports
> integrity protected messages. The valid values are
> NONE, SUPPORTED or REQUIRED.
> * confidentiality: indicates if the server (target)
> supports privacy protected messages. The values are
> NONE, SUPPORTED or REQUIRED.
> * detect-misordering: indicates if the server (target)
> supports detection of message sequence errors. The
> values are NONE, SUPPORTED or REQUIRED.
> * detect-replay: indicates if the server (target) supports
> detection of message replay attempts. The values
> are NONE, SUPPORTED or REQUIRED.
> * establish-trust-in-client: indicates if the target is
> capable of authenticating a client. The values are
> NONE, SUPPORTED or REQUIRED.
> * establish-trust-in-target: indicates if the target is
> capable of authenticating to a client. The values
> are NONE or SUPPORTED.
> ]]>
> </xs:documentation>
> </xs:annotation>
> <xs:attribute name="integrity" type="xs:string" use="required"
> default="NONE"/>
> <xs:attribute name="confidentiality" type="xs:string"
> use="required" default="NONE"/>
> <xs:attribute name="detect-misordering" type="xs:string"
> use="optional" default="NONE"/>
> <xs:attribute name="detect-replay" type="xs:string"
> use="optional" default="NONE"/>
> <xs:attribute name="establish-trust-in-client" type="xs:string"
> use="required" default="NONE"/>
> <xs:attribute name="establish-trust-in-target" type="xs:string"
> use="required" default="NONE"/>
> </xs:complexType>
> However, in the class
> (org.jboss.metadata.ejb.parser.jboss.ejb3.IIOPMetaDataParser) it
> requires no attributes and expects to see these same children as elements:
> protected IORTransportConfigMetaData
> processTransportConfig(XMLStreamReader reader, final PropertyReplacer
> propertyReplacer) throws XMLStreamException {
> // the transport-config element doesn't have attributes.
> requireNoAttributes(reader);
> EnumSet<Element> requiredElements = EnumSet.of(Element.INTEGRITY,
> Element.CONFIDENTIALITY,
> Element.ESTABLISH_TRUST_IN_CLIENT, Element.ESTABLISH_TRUST_IN_TARGET);
> IORTransportConfigMetaData transportConfig = new
> IORTransportConfigMetaData();
> // process the transport config elements.
> while (reader.hasNext() && reader.nextTag() != END_ELEMENT) {
> Element element = Element.forName(reader.getLocalName());
> // set the element text in the transport config metadata.
> switch (element) {
> case INTEGRITY: {
> requireNoAttributes(reader);
> transportConfig.setIntegrity(getElementText(reader, propertyReplacer));
> break;
> }
> case CONFIDENTIALITY: {
> requireNoAttributes(reader);
> transportConfig.setConfidentiality(getElementText(reader,
> propertyReplacer));
> break;
> }
> case DETECT_MISORDERING: {
> requireNoAttributes(reader);
> transportConfig.setDetectMisordering(getElementText(reader,
> propertyReplacer));
> break;
> }
> case DETECT_REPLAY: {
> requireNoAttributes(reader);
> transportConfig.setDetectReplay(getElementText(reader, propertyReplacer));
> break;
> }
> case ESTABLISH_TRUST_IN_CLIENT: {
> requireNoAttributes(reader);
> transportConfig.setEstablishTrustInClient(getElementText(reader,
> propertyReplacer));
> break;
> }
> case ESTABLISH_TRUST_IN_TARGET: {
> requireNoAttributes(reader);
> transportConfig.setEstablishTrustInTarget(getElementText(reader,
> propertyReplacer));
> break;
> }
> default: {
> throw unexpectedElement(reader);
> }
> }
> requiredElements.remove(element);
> }
> // throw an exception if a required element wasn't found.
> if (!requiredElements.isEmpty()) {
> throw missingRequiredElement(reader, requiredElements);
> }
> return transportConfig;
> }
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (DROOLS-3391) UI should select and highlight grid cells with menus.
by Liz Clayton (Jira)
Liz Clayton created DROOLS-3391:
-----------------------------------
Summary: UI should select and highlight grid cells with menus.
Key: DROOLS-3391
URL: https://issues.jboss.org/browse/DROOLS-3391
Project: Drools
Issue Type: Task
Components: Scenario Simulation and Testing
Reporter: Liz Clayton
Assignee: Daniele Zonca
Grid cell with actions (contextual menus, pop-overs, etc.) should visually indicate a cell selection state (blue border) - both for usability and to align withAlign with DMN and GDT.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (WFLY-11452) Remove unused dependencies from Weld beanvalidation, transaction and webservices
by Yeray Borges (Jira)
Yeray Borges created WFLY-11452:
-----------------------------------
Summary: Remove unused dependencies from Weld beanvalidation, transaction and webservices
Key: WFLY-11452
URL: https://issues.jboss.org/browse/WFLY-11452
Project: WildFly
Issue Type: Bug
Components: CDI / Weld
Reporter: Yeray Borges
Assignee: Yeray Borges
The initial intention of this issue is to remove the hard dependency on as.security from Weld beanvalidation, transaction and webservices in order to help Galleon to provision a slimmer server. However, analisys shows there are additional unused dependencies that can be removed. This issue will be used to clean up them.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (DROOLS-2709) Revise and align visual presentation of tables (DMN, scenario, DT)
by Liz Clayton (Jira)
[ https://issues.jboss.org/browse/DROOLS-2709?page=com.atlassian.jira.plugi... ]
Liz Clayton resolved DROOLS-2709.
---------------------------------
Resolution: Done
> Revise and align visual presentation of tables (DMN, scenario, DT)
> -------------------------------------------------------------------
>
> Key: DROOLS-2709
> URL: https://issues.jboss.org/browse/DROOLS-2709
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor, Scenario Simulation and Testing, Test Scenarios Editor
> Reporter: Liz Clayton
> Assignee: Michael Anstis
> Priority: Major
> Labels: ScenarioSimulation, UX, UXTeam, VisualDesign, drools-tools
>
> As a practitioner I need a clear and consistent presentation of table styles, so that I can learn the visual cues once for all tables in the application suite.
> When possible, iteratively update visual styles for tables using the following proposed options: https://redhat.invisionapp.com/share/RXLG7XB2TCW
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (DROOLS-2709) Revise and align visual presentation of tables (DMN, scenario, DT)
by Liz Clayton (Jira)
[ https://issues.jboss.org/browse/DROOLS-2709?page=com.atlassian.jira.plugi... ]
Liz Clayton commented on DROOLS-2709:
-------------------------------------
[~jomarko][~manstis]I'll go ahead and mark this as Resolved. And have created a follow-up jira for future investigation around the hover state topic: https://issues.jboss.org/browse/DROOLS-3390. Thanks!
> Revise and align visual presentation of tables (DMN, scenario, DT)
> -------------------------------------------------------------------
>
> Key: DROOLS-2709
> URL: https://issues.jboss.org/browse/DROOLS-2709
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor, Scenario Simulation and Testing, Test Scenarios Editor
> Reporter: Liz Clayton
> Assignee: Michael Anstis
> Priority: Major
> Labels: ScenarioSimulation, UX, UXTeam, VisualDesign, drools-tools
>
> As a practitioner I need a clear and consistent presentation of table styles, so that I can learn the visual cues once for all tables in the application suite.
> When possible, iteratively update visual styles for tables using the following proposed options: https://redhat.invisionapp.com/share/RXLG7XB2TCW
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years