[jboss-dev-forums] [JBoss AS7 Development] - Re: URL-Protocol Handler doesn't work
David Lloyd
do-not-reply at jboss.com
Sun Sep 25 17:07:02 EDT 2011
David Lloyd [http://community.jboss.org/people/dmlloyd] created the discussion
"Re: URL-Protocol Handler doesn't work"
To view the discussion, visit: http://community.jboss.org/message/628442#628442
--------------------------------------------------------------
Here's the problem. URL stream handlers aren't, in fact, dynamic. If you did in fact add a handler from a deployment (even if you did it indirectly via a static delegate), and then redeployed that deployment, the handler would still be served by the old deployment (it would leak, causing duplicate classes to be loaded). That's why we don't support URL handlers from deployments. The only correct way to do this currently is to use a static module.
I've been working on a framework for dynamic URL handlers via deployments but it's been rather lower on the priority list. Maybe this week though I can find a minute to get what I have up on github and I'll open a community JIRA so that this feature can be contributed.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/628442#628442]
Start a new discussion in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20110925/49048c45/attachment.html
More information about the jboss-dev-forums
mailing list