[
https://issues.apache.org/jira/browse/JSPWIKI-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12649355#action_12649355
]
Kurt Stein commented on JSPWIKI-424:
------------------------------------
If you are fixing it, would you please add the slash in the
DefaultURLConstructor.class. It is missing in the try catch block and generates
some funny (web)side-effects.
public void initialize( WikiEngine engine,
Properties properties )
catch( MalformedURLException e )
{
m_pathPrefix = "/JSPWiki/"; // Just a guess.
}
> Enforce (autofix) baseURL property to end with trailing slash
> -------------------------------------------------------------
>
> Key: JSPWIKI-424
> URL: https://issues.apache.org/jira/browse/JSPWIKI-424
> Project: JSPWiki
> Issue Type: Improvement
> Components: Core & storage
> Affects Versions: 2.8
> Environment: any
> Reporter: John Volkar
> Assignee: Harry Metske
> Priority: Minor
> Fix For: 3.0
>
>
> If baseUrl does not end with a trailing slash CSS is not found causing the
> page to be rendered badly.
> The installer does not enforce a trailing slash.
> When reading the property, if not ending with "/" append one.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.