[
https://issues.apache.org/jira/browse/WICKET-6744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17028773#comment-17028773
]
Karel Haruda commented on WICKET-6744:
--------------------------------------
Sorry, I wrote it wrong, with JettyRunner it returns the right path, it doesn't
only work with WicketTester
> WebApplication.get().getServletContext().getRealPath("/") returning nonsense
> path
> ---------------------------------------------------------------------------------
>
> Key: WICKET-6744
> URL: https://issues.apache.org/jira/browse/WICKET-6744
> Project: Wicket
> Issue Type: Sub-task
> Affects Versions: 8.7.0
> Environment: OS WINDOWS 10 (64bit)
> java version "1.8.0_212"
> Java(TM) SE Runtime Environment (build 1.8.0_212-b10)
> Java HotSpot(TM) 64-Bit Server VM (build 25.212-b10, mixed mode)
> Reporter: Karel Haruda
> Priority: Major
>
> After changes in WICKET-6714, method
> WebApplication.get().getServletContext().getRealPath("/") starts returning
> nonsense path somewhere inside maven local repository
> file:/C:/Users/karel/.m2/repository/org/webjars/jquery-atmosphere/2.2.13/jquery-atmosphere-2.2.13.jar!/META-INF/resources/
> This occurs when you run tests using WicketTester.
> WebApplication.get().getServletContext() is MockServletContext,
> It is same when project running using JettyRunner 9.3.14.v20161028
>
> Tests are OK only on our Jenkins, which runs on the Linux operating system.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)