OpenLayers OpenLayers

Ticket #65 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

Layer.WMS parameters should be case-insensitive

Reported by: sderle Assigned to: euzuro
Priority: minor Milestone: 2.0 Release
Component: Layer Version:
Keywords: Cc:
State:

Description (Last modified by sderle)

In DEFAULT_PARAMS the params are all lowercase, but the WMS spec says case doesn't matter, so a user/developer could (and has) provided UPPERCASE param names. Need to replace Object.extend() in the Layer object with something that fixes case.

Bug reported by Chris Holmes.

Change History

05/25/06 18:49:56 changed by sderle

  • type changed from feature to bug.
  • description changed.

05/25/06 18:50:24 changed by sderle

  • description changed.

06/01/06 08:34:08 changed by euzuro

  • status changed from new to closed.
  • resolution set to fixed.

fixed with r493