Ticket Change Details
Not logged in
Overview

Artifact ID: 612daf3abe92b4d246a1b842e1e0d614dd8fe3ae
Ticket: 2598a084de0ff4451fd6a763b7e9a488c0061b69
Differing results for clickable image in wiki text with fossil ui and cgi
User & Date: anonymous 2011-05-13 21:25:29
Changes

  1. comment changed to:
    This is on an XAMPP Apache on Windows XP with, Fossil version [d8221b9863] 2011-05-12 14:56:52
    
    When using a cgi-bin styled server with <code>/fossils/</code> <code>ScriptAlias</code>ed to the cgi-bin dir (Thus allowing /cgi-bin/ogre-1_7-ffo/ and /fossils/ogre-1_7-ffo to both access the file ("ogre-1_7-ffo") which is defined as:
    <code><verbatim>
    #!C:\home\feral\bin\fossil\fossil.exe
    repository: C:\home\feral\dev\ogre-1_7-ffo\ogre-1_7-ffo.fossil
    </verbatim></code>
    
    An wiki text such as: (front page and a ticket for sure)
    <code><verbatim>
    <a href="/doc/tip/img/an_image.png"><img src="/doc/tip/img/an_image.png" width="320"/></a>
    </verbatim></code>
    <small>(I.e. a small image that when clicked takes one to the larger image)</small>
    
    Produces:
    <code><verbatim>
    <a href="/doc/tip/img/an_image.png"><img src="/fossils/ogre-1_7-ffo/doc/tip/img/an_image.png" width="320"></a>
    </verbatim></code>
    <small>(I.e. the img has the correct path, yet the a-href does not.)</small>
    <small>(I.e. "/doc/tip/img/an_image.png"> vs. "<b>/fossils/ogre-1_7-ffo</b>/doc/tip/img/an_image.png")</small>
    
    Yet, with <code>fossil ui</code> produces:
    <code><verbatim>
    <a href="/doc/tip/img/an_image.png"><img src="/doc/tip/img/an_image.png" width="320"></a>
    </verbatim></code>
    <small>(Which works as expected.)</small>
    
    I am fairly new to Apache and just started using fossil's cgi method so it is certainly plausible I have misconfigured something somewhere.
    
    Best Regards,<br/>
    ~Feral
    
  2. foundin changed to: "d8221b9863"
  3. private_contact changed to: "f9dfc6dbcfe1f4499e7151278fe2f4ba55af9606"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to:
    Differing results for clickable image in wiki text with fossil ui and cgi
    
  7. type changed to: "Incident"