Skip to content

Commit

Permalink
Update web.xml
Browse files Browse the repository at this point in the history
Remove test fixture values and use placeholders
  • Loading branch information
bakennedy authored Oct 30, 2024
1 parent 5c60bb2 commit 6155a08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions servlet-example/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
<servlet-class>com.moesif.servlet.example.UsersServlet</servlet-class>
<init-param>
<param-name>application-id</param-name>
<param-value>eyJhcHAiOiIxOTg6NzQ0IiwidmVyIjoiMi4xIiwib3JnIjoiNjQwOjEyOCIsImlhdCI6MTcyNzc0MDgwMH0.ckqMfkn4o0zgfLokgP_WvMIXAOYm77PV6ACbMAlzYC0</param-value>
<param-value>Your Moesif Application Id</param-value>
</init-param>
</servlet>

Expand All @@ -56,7 +56,7 @@ http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
<servlet-class>com.moesif.servlet.example.CompaniesServlet</servlet-class>
<init-param>
<param-name>application-id</param-name>
<param-value>eyJhcHAiOiIxOTg6NzQ0IiwidmVyIjoiMi4xIiwib3JnIjoiNjQwOjEyOCIsImlhdCI6MTcyNzc0MDgwMH0.ckqMfkn4o0zgfLokgP_WvMIXAOYm77PV6ACbMAlzYC0</param-value>
<param-value>Your Moesif Application Id</param-value>
</init-param>
</servlet>

Expand All @@ -65,4 +65,4 @@ http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
<url-pattern>/api/companies/*</url-pattern>
</servlet-mapping>

</web-app>
</web-app>

0 comments on commit 6155a08

Please sign in to comment.