You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (Commented) (JIRA)" <ji...@apache.org> on 2011/11/11 22:45:51 UTC

[jira] [Commented] (WICKET-4108) Define behavior of o.a.w.request.Url.isAbsolute()

    [ https://issues.apache.org/jira/browse/WICKET-4108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148763#comment-13148763 ] 

Igor Vaynberg commented on WICKET-4108:
---------------------------------------

i tweaked Url so now urls of form port://domain are correctlry determined as absolute. also when rendering they will be normalized to the port://domain/ form (with the trailing slash)

the url in this case, although will now be interpreted as absolute will not be parsed correctly. the url seems invalid to me because &#39 will be parsed as part of the domain...
                
> Define behavior of o.a.w.request.Url.isAbsolute()
> -------------------------------------------------
>
>                 Key: WICKET-4108
>                 URL: https://issues.apache.org/jira/browse/WICKET-4108
>             Project: Wicket
>          Issue Type: Sub-task
>          Components: wicket
>    Affects Versions: 1.5.1
>            Reporter: Martin Grigorov
>            Assignee: Igor Vaynberg
>
> WICKET-4104 showed a problem in BaseWicketTester when the redirectLocation is checked whether it relative or absolute.
> The check in Url.isAbsolute() returns false (i.e. it is relative) for url like 'http://example.com'.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira