Using wicket 1.3.4 - production/stable version
I am testing AuthenticatedWebApplication and AuthenticatedWebSession set up similar to the wicket-examples. I have the @AuthorizationInstantiation annotation set up on the home page. I start up a session using the address: http://localhost:8080/MyApp/ As expected, the Sign In page shows with an address of: http://localhost:8080/MyApp/?wicket:bookmarkablePage=:org.apache.wicket. authentication.pages.SignInPage I log in, the user and password are valid, and I click Sign In. At this point is where the problem occurs. I loose the context "MyApp" in the address. The address now shows: http://localhost:8080/index.jsp Thanks for any insight. --Tim _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ EMAIL CONFIDENTIALITY NOTICE This Email message, and any attachments, may contain confidential patient health information that is legally protected. This information is intended only for the use of the individual or entity named above. The authorized recipient of this information is prohibited from disclosing this information to any other party unless required to do so by law or regulation and is required to destroy the information after its stated need has been fulfilled. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or action taken in reliance on the contents of this message is strictly prohibited. If you have received this information in error, please notify the sender immediately by replying to this message and delete the message from your system.
