From issues-return-32489-apmail-struts-issues-archive=struts.apache.org@struts.apache.org Tue Oct 16 15:15:04 2018 Return-Path: X-Original-To: apmail-struts-issues-archive@minotaur.apache.org Delivered-To: apmail-struts-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3F23918E35 for ; Tue, 16 Oct 2018 15:15:04 +0000 (UTC) Received: (qmail 21353 invoked by uid 500); 16 Oct 2018 15:15:04 -0000 Delivered-To: apmail-struts-issues-archive@struts.apache.org Received: (qmail 21317 invoked by uid 500); 16 Oct 2018 15:15:04 -0000 Mailing-List: contact issues-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list issues@struts.apache.org Received: (qmail 21305 invoked by uid 99); 16 Oct 2018 15:15:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2018 15:15:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 45CDB1A13C0 for ; Tue, 16 Oct 2018 15:15:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.501 X-Spam-Level: X-Spam-Status: No, score=-109.501 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 6cdZv5XW4iO9 for ; Tue, 16 Oct 2018 15:15:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 692455F386 for ; Tue, 16 Oct 2018 15:15:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id ADF9BE1013 for ; Tue, 16 Oct 2018 15:15:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 6F16124DEB for ; Tue, 16 Oct 2018 15:15:00 +0000 (UTC) Date: Tue, 16 Oct 2018 15:15:00 +0000 (UTC) From: "Brice Roncace (JIRA)" To: issues@struts.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (WW-4970) Struts 2.3.36 - InvalidPathException: Illegal char <:> on JDK 9,10,11 on windows MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/WW-4970?page=3Dcom.atlassian.ji= ra.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1665190= 8#comment-16651908 ]=20 Brice Roncace commented on WW-4970: ----------------------------------- Yes, we'll look at migrating to 2.5.=C2=A0 I strongly second an EOL announc= ement for 2.3.x to dispel the belief that 2.3.x is still supported.=C2=A0 T= hanks! > Struts 2.3.36 - InvalidPathException: Illegal char <:> on JDK 9,10,11 on = windows > -------------------------------------------------------------------------= ------- > > Key: WW-4970 > URL: https://issues.apache.org/jira/browse/WW-4970 > Project: Struts 2 > Issue Type: Bug > Components: Dispatch Filter > Affects Versions: 2.3.36 > Reporter: Brice Roncace > Priority: Major > Labels: Java10, Java11, java9 > Fix For: 2.3.37 > > > This issue was fixed in Struts 2.5.14 but the fix never made it to the St= ruts 2.3 branch. > {code:java} > java.nio.file.InvalidPathException: Illegal char <:> at index 3: jar:file= :\C:\development\projects\AcademyIntegration\AcademyIntegration\target\Acad= emyIntegration-0.1\WEB-INF\lib\struts2-core-2.3.36.jar > =C2=A0=C2=A0 =C2=A0java.base/sun.nio.fs.WindowsPathParser.normalize(Windo= wsPathParser.java:182) > =C2=A0=C2=A0 =C2=A0java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPa= thParser.java:153) > =C2=A0=C2=A0 =C2=A0java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPa= thParser.java:77) > =C2=A0=C2=A0 =C2=A0java.base/sun.nio.fs.WindowsPath.parse(WindowsPath.jav= a:92) > =C2=A0=C2=A0 =C2=A0java.base/sun.nio.fs.WindowsFileSystem.getPath(Windows= FileSystem.java:229) > =C2=A0=C2=A0 =C2=A0java.base/java.io.File.toPath(File.java:2290) > =C2=A0=C2=A0 =C2=A0java.base/java.util.zip.ZipFile$Source.get(ZipFile.jav= a:1222) > =C2=A0=C2=A0 =C2=A0java.base/java.util.zip.ZipFile$CleanableResource.(ZipFile.java:726) > =C2=A0=C2=A0 =C2=A0java.base/java.util.zip.ZipFile$CleanableResource.get(= ZipFile.java:843) > =C2=A0=C2=A0 =C2=A0java.base/java.util.zip.ZipFile.(ZipFile.java:24= 6) > =C2=A0=C2=A0 =C2=A0java.base/java.util.zip.ZipFile.(ZipFile.java:17= 6) > =C2=A0=C2=A0 =C2=A0java.base/java.util.jar.JarFile.(JarFile.java:34= 6) > =C2=A0=C2=A0 =C2=A0java.base/java.util.jar.JarFile.(JarFile.java:31= 7) > =C2=A0=C2=A0 =C2=A0java.base/java.util.jar.JarFile.(JarFile.java:25= 6) > =C2=A0=C2=A0 =C2=A0com.opensymphony.xwork2.util.fs.JarEntryRevision.needs= Reloading(JarEntryRevision.java:76) > =C2=A0=C2=A0 =C2=A0com.opensymphony.xwork2.util.fs.DefaultFileManager.fil= eNeedsReloading(DefaultFileManager.java:66) > =C2=A0=C2=A0 =C2=A0com.opensymphony.xwork2.config.providers.XmlConfigurat= ionProvider.needsReload(XmlConfigurationProvider.java:397) > =C2=A0=C2=A0 =C2=A0org.apache.struts2.config.StrutsXmlConfigurationProvid= er.needsReload(StrutsXmlConfigurationProvider.java:169) > =C2=A0=C2=A0 =C2=A0com.opensymphony.xwork2.config.ConfigurationManager.ne= edReloadContainerProviders(ConfigurationManager.java:215) > =C2=A0=C2=A0 =C2=A0com.opensymphony.xwork2.config.ConfigurationManager.co= nditionalReload(ConfigurationManager.java:179) > =C2=A0=C2=A0 =C2=A0com.opensymphony.xwork2.config.ConfigurationManager.ge= tConfiguration(ConfigurationManager.java:73) > =C2=A0=C2=A0 =C2=A0org.apache.struts2.dispatcher.Dispatcher.getContainer(= Dispatcher.java:978) > =C2=A0=C2=A0 =C2=A0org.apache.struts2.dispatcher.ng.PrepareOperations.cre= ateActionContext(PrepareOperations.java:81) > =C2=A0=C2=A0 =C2=A0org.apache.struts2.dispatcher.ng.filter.StrutsPrepareA= ndExecuteFilter.doFilter(StrutsPrepareAndExecuteFilter.java:89) > =C2=A0=C2=A0 =C2=A0org.springframework.web.filter.CharacterEncodingFilter= .doFilterInternal(CharacterEncodingFilter.java:88) > =C2=A0=C2=A0 =C2=A0org.springframework.web.filter.OncePerRequestFilter.do= Filter(OncePerRequestFilter.java:106) > =C2=A0=C2=A0 =C2=A0org.springframework.security.web.FilterChainProxy.doFi= lterInternal(FilterChainProxy.java:186) > =C2=A0=C2=A0 =C2=A0org.springframework.security.web.FilterChainProxy.doFi= lter(FilterChainProxy.java:160) > =C2=A0=C2=A0 =C2=A0org.springframework.web.filter.DelegatingFilterProxy.i= nvokeDelegate(DelegatingFilterProxy.java:343) > =C2=A0=C2=A0 =C2=A0org.springframework.web.filter.DelegatingFilterProxy.d= oFilter(DelegatingFilterProxy.java:260) > =C2=A0=C2=A0 =C2=A0org.springframework.orm.jpa.support.OpenEntityManagerI= nViewFilter.doFilterInternal(OpenEntityManagerInViewFilter.java:180) > =C2=A0=C2=A0 =C2=A0org.springframework.web.filter.OncePerRequestFilter.do= Filter(OncePerRequestFilter.java:106) > {code} > =C2=A0 > Running on JDK 11 > {code:java} > C:\>java -version > openjdk version "11" 2018-09-25 > OpenJDK Runtime Environment 18.9 (build 11+28) > OpenJDK 64-Bit Server VM 18.9 (build 11+28, mixed mode){code} > =C2=A0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)