Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Subtle web.xml differences between 2.0.0.1 and 2.0.0.2

Tonight I updated our server to Version 2.0.0.2 from Version 2.0.0.1 and noticed a couple of changes in web.xml.

The differences are

<set>
<set>

<session>0</session>
<session>360</session>

and

<extension>ico</extension>
<mime>image/vnd.microsoft.icon</mime>
</mime>
<mime>

<extension>cur</extension>
<mime>image/vnd.microsoft.icon</mime>
</mime>
<mime>

Please tell us a bit more about these differences. I assume we should manually update web.xml to implement the changes.

Thanks.

Paul Sims, Agile Development Coach
IBM WebSphere Commerce

0 votes



3 answers

Permanent link
I would appreciate it if a development team member would give us insight into these changes and the recommended action for RTC server administrators. The change must be made manually if it's necessary or recommended.

Thanks.

0 votes


Permanent link
The session timeout change is to improve the security of a deployed Jazz application, the timeout of zero meant that sessions never expired, which is not acceptable to some customers.

The second setting is relatively trivial, it was added at the request of another tools team to support serving up cursor files as .cur files. You can see the discussion here: https://jazz.net/jazz/web/projects/Jazz%20Foundation#action=com.ibm.team.workitem.viewWorkItem&id=69786

Hope this help.

Scott

0 votes


Permanent link
That's great! Thanks Scott.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jan 30 '10, 9:10 p.m.

Question was seen: 7,488 times

Last updated: Jan 30 '10, 9:10 p.m.

Confirmation Cancel Confirm