Error exporting bookmarks as BibTeX

Issue #2169 resolved
Daniel Zoller created an issue

seems that this bug occurs only on Tomcat 7

e.g. http://www.biblicious.org/bookbib/

Comments (8)

  1. Robert Jäschke

    Please invest 30 minutes investigating the problem and then let us know your estimate how long it takes to fix it.

  2. Viktor Hemsen

    it looks like the parser has problems with the 'lesserThan' and 'greaterThan' symbols

    [ERROR] [02 Okt 2014 11:47:49,994] [catalina-exec-9] [] [org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/].[jsp]] - Servlet.service() for servlet jsp threw exception
    org.xml.sax.SAXParseException; lineNumber: 27; columnNumber: 94; <jsp:text> must not have any subelements
    

    i moved the formatDate-function and put the output in a var. this is the output:

    @electronic{www.musik-sammler.de,
       title       = {Musik-Sammler.de - Die Musiksammlungs-Verwaltung im Internet!}, 
       url         = {http://www.musik-sammler.de},
       biburl      = {http://localhost:8080/url/e5329d9a2e7ca1db84edc999104ec41b/vhemsen},
       keywords    = {collection music},
       added-at    = {2014-08-27T16:36:11.000+0200},
       description = {Die Musiksammlungs-Verwaltung im Internet.},
       interhash   = {e5329d9a2e7ca1db84edc999104ec41b}, 
       intrahash   = {e5329d9a2e7ca1db84edc999104ec41b}
    }
    

    is that how it should look like?

  3. Log in to comment