WebScarab

WebScarab
http://www.owasp.org/software/webscarab.html

WebScarab is a framework for analysing applications that communicate using the HTTP and HTTPS protocols. It is written in Java, and is thus portable to many platforms. In its simplest form, WebScarab records the conversations (requests and responses) that it observes, and allows the operator to review them in various ways.

Opensourcetesting.org で紹介されてる中で気になった。大幅な再設計をしてたみたいだけど、ちょうど2004/10/02版がリリースされていたのでダウンロード。しかしAWT製インストーラを実行中にNullPointerExceptionが発生して停止してしまった。ちょっと保留。

【追記】JDK5.0でインストーラを実行するとウイザードのダイアログが進展せず、JDK1.4.1ではダイアログは進展した。ただしプロンプトにはどちらも同じ例外(ぬるぽ)がダンプされていた。ということで、おそらくThreadのuncaught exception handler周りが原因だと仮定するも、インストーラはまた別のオープンソースプロダクト(IzPack)なので調査は断念して寝ることにする。