MMBase

mm:import fixes encoding also when that is not necessary (then it actually messes it up).

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.9.1
  • Fix Version/s: 1.9.2
  • Component/s: Taglib
  • Description:
    Hide
    In the mm:import code (also when handling forms) there is some code which can 'fix' the encoding of a post.

    This is to work around the issue that posts should be in latin-1 if there is no encoding on the request. Browsers then posted as the response though.

    The bug is that this code was triggered too if a encoding _was_ specified.,
    Show
    In the mm:import code (also when handling forms) there is some code which can 'fix' the encoding of a post. This is to work around the issue that posts should be in latin-1 if there is no encoding on the request. Browsers then posted as the response though. The bug is that this code was triggered too if a encoding _was_ specified.,

Activity

People

Dates

  • Created:
    2009-07-30 17:29
    Updated:
    2009-07-31 11:28
    Resolved:
    2009-07-30 17:42