bugSavane - Bugs: bug #2516, sv_reminder with sys_url_topdir

 
 
Show feedback again

You are not allowed to post comments on this tracker with your current authentification level.

bug #2516: sv_reminder with sys_url_topdir

Submitted by:  Joergen Samson <samson>
Submitted on:  Wed 22 Jun 2005 08:06:07 PM UTC  
 
Category: BackendStatus: Fixed
Severity: 2 - MinorPriority: C - Normal
Assigned to: Mathieu Roy <yeupou>Open/Closed: Closed
Release: 1.06Planned Release: 1.0.7
Reproducibility: NonePrivacy: Public

Wed 22 Jun 2005 08:35:43 PM UTC, comment #1:

Thanks for the report.

Mathieu Roy <yeupou>
Project AdministratorIn charge of this item.
Wed 22 Jun 2005 08:06:07 PM UTC, original submission:

The sv_reminder script sends wrong urls in the reminder mails, if $sys_url_topdir is not "/".

I think that the php scripts expect the $sys_url_topdir not to have a trailing "/" (e.g. $sys_url_topdir="/anything" and not $sys_url_topdir="/anything/"). Thus the sv_reminder script creates URL's with missing /, as the basepath is set to

$basepath .= "https://".$sys_https_host.$sys_url_topdir

and not to

$basepath .= "https://".$sys_https_host.$sys_url_topdir."/"
if the $sys_url_topdir is not just "/".

Joergen Samson <samson>

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by yeupou (Updated the item)
  • -unavailable- added by samson (Submitted the item)
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 4 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Wed 22 Jun 2005 08:35:43 PM UTCyeupouStatusNone=>Fixed
      Assigned toNone=>yeupou
      Open/ClosedOpen=>Closed
      Planned Release=>1.0.7
    Show feedback again

    Back to the top


    Powered by Savane 3.1-cleanup