[jboss-jira] [JBoss JIRA] Commented: (JBBOOT-43) Enable the use of local and remote URLs for bootstrapUrl and properly handle relative <url> elements
John Bailey (JIRA)
jira-events at lists.jboss.org
Sun Aug 16 11:33:26 EDT 2009
[ https://jira.jboss.org/jira/browse/JBBOOT-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12481022#action_12481022 ]
John Bailey commented on JBBOOT-43:
-----------------------------------
After a series of tests, it is a pretty straight forward change to get full URL support. The change just requires the AbstractMCServerBase start to process all nested <url> elements with the bootstrapUrl as the context and not the bootstrapHome. The only thing that does not work is having relative URLs what begin with a slash either in the bootstrapUrl or a nested <url>. This does not work in the existing implementation either. Should this be supported, or should it continue to throw an exception when starting with a slash? I am attaching a patch that includes some tests to show the failure when the slash is present.
> Enable the use of local and remote URLs for bootstrapUrl and properly handle relative <url> elements
> ----------------------------------------------------------------------------------------------------
>
> Key: JBBOOT-43
> URL: https://jira.jboss.org/jira/browse/JBBOOT-43
> Project: JBoss Bootstrap
> Issue Type: Feature Request
> Components: impl-base
> Affects Versions: 0.1.1
> Reporter: Andrew Lee Rubinger
> Assignee: John Bailey
> Fix For: Unscheduled
>
>
> Make sure the bootstrapUrl works for URLs other than file:// and verify both relative and fully qualified <url> elements are handled correctly.
--
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