Hi Team
We are in process of migrating our app from isomorphic v11.1 to isomorphic v13.1. While migrating we are having issue accessing the servletContext and get the error message
com.isomorphic.servlet.RequestContext does not have member field 'javax.servlet.ServletContext servletContext'
This we are trying to access the servletContext using the rpcManager instance eg. rpcManager.getContext(). servletContext
This works fine in V11.1 but have issues in V13.1
Please can you guide us and advise if there is any change in the servletContext can be accessed in V13.1
Thanks
We are in process of migrating our app from isomorphic v11.1 to isomorphic v13.1. While migrating we are having issue accessing the servletContext and get the error message
com.isomorphic.servlet.RequestContext does not have member field 'javax.servlet.ServletContext servletContext'
This we are trying to access the servletContext using the rpcManager instance eg. rpcManager.getContext(). servletContext
This works fine in V11.1 but have issues in V13.1
Please can you guide us and advise if there is any change in the servletContext can be accessed in V13.1
Thanks
Comment