Project

General

Profile

Backport(バックポート) #3728

activity/post.json に文字数制限を越えた文字列を送信してもエラーにならない

Added by isao sano almost 10 years ago. Updated almost 10 years ago.

Status:
Fixed(完了)
Priority:
Normal(通常)
Assignee:
Target version:
Start date:
2012-11-01
Due date:
% Done:

100%


Description

Overview (現象)

activity/post.json について、activity_data の body の最大長である 140 文字を越えたテキストを送信してもエラーとならず、正常に終了してしまう。
投稿されたテキストは DBMS 側で 140 文字に切り落とされ (参考) 、activity/search.json 等で取得すると切り落とされた状態のテキストが出力される。

Causes (原因)

activity/post.json にて文字数制限のチェックを行っていないため。

Way to fix (修正内容)

修正内容を記入


Related issues

Copied from OpenPNE 3 - Bug(バグ) #3235: activity/post.json に文字数制限を越えた文字列を送信してもエラーにならない Won't fix(対応せず) 2012-11-01

Associated revisions

Revision bc97a85a (diff)
Added by isao sano almost 10 years ago

reject when the activity body is over 140 characters in activity/post.json (fixes #3728, BP from #3235)

Revision c7426310
Added by Shinichi Urabe almost 10 years ago

Merge pull request #208 from isaosano/t-3728

reject when the activity body is over 140 characters in activity/post.json (fixes #3728, BP from #3235)

History

#1 Updated by isao sano almost 10 years ago

  • Copied from Bug(バグ) #3235: activity/post.json に文字数制限を越えた文字列を送信してもエラーにならない added

#2 Updated by isao sano almost 10 years ago

  • Target version changed from OpenPNE 3.9.0-old to OpenPNE 3.8.14

#3 Updated by isao sano almost 10 years ago

  • Status changed from New(新規) to Accepted(着手)

#4 Updated by isao sano almost 10 years ago

  • Status changed from Accepted(着手) to Pending Review(レビュー待ち)
  • % Done changed from 0 to 50

https://github.com/openpne/OpenPNE3/pull/208
にてプルリクエストしました

#5 Updated by Shinichi Urabe almost 10 years ago

  • Assignee set to isao sano

担当を設定ください(差し戻し対応が誰か不明になるため)

#6 Updated by Shinichi Urabe almost 10 years ago

  • Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
  • % Done changed from 50 to 70

#7 Updated by isao sano almost 10 years ago

  • Status changed from Pending Testing(テスト待ち) to Pending Merge(マージ待ち)
  • % Done changed from 70 to 80

単体試験完了しました。
マージお願いたします。

#8 Updated by Shinichi Urabe almost 10 years ago

  • Status changed from Pending Merge(マージ待ち) to Fixed(完了)
  • % Done changed from 80 to 100

Also available in: Atom PDF