Bugs: Browse | Submit New | Admin
require 'open-uri' puts open('http://sourceforge.net/tracker/?group_id=24723').read puts open('http://sourceforge.net/tracker/?group_id=24723').read The 2nd open returns an empty String. Figure out what's going on here. Need cookie?
Add A Comment: