cmfirstgroup / webclient-mobile-for-ca-plex

Automatically exported from code.google.com/p/webclient-mobile-for-ca-plex
0 stars 2 forks source link

Calling WC App from External App multiple calls fails #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Setup two deeplink functions for two diff functions per manual
- this required seperate servlets under the deeplink package for each function, 
also seperate servlet URL mappings, and seperate webclient entry URLs
- neither of the functions takes parameters
2. Call first function using specified URL (ie. 
localhost:8080/myRoot/myFirstFun)
3. Call second function using specified URL (ie. 
localhost:8080/myRoot/mySecondFun)

What is the expected output? What do you see instead?
The call to each function should display the screen for each function. Instead 
the first function displays OK - but when the second function is called it 
displays the screen of the first function.

Please use labels and text to provide additional information.

Does WC support multiple URL mappings for entry to different functions?

Should the function be closed down before redirection another URL? If so - how 
to close it down?

Should I be invalidating the session or something before redirection?

Original issue reported on code.google.com by darryl.m...@radmt.com on 28 Jul 2011 at 4:48

GoogleCodeExporter commented 9 years ago
Workaround was to create a new WC servlet in web.xml and map to another url for 
each function.

Original comment by darryl.m...@radmt.com on 28 Jul 2011 at 6:40

GoogleCodeExporter commented 9 years ago
Deep linking probably has not been tested.

We are expecting a beta release in the next couple days

Original comment by jdrhodes...@gmail.com on 31 Jul 2011 at 6:03

GoogleCodeExporter commented 9 years ago
The workaround seems to satisfy my short term requirements.

Original comment by darryl.m...@radmt.com on 31 Jul 2011 at 9:40