Project

General

Profile

Defect #620

Typo in VelocityWebServlet.java

Added by Ryan Parrish over 11 years ago. Updated over 11 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
12/31/2012
Due date:
% Done:

0%

Estimated time:
Browser (if web client):

Description

r930 introduced a typo on line 1092 VelocityWebServlet.java.

if (!response.containsHeader("Pragme")) {

should be (swap 'e' for 'a')

if (!response.containsHeader("Pragma")) {

History

#1

Updated by Patrick Talbot over 11 years ago

  • Status changed from New to In Progress

Will be fixed in next version

#2

Updated by Patrick Talbot over 11 years ago

  • Status changed from In Progress to Resolved
#3

Updated by Patrick Talbot over 11 years ago

Fixed in v3.0RC8

Also available in: Atom PDF