Skip Menu |

This queue is for tickets about the OAuth-Lite CPAN distribution.

Report information
The Basics
Id: 68955
Status: new
Priority: 0/
Queue: OAuth-Lite

People
Owner: Nobody in particular
Requestors: raymond [...] mvine.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.30
Fixed in: (no value)



Subject: "secure" in Server/mod_perl2.pm
Using apache2 on Debian squeeze (2.2.16-6+squeeze1), $r->subprocess_env('HTTPS') returns on but the code in OAuth::Lite::Server::mod_perl2::new is if ( ($INC{'Apache2/ModSSL.pm'} && $r->connection->is_https) || ($r->subprocess_env('HTTPS') && $r->subprocess_env('HTTPS') eq 'ON') ) { $self->{secure} = 1; } which checks for ON.