PacketFence
Bug Tracking System

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000016PacketFence 1.6.2public2006-05-02 13:232006-05-03 10:20
Reporteruser4 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Summary0000016: redir.cgi not working
DescriptionInstead of the redirection I obtain a

Status: 302 Moved Location: http://www.inverse.ca [^]

in the browser window when accessing
https://pf.inverse.qc.ca/cgi-bin/redir.cgi?destination_url=http://pf.inverse.qc.ca/ [^]

This is caused by the redir.cgi script executing a
    system($install_dir.'/bin/pfcmd','manage','freemac',$mac);
before doing the
  print $q->redirect($Config{'trapping'}{'redirecturl'});
while bin/pfcmd contains a
 print $q->header;
and therefor already sending out the HTTP status 200 OK before the
redirection.

TagsNo tags attached.
Attached Files

- Relationships
related to 0000018closeduser4 registering new system shows Content-type headers while activating network 

-  Notes
(0000004)
user4
2006-05-02 13:24

Reminder sent to: dlaporte, kevmcs

(0000014)
user4
2006-05-02 13:53

Reminder sent to: user4

(0000022)
user4
2006-05-03 10:20

is fixed when using the following files versions:
- cgi-bin/redir.cgi version 1.10
- bin/pfcmd version 1.36

- Issue History
Date Modified Username Field Change
2006-05-02 13:23 user4 New Issue
2006-05-02 13:24 user4 Note Added: 0000004
2006-05-02 13:53 user4 Note Added: 0000014
2006-05-03 07:46 dlaporte Relationship added related to 0000018
2006-05-03 10:20 user4 Note Added: 0000022
2006-05-03 10:20 user4 Status new => closed
2006-05-03 10:20 user4 Resolution open => fixed


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker