I have a customprotocolHandler implementation in which I need to read a number of values from the URL (web parameters).
Example;
- From
Code: Select all
http://server/oxygen-webapp/app/oxygen.html?url=connector:/test-200&author=user&accessType=AUTHOR&token=token
- I need to capture user, accessType and token
It looks like URLStreamHandler does not contain that information. Could you advice please?
Thanks