Al Maw wrote:
> 
> Turns out this is actually required. I've patched in an extra param in
> RequestParameters for the URL depth of the original page, and updated
> the interface listener request encoding stuff to cope. Hopefully we
> should now be able to trivially support hybrid URLs in future and
> everything should now work as intended. ;-)
> 

I'm not sure if we're talking about exactly the same thing there; I'm still
getting ajax requests to /?wicket... from a mounted page, with the current
trunk. But I found some Apache proxy magic to make that ok with my setup:

        RewriteCond %{QUERY_STRING} ^wicket
        RewriteRule ^/$ http://localhost:8280/ [P]

(I have an application that thinks it has a root context, but I only proxy
requests to it from certain paths.)

So that's fine, but modal window is not happy on those sub-pages. It opens
correctly now, but buttons and links off of it fail with a redirect to a
blank page as was happening before with ajax links from the page itself.
-- 
View this message in context: 
http://www.nabble.com/relative-URL-refactor-%28maybe-%29-and-request-target-regressions-tf3731957.html#a10457398
Sent from the Wicket - Dev mailing list archive at Nabble.com.

Reply via email to