-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 2.5.7
-
Component/s: None
The ViewPageAction class's execute method renders the page's wiki markup as HTML.
The ViewSourceAction class extends ViewPageAction and doesn't override execute.
This is:
- dumb
- inefficient, although I admit that view source is a fairly infrequent action.
- extremely annoying if the reason you are viewing the source is that rendering the page timed out.