posted 18 years ago
Hi,
URLs are not encoded in intall template.
Example:
file: default/install.html
lgn 129:
<form action="${contextPath}/install/install${extension}" name="install" method="post" onSubmit="return validateForm();">
I think that it should be somethink like that:
<form action='${JForumContext.encodeURL("/install/install${extension}")}' name="install" method="post" onSubmit="return validateForm();">
and the JForumContext has to be added in the context.
This is important for a JSR168 version of JForum.
Thx.
[originally posted on jforum.net by JoeLafousse]