Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 392560

Summary: Failure with HTTP HEAD requests
Product: [RT] RAP Reporter: Ralf Sternberg <rsternberg>
Component: RWTAssignee: Ralf Sternberg <rsternberg>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M3   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Ralf Sternberg CLA 2012-10-22 05:33:25 EDT
Clients may send HTTP HEAD requests, e.g. to check if the server is responding at a certain URL. At the moment, HEAD requests fail because they are internally handled like POST requests.
Comment 1 Ralf Sternberg CLA 2012-10-22 07:32:51 EDT
HEAD requests are now handled like POST requests. The content is cut off in HttpServlet already.
Fixed with commit 2c99bd55a7483e40cae5330987d259443ca796a7.