Ticket #865 (closed defect: fixed)

Opened 16 months ago

Last modified 16 months ago

Scands broken

Reported by: Marc Englund Owned by: Joonas Lehtinen
Priority: blocker Milestone: 5.0.0-beta-phase1
Component: undefined Version:
Keywords: scands, ääkköset Cc:
Known Issue description:
Hours estimate: 3 Deadline (dd.mm.yyyy):
Known Issue version (since): Known Issue title:
Hours done: Depends to:
Affects documentation: no
Known Issue workaround:
Affects release notes: yes Contract:

Description

Scandinavian characters seem to be broken in tk5.

Write "ääkköset" and 'submit' to reproduce.

Change History

Changed 16 months ago by Jani Laakso

  • milestone changed from 5.0.0-pre to 5.0.0-pre-featurefreeze

Changed 16 months ago by Joonas Lehtinen

  • status changed from new to assigned

Issue traced to the following:

  • Using GET to send variable changes
  • Params encoded properly as UTF-8 URL encoding
  • Tomcat still decodes them as iso-latin-1

Resolution -> Use POST -method. This must be used anyway in order to send larger amounts of data.

More info on the issue can be found in: http://weblogs.java.net/blog/joconner/archive/2005/07/index.html

Changed 16 months ago by Joonas Lehtinen

  • hours_left set to 3

Seems to be a Tomcat-bug. More info on:

http://tomcat.apache.org/faq/connectors.html#utf8

Even stronger recommendation to use POST.

Changed 16 months ago by Joonas Lehtinen

Fixed in [2397]

Changed 16 months ago by Joonas Lehtinen

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.