Changes between Initial Version and Version 1 of Ticket #2839


Ignore:
Timestamp:
Jun 19, 2021, 8:08:00 AM (3 years ago)
Author:
jng
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2839 – Description

    initial v1  
    11I've *finally* solved the issue of 403 tomcat errors on Linux with the soon-to-be preview 3 release of MGOS 4.0.
    22
    3 However, this brings up the "problem" where none of the jsp viewer code is now using the non-crufty classes in `MapGuideApiEx.jar` instead of the crufty classes in `MapGuideApi.jar`
     3However, 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`
    44
    55Since 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: