[
https://issues.apache.org/jira/browse/JSPWIKI-886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14623578#comment-14623578
]
brushed commented on JSPWIKI-886:
---------------------------------
Dave,
This looks like a server error..
Can you check whether in your web.xml , following is included.
{noformat}
<servlet-mapping>
<servlet-name>WikiAjaxDispatcherServlet</servlet-name>
<url-pattern>/ajax/*</url-pattern>
<url-pattern>/admin/ajax/*</url-pattern>
</servlet-mapping>
{noformat}
This was part of the rpc-json replacement recently done in the v2.10.2.
dirk
> Dynamic search is not working using Haddock
> -------------------------------------------
>
> Key: JSPWIKI-886
> URL: https://issues.apache.org/jira/browse/JSPWIKI-886
> Project: JSPWiki
> Issue Type: Bug
> Components: Search, Templates and UI
> Affects Versions: 2.10.2
> Environment: Client is:
> - Firefox 38 (Ubuntu 14.04).
> Server is:
> - JSPWiki v2.10.2-svn-17 running in GlassFish v4
> - Container managed authentication is enabled using a file-based realm
> - HTTPS is enabled
> - JSPWiki policy is locked down such that only authenticated users have
> access (both read and write)
> Reporter: Dave Koelmeyer
> Assignee: brushed
> Attachments: JSPWiki-Search.mp4, JSPWiki-SearchResults-1.png,
> JSPWiki2.10.2-svn-23Search-1.png, JSPWiki2.10.2-svn-4Search-1.png
>
>
> With the Haddock template enabled, typing in search keywords in the search
> box doesn't dynamically return any search results. This does work fine
> however using the default template with (for example) the Plain Vanilla skin
> enabled, just not with Haddock enabled.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)