[jboss-jira] [JBoss JIRA] Commented: (JBAS-5022) WebAppClassLoader is not optimized for RMI

Remy Maucherat (JIRA) jira-events at lists.jboss.org
Mon Jul 21 12:20:52 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBAS-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12422035#action_12422035 ] 

Remy Maucherat commented on JBAS-5022:
--------------------------------------

To give more options, I fixed JBWEB-98, which should stop mandatory usage of URL classloader in Jasper.

> WebAppClassLoader is not optimized for RMI
> ------------------------------------------
>
>                 Key: JBAS-5022
>                 URL: https://jira.jboss.org/jira/browse/JBAS-5022
>             Project: JBoss Application Server
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: Web (Tomcat) service
>            Reporter: Adrian Brock
>            Assignee: Remy Maucherat
>             Fix For: JBossAS-5.0.0.CR2
>
>         Attachments: jboss-trunk.diff, jboss4.0.5.diff
>
>
> The WebAppClassLoader used by web applications to scope classes does not override
> getURLs() to return new URL[0]
> This means that if a webapp makes an RMI request using a class from inside the web app,
> all the WEB-INF/lib and WEB-INF/classes urls are sent across the wire as class annotations.

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

        



More information about the jboss-jira mailing list