[JBoss JIRA] (WFLY-3176) Certain file types are filtered out and excluded upon deployment
by Kabir Khan (JIRA)
[ https://issues.jboss.org/browse/WFLY-3176?page=com.atlassian.jira.plugin.... ]
Kabir Khan updated WFLY-3176:
-----------------------------
Fix Version/s: 9.0.0.Final
> Certain file types are filtered out and excluded upon deployment
> ----------------------------------------------------------------
>
> Key: WFLY-3176
> URL: https://issues.jboss.org/browse/WFLY-3176
> Project: WildFly
> Issue Type: Bug
> Environment: Windows 7 x64
> Reporter: Jason Kim
> Fix For: 9.0.0.Final
>
>
> In Wildfly 8.0.0, it was possible to deploy a web application with *.less files as well as other custom extensions, but with the latest build (Build #1041), when I try to deploy an html page that references *.less files, the *.less files are unavailable and I get a 404 error.
> The same site along with the references to the *.less files worked on 8.0.0 FInal. I tried with other file types, just making up extensions, and Wildfly would not serve the files, instead it would return aa 404 when trying to access them.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 7 months
[JBoss JIRA] (WFLY-772) It's not possible to add more global valves through jboss-cli
by Kabir Khan (JIRA)
[ https://issues.jboss.org/browse/WFLY-772?page=com.atlassian.jira.plugin.s... ]
Kabir Khan updated WFLY-772:
----------------------------
Fix Version/s: 8.0.0.Final
I am bulk closing old issues that were resolved with no fix version. There are quite many of these. From the lastModified date of this issue it looks like it was done for 8.0.0.Final (I am not caring about alpha/beta etc. for this exercise). If that is incorrect please adjust as needed.
> It's not possible to add more global valves through jboss-cli
> -------------------------------------------------------------
>
> Key: WFLY-772
> URL: https://issues.jboss.org/browse/WFLY-772
> Project: WildFly
> Issue Type: Bug
> Reporter: Ondra Chaloupka
> Assignee: Jean-Frederic Clere
> Fix For: 8.0.0.Final
>
>
> I wanted to add 2 global valves to web subsystem but it's not possible because the commands produces invalid xml file.
> When you run:
> /subsystem=web/valve=myvalve:add(class-name=org.apache.catalina.valves.RemoteAddrValve,module=org.jboss.as.web,enabled=true)
> /subsystem=web/valve=myvalve2:add(class-name=org.apache.catalina.valves.RemoteAddrValve,module=org.jboss.as.web,enabled=true)
> /:reload
> The reload fails and the xml output saved in standalone.xml file is following:
> {code}
> <valve name="myvalve" module="org.jboss.as.web" class-name="org.apache.catalina.valves.RemoteAddrValve" enabled="true">
> <valve name="myvalve2" module="org.jboss.as.web" class-name="org.apache.catalina.valves.RemoteAddrValve" enabled="true"/>
> </valve>
> {code}
> When I define 2 valves manually to XML file like:
> {code}
> <valve name="myvalve" module="org.jboss.as.web" class-name="org.apache.catalina.valves.RemoteAddrValve" enabled="true" />
> <valve name="myvalve2" module="org.jboss.as.web" class-name="org.apache.catalina.valves.RemoteAddrValve" enabled="true" />
> {code}
> then everything works fine.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 7 months
[JBoss JIRA] (WFLY-616) TS: Clustering tests - figure out how they will be run
by Kabir Khan (JIRA)
[ https://issues.jboss.org/browse/WFLY-616?page=com.atlassian.jira.plugin.s... ]
Kabir Khan updated WFLY-616:
----------------------------
Fix Version/s: 8.0.0.Final
I am bulk closing old issues that were resolved with no fix version. There are quite many of these. From the lastModified date of this issue it looks like it was done for 8.0.0.Final (I am not caring about alpha/beta etc. for this exercise). If that is incorrect please adjust as needed.
> TS: Clustering tests - figure out how they will be run
> ------------------------------------------------------
>
> Key: WFLY-616
> URL: https://issues.jboss.org/browse/WFLY-616
> Project: WildFly
> Issue Type: Sub-task
> Reporter: Ondrej Zizka
> Assignee: Radoslav Husar
> Fix For: 8.0.0.Final
>
>
> The current single test is not multinode - when set up as multinode, it fails. So it runs as single node, even though being in package .cluster.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 7 months
[JBoss JIRA] (WFLY-597) TS: Put all management tests into one dir (org.jboss.as.test.integration.mgmt)
by Kabir Khan (JIRA)
[ https://issues.jboss.org/browse/WFLY-597?page=com.atlassian.jira.plugin.s... ]
Kabir Khan updated WFLY-597:
----------------------------
Fix Version/s: 8.0.0.Final
I am bulk closing old issues that were resolved with no fix version. There are quite many of these. From the lastModified date of this issue it looks like it was done for 8.0.0.Final (I am not caring about alpha/beta etc. for this exercise). If that is incorrect please adjust as needed.
> TS: Put all management tests into one dir (org.jboss.as.test.integration.mgmt)
> ------------------------------------------------------------------------------
>
> Key: WFLY-597
> URL: https://issues.jboss.org/browse/WFLY-597
> Project: WildFly
> Issue Type: Sub-task
> Reporter: Ondrej Zizka
> Assignee: Ondrej Zizka
> Fix For: 8.0.0.Final
>
>
> integration/org.jboss.as.test.integration.management
> and further separated by subsystems/interfaces:
> org.jboss.as.test.integration.management.cli
> org.jboss.as.test.integration.management.http
> org.jboss.as.test.integration.management.api
> org.jboss.as.test.integration.management.api.messaging
> Thanks Dominik for pointing out.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 7 months
[JBoss JIRA] (WFLY-1475) Update to Teiid Extension 1.1.x
by Kabir Khan (JIRA)
[ https://issues.jboss.org/browse/WFLY-1475?page=com.atlassian.jira.plugin.... ]
Kabir Khan updated WFLY-1475:
-----------------------------
Fix Version/s: 8.0.0.Final
I am bulk closing old issues that were resolved with no fix version. There are quite many of these. From the lastModified date of this issue it looks like it was done for 8.0.0.Final (I am not caring about alpha/beta etc. for this exercise). If that is incorrect please adjust as needed.
> Update to Teiid Extension 1.1.x
> -------------------------------
>
> Key: WFLY-1475
> URL: https://issues.jboss.org/browse/WFLY-1475
> Project: WildFly
> Issue Type: Sub-task
> Components: Web Console
> Reporter: Heiko Braun
> Assignee: Heiko Braun
> Fix For: 8.0.0.Final
>
>
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 7 months
[JBoss JIRA] (WFLY-1788) RBAC: role combination doesn't work
by Kabir Khan (JIRA)
[ https://issues.jboss.org/browse/WFLY-1788?page=com.atlassian.jira.plugin.... ]
Kabir Khan updated WFLY-1788:
-----------------------------
Fix Version/s: 8.0.0.Final
I am bulk closing old issues that were resolved with no fix version. There are quite many of these. From the lastModified date of this issue it looks like it was done for 8.0.0.Final (I am not caring about alpha/beta etc. for this exercise). If that is incorrect please adjust as needed.
> RBAC: role combination doesn't work
> -----------------------------------
>
> Key: WFLY-1788
> URL: https://issues.jboss.org/browse/WFLY-1788
> Project: WildFly
> Issue Type: Sub-task
> Components: Domain Management
> Reporter: Ladislav Thon
> Assignee: Ladislav Thon
> Labels: rbac-filed-by-qa
> Fix For: 8.0.0.Final
>
>
> [This issue was in fact found on 2013-07-02 and is being filled now only for tracking purposes.]
> Combining multiple roles doesn't work, as {{ManagementPermissionCollection(CombinationManagementPermission)}} will never {{imply}} a {{ManagementPermissionCollection(SimpleManagementPermission)}}. See TODOs in {{DefaultPermissionFactory}} and {{ManagementPermissionCollection}}.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 7 months
[JBoss JIRA] (WFLY-1252) Manage Web Services deployment information in the console
by Kabir Khan (JIRA)
[ https://issues.jboss.org/browse/WFLY-1252?page=com.atlassian.jira.plugin.... ]
Kabir Khan updated WFLY-1252:
-----------------------------
Fix Version/s: 8.0.0.Final
I am bulk closing old issues that were resolved with no fix version. There are quite many of these. From the lastModified date of this issue it looks like it was done for 8.0.0.Final (I am not caring about alpha/beta etc. for this exercise). If that is incorrect please adjust as needed.
> Manage Web Services deployment information in the console
> ---------------------------------------------------------
>
> Key: WFLY-1252
> URL: https://issues.jboss.org/browse/WFLY-1252
> Project: WildFly
> Issue Type: Sub-task
> Components: Web Console
> Reporter: David Bosschaert
> Assignee: Heiko Braun
> Fix For: 8.0.0.Final
>
>
> /deployment=mydeployment.jar/subsystem=webservices contains Web Services deployment information which should be made manageable in the console. This should integrate with the overall deployment management views.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 7 months