Bug 48387 - Make RemoteIpFilter parameters consistent with RemoteIpValve
Summary: Make RemoteIpFilter parameters consistent with RemoteIpValve
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Catalina (show other bugs)
Version: unspecified
Hardware: PC Mac OS X 10.4
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-14 10:28 UTC by Cyrille Le Clerc
Modified: 2009-12-14 13:17 UTC (History)
0 users



Attachments
Rename RemoteIpFilter#protocolHeaderSslValue into protocolHeaderHttpsValue (3.82 KB, patch)
2009-12-14 10:28 UTC, Cyrille Le Clerc
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cyrille Le Clerc 2009-12-14 10:28:40 UTC
Created attachment 24705 [details]
Rename RemoteIpFilter#protocolHeaderSslValue into protocolHeaderHttpsValue

RemoteIpFilter field 'protocolHeaderSslValue' is not consistent with RemoteIpValve where it is named 'protocolHeaderHttpsValue'.

Proposed patch renames 'protocolHeaderSslValue' into 'protocolHeaderHttpsValue' (field + getter and setter) and enhance one javadoc sentence.
Comment 1 Mark Thomas 2009-12-14 13:17:37 UTC
Patch applied. Many thanks.