-
Notifications
You must be signed in to change notification settings - Fork 294
Closed
Description
When using outbackcdx, the calendar view (captureJsp property of org.archive.wayback.query.Renderer) misbehaves: the clickable yearly view does not respond to clicks anymore. Pywb works well with the same outbackcdx. Any ideas what can cause this?
Openwayback's outbackcdx configuration:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"
default-init-method="init">
<bean id="remotecollection" class="org.archive.wayback.webapp.WaybackCollection">
<property name="resourceStore">
<bean class="org.archive.wayback.resourcestore.LocationDBResourceStore">
<property name="db" ref="resourcefilelocationdb" />
</bean>
</property>
<property name="resourceIndex">
<bean class="org.archive.wayback.resourceindex.RemoteResourceIndex">
<property name="searchUrlBase" value="http://127.0.0.1:8538/pywb" />
</bean>
</property>
</bean>
</beans>
Metadata
Metadata
Assignees
Labels
No labels