FormattingSourceCode |
|
| Your trail: |
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 |
| {{{<transport-guarantee>}}} |
| * 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 |
| * <transport-guarantee> to CONFIDENTIAL. |
| }}} |
|
Back to FormattingSourceCode,
or to the Page History.
|