[ 
http://issues.ops4j.org/browse/PAXWEB-142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13275#action_13275
 ] 

Miroslav Pokorny commented on PAXWEB-142:
-----------------------------------------

Minor nitpick to PATCH2 

class: HttpServiceStarted.

+       public SharedWebContainerContext getDefaultSharedHttpContext() {
+               if (sharedWebContainerContext == null) {
+                   sharedWebContainerContext = new 
DefaultSharedWebContainerContext();
+               }
+               return sharedWebContainerContext;
+       }

The above should be synchronized.

> Support Sharing of HttpContexts Between Bundles
> -----------------------------------------------
>
>                 Key: PAXWEB-142
>                 URL: http://issues.ops4j.org/browse/PAXWEB-142
>             Project: Pax Web
>          Issue Type: New Feature
>          Components: Web Container
>    Affects Versions: 0.6.0
>            Reporter: David Conde
>            Assignee: Alin Dreghiciu
>             Fix For: 0.8.0
>
>         Attachments: pax-web-patch2.patch, pax-web-patch3.patch, 
> shared_context.diff
>
>
> It should be possible to share HttpContexts between bundles. This is 
> currently blocked by ServerModel.associateHttpContext. The exception here 
> needs to be removed. A ProxyHttpContext is also needed that will delegate to 
> the correct bundle to find the resources that it is looking for.  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.ops4j.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to