Opened 3 years ago
Closed 3 years ago
#2839 closed task (fixed)
Do not ship MapGuideApi.jar in www/WEB-INF/lib
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | 4.0 |
Component: | Web API | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description (last modified by )
I've *finally* solved the issue of 403 tomcat errors on Linux with the soon-to-be preview 3 release of MGOS 4.0.
However, this brings up the "problem" where all of the jsp viewer code is now using the non-crufty classes in MapGuideApiEx.jar
instead of the crufty classes in MapGuideApi.jar
Since the primary blocker of MGOS 4.0 is functional .net/java/php wrappers generated with vanilla SWIG, for java we are going to be generate a wrapper whose surface is nearly identical to MapGuideApiEx.jar
. So to ease the transition to this new vanilla SWIG wrapper when it finally arrives, we should for the preview 3 release:
- No longer ship
MapGuideApi.jar
inwww/WEB-INF/lib
- Fix all our java viewer and sample code to work against
MapGuideApiEx.jar
Change History (2)
comment:1 by , 3 years ago
Description: | modified (diff) |
---|
comment:2 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |