Skip Menu |

This queue is for tickets about the Catalyst-Engine-HTTP-Prefork CPAN distribution.

Report information
The Basics
Id: 51660
Status: new
Priority: 0/
Queue: Catalyst-Engine-HTTP-Prefork

People
Owner: Nobody in particular
Requestors: mpelzer [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.51
Fixed in: (no value)



Subject: Please loop through "user" and "group" (effective uid & gid) option to Net::Server
Right now there is no (known) way of telling Net::Server to switch to a defined effective user and group id and it always complains about that no EUID and EGID is defined and defaults are being used. Would be great if you could add those two lines: user => $options->{user} || $>, group => $options->{group}|| $), when calling $self->SUPER::run().