mirror of
https://github.com/apache/struts.git
synced 2026-08-05 14:47:09 +00:00
572f3aaf69
- Add production deployment warnings to showcase and rest-showcase READMEs - Convert README.txt to README.md with proper Markdown formatting - Restrict ViewSourceAction config parameter to XML files within webapp path Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
19 lines
831 B
Markdown
19 lines
831 B
Markdown
# Rest Showcase
|
|
|
|
> **WARNING:** This application is a demonstration/development tool only. It is **NOT** intended for production
|
|
> deployment. Deploying this application on a publicly accessible server may pose security risks.
|
|
|
|
Rest Showcase is a simple example of a REST app built with the REST plugin.
|
|
|
|
For more on getting started with Struts, see:
|
|
|
|
- https://struts.apache.org/getting-started/
|
|
|
|
## I18N
|
|
|
|
Please note that this project was created with the assumption that it will be run in an environment where the default
|
|
locale is set to English. This means that the default messages defined in `package.properties` are in English.
|
|
|
|
If the default locale for your server is different, then rename `package.properties` to `package_en.properties` and
|
|
create a new `package.properties` with proper values for your default locale.
|