[JBoss JIRA] (ARQ-1447) Inject Injector created through GuiceFilter.
by Jakub Narloch (JIRA)
[ https://issues.jboss.org/browse/ARQ-1447?page=com.atlassian.jira.plugin.s... ]
Work on ARQ-1447 started by Jakub Narloch.
> Inject Injector created through GuiceFilter.
> --------------------------------------------
>
> Key: ARQ-1447
> URL: https://issues.jboss.org/browse/ARQ-1447
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Guice
> Affects Versions: guice_1.0.0.Alpha1
> Reporter: Jakub Narloch
> Assignee: Jakub Narloch
> Fix For: guice_1.0.0.next
>
>
> We would like to add injection of Injector that has been created for a web application, so that it could be reused and give access to injecting servlets, filters etc.
> For now the approach would be to override the GuiceFilter and itroduce new one that will additionaly bind the Injector instance with the current executing thread.
--
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
11 years, 5 months
[JBoss JIRA] (ARQ-1390) @ArquillianResource URL contextPath is malformed if the web archive name contains dots
by Ron Šmeral (JIRA)
[ https://issues.jboss.org/browse/ARQ-1390?page=com.atlassian.jira.plugin.s... ]
Ron Šmeral resolved ARQ-1390.
-----------------------------
Resolution: Duplicate Issue
Duplicate of WFLY-1717.
> @ArquillianResource URL contextPath is malformed if the web archive name contains dots
> --------------------------------------------------------------------------------------
>
> Key: ARQ-1390
> URL: https://issues.jboss.org/browse/ARQ-1390
> Project: Arquillian
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Base Implementation
> Affects Versions: 1.0.3.Final
> Reporter: Ron Šmeral
> Attachments: arq-1390-reproducer.zip
>
>
> If a WAR with dots in the name is deployed, the context path returned using {{@ArquillianResource URL contextPath}} is incorrect, as it has the segment after the last dot stripped off.
> For example, deploying an archive called {{this.archive.has.dots.war}}, the real context path reported by the server is {{/this.archive.has.dots}} but {{@ArquillianResource URL}} points to {{/this.archive.has}}.
--
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
11 years, 5 months