Skip to content

Commit

Permalink
Remove dependency on servlet-api-3.0 until Java 6 is required
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthuss committed Aug 19, 2014
1 parent 21a9dd3 commit d2c8a86
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public WOResponse dispatchRequest(WORequest request) {
didSetBaseUrl = true;
ServletContext servletContext = (ServletContext) request.userInfo().get("ServletContext");
if (servletContext != null) {
setApplicationBaseURL(servletContext.getContextPath() + "/static/"); // "static" is the built-in static resource servlet for Tomcat and Jetty
setFrameworksBaseURL(servletContext.getContextPath() + "/static/Frameworks/");
// setApplicationBaseURL(servletContext.getContextPath() + "/static/"); // "static" is the built-in static resource servlet for Tomcat and Jetty
// setFrameworksBaseURL(servletContext.getContextPath() + "/static/Frameworks/");
}
}

Expand Down
1 change: 0 additions & 1 deletion Frameworks/Core/ERJars/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
<classpathentry exported="true" kind="lib" path="Libraries/httpclient-cache-4.3.1.jar"/>
<classpathentry exported="true" kind="lib" path="Libraries/httpcore-4.3.jar"/>
<classpathentry exported="true" kind="lib" path="Libraries/httpmime-4.3.1.jar"/>
<classpathentry exported="true" kind="lib" path="Libraries/servlet-api-3.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Binary file not shown.

0 comments on commit d2c8a86

Please sign in to comment.