Skip to content

calendar view does not work with outbackcdx #438

@vitezg

Description

@vitezg

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>

Openwayback with CDX:
openwayback-cdx
With outbackcdx:
openwayback-outbackcdx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions