[JBoss JIRA] (ARQ-1396) CommandEventBusService use wrong metadata to match Request URI
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/ARQ-1396?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč updated ARQ-1396:
----------------------------
Priority: Critical (was: Major)
> CommandEventBusService use wrong metadata to match Request URI
> --------------------------------------------------------------
>
> Key: ARQ-1396
> URL: https://issues.jboss.org/browse/ARQ-1396
> Project: Arquillian
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Extension - Warp
> Affects Versions: warp_1.0.0.Alpha2
> Reporter: Aslak Knutsen
> Priority: Critical
> Fix For: warp_1.0.0.Alpha3
>
>
> canDelegate use request.getServletPath to check if the current request match a given path.
> The problem is, pr spec, getServletPath is a empty String when Servlet is mapped to /*, and in this case it's just a Filter. Both getServletPath and getPathInfo are bound to a Servlet.
> getServletPath works in JBoss AS 7.1.1, but not in WildFly 8.
> getServletPath works in WildFly 8, but not in JBoss AS 7.1.1.
> The correct check seems to be:
> getRequestURI().endsWith(COMMAND_EVENT_BUS_MAPPING)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (ARQ-1396) CommandEventBusService use wrong metadata to match Request URI
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/ARQ-1396?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč updated ARQ-1396:
----------------------------
Fix Version/s: warp_1.0.0.Alpha3
> CommandEventBusService use wrong metadata to match Request URI
> --------------------------------------------------------------
>
> Key: ARQ-1396
> URL: https://issues.jboss.org/browse/ARQ-1396
> Project: Arquillian
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Extension - Warp
> Affects Versions: warp_1.0.0.Alpha2
> Reporter: Aslak Knutsen
> Fix For: warp_1.0.0.Alpha3
>
>
> canDelegate use request.getServletPath to check if the current request match a given path.
> The problem is, pr spec, getServletPath is a empty String when Servlet is mapped to /*, and in this case it's just a Filter. Both getServletPath and getPathInfo are bound to a Servlet.
> getServletPath works in JBoss AS 7.1.1, but not in WildFly 8.
> getServletPath works in WildFly 8, but not in JBoss AS 7.1.1.
> The correct check seems to be:
> getRequestURI().endsWith(COMMAND_EVENT_BUS_MAPPING)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (ARQ-1395) CommandBusService is started even tho the test is not a @WarpTest
by Aslak Knutsen (JIRA)
[ https://issues.jboss.org/browse/ARQ-1395?page=com.atlassian.jira.plugin.s... ]
Aslak Knutsen edited comment on ARQ-1395 at 5/28/13 1:10 AM:
-------------------------------------------------------------
This issue becomes obvious if you run Warp against WildFly 8a1. While the CommandBusService handles 404 responses by ignoring them (this is what JBoss AS 7.1.1 return on a missing mapping), WildFly 8a1 on the other hand return a 405 Method not allowed. 405 is not handled so the CommandBusService throw an Exception.
was (Author: aslak):
This issue becomes obvious if you run Warp against WildFly 8a1. While the CommandBusService handles 404 responses by ignoring them (this is what JBoss AS 7.1.1 return on a missing mapping), WildFly 8a1 on the other hand return a 405 Method not allowed. This case the CommandBusService to throw an Exception.
> CommandBusService is started even tho the test is not a @WarpTest
> -----------------------------------------------------------------
>
> Key: ARQ-1395
> URL: https://issues.jboss.org/browse/ARQ-1395
> Project: Arquillian
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Extension - Warp
> Affects Versions: warp_1.0.0.Alpha2
> Reporter: Aslak Knutsen
>
> By having Warp on CP, even tho the current test is not marked with @WarpTest, the CommandBusService is still started and attempts to communicate with the server.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (ARQ-1395) CommandBusService is started even tho the test is not a @WarpTest
by Aslak Knutsen (JIRA)
[ https://issues.jboss.org/browse/ARQ-1395?page=com.atlassian.jira.plugin.s... ]
Aslak Knutsen edited comment on ARQ-1395 at 5/28/13 1:10 AM:
-------------------------------------------------------------
This issue becomes obvious if you run Warp against WildFly 8a1. While the CommandBusService handles 404 responses by ignoring them (this is what JBoss AS 7.1.1 return on a missing mapping), WildFly 8a1 on the other hand return a 405 Method not allowed. 405 is not ignored so the CommandBusService throw an Exception.
was (Author: aslak):
This issue becomes obvious if you run Warp against WildFly 8a1. While the CommandBusService handles 404 responses by ignoring them (this is what JBoss AS 7.1.1 return on a missing mapping), WildFly 8a1 on the other hand return a 405 Method not allowed. 405 is not handled so the CommandBusService throw an Exception.
> CommandBusService is started even tho the test is not a @WarpTest
> -----------------------------------------------------------------
>
> Key: ARQ-1395
> URL: https://issues.jboss.org/browse/ARQ-1395
> Project: Arquillian
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Extension - Warp
> Affects Versions: warp_1.0.0.Alpha2
> Reporter: Aslak Knutsen
>
> By having Warp on CP, even tho the current test is not marked with @WarpTest, the CommandBusService is still started and attempts to communicate with the server.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (ARQ-1395) CommandBusService is started even tho the test is not a @WarpTest
by Aslak Knutsen (JIRA)
[ https://issues.jboss.org/browse/ARQ-1395?page=com.atlassian.jira.plugin.s... ]
Aslak Knutsen commented on ARQ-1395:
------------------------------------
This issue becomes obvious if you run Warp against WildFly 8a1. While the CommandBusService handles 404 responses by ignoring them (this is what JBoss AS 7.1.1 return on a missing mapping), WildFly 8a1 on the other hand return a 405 Method not allowed. This case the CommandBusService to throw an Exception.
> CommandBusService is started even tho the test is not a @WarpTest
> -----------------------------------------------------------------
>
> Key: ARQ-1395
> URL: https://issues.jboss.org/browse/ARQ-1395
> Project: Arquillian
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Extension - Warp
> Affects Versions: warp_1.0.0.Alpha2
> Reporter: Aslak Knutsen
>
> By having Warp on CP, even tho the current test is not marked with @WarpTest, the CommandBusService is still started and attempts to communicate with the server.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (ARQ-1396) CommandEventBusService use wrong metadata to match Request URI
by Aslak Knutsen (JIRA)
Aslak Knutsen created ARQ-1396:
----------------------------------
Summary: CommandEventBusService use wrong metadata to match Request URI
Key: ARQ-1396
URL: https://issues.jboss.org/browse/ARQ-1396
Project: Arquillian
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Extension - Warp
Affects Versions: warp_1.0.0.Alpha2
Reporter: Aslak Knutsen
canDelegate use request.getServletPath to check if the current request match a given path.
The problem is, pr spec, getServletPath is a empty String when Servlet is mapped to /*, and in this case it's just a Filter. Both getServletPath and getPathInfo are bound to a Servlet.
getServletPath works in JBoss AS 7.1.1, but not in WildFly 8.
getServletPath works in WildFly 8, but not in JBoss AS 7.1.1.
The correct check seems to be:
getRequestURI().endsWith(COMMAND_EVENT_BUS_MAPPING)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] (ARQ-1395) CommandBusService is started even tho the test is not a @WarpTest
by Aslak Knutsen (JIRA)
Aslak Knutsen created ARQ-1395:
----------------------------------
Summary: CommandBusService is started even tho the test is not a @WarpTest
Key: ARQ-1395
URL: https://issues.jboss.org/browse/ARQ-1395
Project: Arquillian
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Extension - Warp
Affects Versions: warp_1.0.0.Alpha2
Reporter: Aslak Knutsen
By having Warp on CP, even tho the current test is not marked with @WarpTest, the CommandBusService is still started and attempts to communicate with the server.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months