Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
9f43e1b9
Commit
9f43e1b9
authored
Dec 06, 2019
by
Evan W. Patton
Committed by
Jeffrey I. Schiller
Dec 17, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused appstats
Change-Id: I902029ad88598ecff611603234d78345e85d1a7a
parent
ccaf1506
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
33 deletions
+0
-33
appinventor/appengine/war/WEB-INF/web.xml
appinventor/appengine/war/WEB-INF/web.xml
+0
-33
No files found.
appinventor/appengine/war/WEB-INF/web.xml
View file @
9f43e1b9
...
...
@@ -11,28 +11,6 @@
<filter-class>
com.google.appinventor.server.OdeAuthFilter
</filter-class>
</filter>
<!-- Filter for application statistics. See:
http://code.google.com/appengine/docs/java/tools/appstats.html
Note that all requests are logged, including appstats ones.
The only way I see to not log the appstats ones is to
explicitly list all the ones we do want, which seems
error-prone.
-->
<!-- App Stats Disabled
<filter>
<filter-name>appstats</filter-name>
<filter-class>com.google.appengine.tools.appstats.AppstatsFilter</filter-class>
<init-param>
<param-name>logMessage</param-name>
<param-value>Appstats available: /appstats/details?time={ID}</param-value>
</init-param>
</filter>
<filter-mapping>
<filter-name>appstats</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
-->
<!-- Security constraints: require login for these urls -->
<!-- This is how we implement Google Account login -->
...
...
@@ -62,7 +40,6 @@
<!-- Security constraint: require admin access for the appstats url -->
<security-constraint>
<web-resource-collection>
<url-pattern>
/appstats/*
</url-pattern>
<url-pattern>
/convert/
</url-pattern>
</web-resource-collection>
<auth-constraint>
...
...
@@ -345,16 +322,6 @@
<!-- TODO: Optionally add a <welcome-file-list> tag to display a welcome file. -->
<!-- appstats-->
<servlet>
<servlet-name>
appstats
</servlet-name>
<servlet-class>
com.google.appengine.tools.appstats.AppstatsServlet
</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>
appstats
</servlet-name>
<url-pattern>
/appstats/*
</url-pattern>
</servlet-mapping>
<!-- components -->
<servlet>
<servlet-name>
componentService
</servlet-name>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment