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

Repository Revision Date User Message
MMBase SVN #37375 Thu Jul 30 17:30:16 CEST 2009 michiel added some @Overrides', Fixed a bug with 'repaing' of the encoding in cases where that is not actually necessary. MMB-1854
Files Changed
MODIFY /mmbase/trunk/applications/taglib/src/main/java/org/mmbase/bridge/jsp/taglib/util/ContextContainer.java
Repository Revision Date User Message
MMBase SVN #37527 Wed Aug 05 19:29:58 CEST 2009 michiel merged also r37375 (MMB-1854)
Files Changed
MODIFY /mmbase/tags/MMBase-1_9_1.2009-04-07/applications/taglib/src/org/mmbase/bridge/jsp/taglib/util/ContextContainer.java

People

Dates

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