Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #74 from hardingadonis/chuong-common-jsp
Browse files Browse the repository at this point in the history
Chuong update common jsp
  • Loading branch information
hardingadonis authored Jan 22, 2024
2 parents c142e7d + b8db1dd commit 4576593
Show file tree
Hide file tree
Showing 33 changed files with 13,632 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_0.xsd"
version="6.0">

<session-config>
<session-timeout>
30
</session-timeout>
</session-config>

<jsp-config>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<page-encoding>UTF-8</page-encoding>
</jsp-property-group>
</jsp-config>
</web-app>
Loading

0 comments on commit 4576593

Please sign in to comment.