[ 
https://issues.apache.org/jira/browse/CONNECTORS-412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211052#comment-13211052
 ] 

Karl Wright commented on CONNECTORS-412:
----------------------------------------

This does not look correct:

--- 
connectors/opensearchserver/connector/src/main/resources/org/apache/manifoldcf/agents/output/opensearchserver/hiddenSpecification_ja_JP.html
        (revision 1290829)
+++ 
connectors/opensearchserver/connector/src/main/resources/org/apache/manifoldcf/agents/output/opensearchserver/hiddenSpecification_ja_JP.html
        (working copy)
@@ -14,6 +14,6 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<input type="hidden" name="maxfilesize" value="${MAXFILESIZE:A}" />
-<input type="hidden" name="mimetypes" value="${MIMETYPES:B}" />
-<input type="hidden" name="extensions" value="${EXTENSIONS:B}" />
\ No newline at end of file
+<input type="hidden" name="maxfilesize" value="$_MAXFILESIZE_A" />
+<input type="hidden" name="mimetypes" value="$_MIMETYPES_B" />
+<input type="hidden" name="extensions" value="$_EXTENSIONS_B" />
\ No newline at end of file

Note the leading underscore in the variable names...

                
> Velocity params in Open Search Server Connector
> -----------------------------------------------
>
>                 Key: CONNECTORS-412
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-412
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: OpenSearchServer connector
>    Affects Versions: ManifoldCF 0.5
>         Environment: velocity
>            Reporter: Luca Stancapiano
>              Labels: opensearchserver, velocity
>             Fix For: ManifoldCF 0.5
>
>         Attachments: manifold-opensearchserver-velocity-patch
>
>
> I see opensearchserver is the last connector that uses the custom script in 
> the html pages instead of velocity. I updated it with velocity as for the 
> other projects.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to