Implem / Implem.Pleasanter

Pleasanter is a no-code/low-code development platform that runs on .NET. You can quickly create business applications with simple operations.
https://pleasanter.org
GNU Affero General Public License v3.0
515 stars 82 forks source link

プリザンター 1.2 への移行後、各画面操作で 405 が多発 #377

Closed tatsuyasenbom closed 1 year ago

tatsuyasenbom commented 2 years ago

環境

現象

  1. .NET Framework版からプリザンター 1.2以降への移行手順に従い、現在最新の.NET Framework版から、プリザンター 1.2へ移行
  2. Security.jsonで指定した特権ユーザで各ページ操作で405が発生

回避

  1. IISの機能にWebDAVがインストールされていると正しく動作しないを参考にC:\web\pleasanter\Implem.Pleasanter\web.config以下にWevDAVを使用しないように指定

    <?xml version="1.0" encoding="utf-8"?>
        <configuration>
            <system.webServer>
                :
                <modules>
                    <remove name="WebDAVModule" />
                </modules>
                <handlers>
                    <remove name="WebDAV" />
                    :
                </handlers>
                :
        </system.webServer>
     </configuration>
  2. IISを再起動
  3. 上記現象が改善したことを確認

依頼

tatsuyasenbom commented 2 years ago

1.2.0.0 から以下 1.2.8.0 へアップデートしたところ、本現象が発生しないことを確認しました。

バージョンアップのログを見る限り、対応する修正を見つけることはできませんでしたが、本件は「修正もしくは対応済み。」という認識で問題なかったでしょうか?

image

お忙しいところ恐縮ですが、お手すきの際に、一報いただけますと幸いです。

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 1 year ago

This issue was closed because it has been stalled for 7 days with no activity.