Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
...nobody




JSPWiki v2.2.33

[RSS]


Hide Menu

FormattingSourceCode


Difference between version 17 and version 16:

At line 54 changed 1 line.
* Open {{src/dao/org/appfuse/model/LabelValue.java}} file and insert {{{* <p>}}} before the line 14 and change both {{{<p/>}}} in lines 11 and 12 respectively for {{{<br/>}}}.
* Open {{src/dao/org/appfuse/model/LabelValue.java}} file and insert {{{* <p>}}} before the line 14 and change both {{{<p/>}}} in lines 11 and 12 respectively for {{{<br>}}}.
At line 62 changed 1 line.
* Open {{src/web/org/appfuse/webapp/action/BaseAction.java}} file and change lines 46, 155, 157, 356, 361, 364 {{{<p/>}}} for a {{{<br/>}}} and delete line 48.
* Open {{src/web/org/appfuse/webapp/action/BaseAction.java}} file and change lines 46, 155, 157, 356, 361, 364 {{{<p/>}}} for a {{{<br>}}} and delete line 48.
At line 64 changed 2 lines.
* Open {{src/web/org/appfuse/webapp/filter/ActionFilter.java}} file, grab lines 40 through 42 and insert them before line 33. In that same paragraph there's a tag named {{{<transport-guarantee>}}} that should be
{{{&lt;transport-guarantee&gt;}}}
* Open {{src/web/org/appfuse/webapp/filter/ActionFilter.java}} file, grab lines 40 through 42 and insert them before line 33. In that same paragraph there's a tag named {{{<transport-guarantee>}}} that will give you trouble, the paragraph should end up something like this (I had to remove the paragraph ({{{<p></p>}}}) tags too, why? I realy don't know)
{{{
* Change @web.filter-init-param value to true if you want to secure your entire
* application.
* This can also be done in web-security.xml by setting
* &lt;transport-guarantee&gt; to CONFIDENTIAL.
}}}

Back to FormattingSourceCode, or to the Page History.