Changeset 2375

Show
Ignore:
Timestamp:
09/15/09 10:11:37
Author:
douglm
Message:

Changes to allow fetch of listed properties. Needs further work to support collections but should allow more efficient etag support.

Also small change in there somewhere to start support for webdav synch - new field added to BwEvent? - tombstoned - probably needs to be added to BwAnnotation? as awell

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/resources/xsl/default/default/errors.xsl

    r2202 r2375  
    349349        Filter error: Cannot mix logical operators 
    350350      </xsl:when> 
    351       <xsl:when test="id='org.bedework.exception.filter.unknown.property'"> 
     351      <xsl:when test="id='org.bedework.exception.unknown.property'"> 
    352352        Filter error: unknown property <em><xsl:value-of select="param"/></em>. 
    353353      </xsl:when>