地理データ等を集約するXMLデータベースシステム
* added experimental authorization management to control each feature
accessing.
You can specify allow/deny to servlet container user to access each feature.
You can find sample data in test-devel/test-auth/. Default access rule is
'allow' currently. You can change this value by changing following line in
'daruma.properties' file.
daruma.auth.default_rule = allow
* fixed error message when user specified invalid element which is not a
candidate of xsd:choice.
* fixed compilation file to compile with JDK which default encoding is SJIS.
* optimized importation of coordinate definitions.
* updated depending libraries to later version.
xerces-j 2.7.1 -> 2.9.1
xalan-j 2.7.0 -> 2.7.1
○ フィーチャー単位の認証のプロトタイプを仮実装した。
サーブレットコンテナで認証されたユーザに対して allow/deny を記述できる。
サンプルデータが test-devel/test-auth/ 以下にある。
認証ルールに一つも該当しなかった場合のアクセス許可は本バージョンでは
allow である。これは、daruma.properties ファイルの以下の行で変更できる。
daruma.auth.default_rule = allow
○ xsd:choice で定義されている場所で、正しい選択肢以外の要素等を入れたときの
エラーメッセージを修正した。
○ 座標系定義の読み込みを高速化
○ デフォルトエンコーディングが SJIS の JDK でもコンパイルできるよう修正した。
○ 使用しているライブラリを新しいバージョンに更新した。
xerces-j 2.7.1 -> 2.9.1
xalan-j 2.7.0 -> 2.7.1