#100 ✓resolved
Slotos

sandbox.rb line #58

Reported by Slotos | June 25th, 2010 @ 08:02 AM | in 0.8.5

This is the code around line #58 (case) in sandbox.rb file

response.chomp!
case
  when "authentication accepted"

As a result, no matter the answer, the case will lead to the first choice, giving totally misleading log messages. Adding response to case fixes the issue:

response.chomp!
case response
  when "authentication accepted"

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Shared Ticket Bins

People watching this ticket

Pages