Bug in ActionInvoker with HEAD request

Bug #580758 reported by dirk
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
play framework
Fix Committed
Medium
Nicolas Leroux

Bug Description

Play 1.1 commit e3df5ae6eb94c8ee8a365a9da45a81c2b705dc92:
http://github.com/pk11/play-1.1-mirror/commit/e3df5ae6eb94c8ee8a365a9da45a81c2b705dc92

Looks like it's checking for GET twice instead of checking for GET and HEAD

156: // Check the cache (only for GET or HEAD)
157: if ((request.method.equals("GET") || request.method.equals("GET")) &&
       ...

Revision history for this message
Nicolas Leroux (nicolas-lunatech) wrote :

Thanks

Changed in play:
status: New → Confirmed
importance: Undecided → Medium
assignee: nobody → Nicolas Leroux (nicolas-lunatech)
milestone: none → 1.1
status: Confirmed → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.