Changes between Initial Version and Version 1 of Ticket #2839
- Timestamp:
- 06/19/21 08:08:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2839 – Description
initial v1 1 1 I've *finally* solved the issue of 403 tomcat errors on Linux with the soon-to-be preview 3 release of MGOS 4.0. 2 2 3 However, this brings up the "problem" where noneof the jsp viewer code is now using the non-crufty classes in `MapGuideApiEx.jar` instead of the crufty classes in `MapGuideApi.jar`3 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` 4 4 5 5 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: