From: Dave Sowerby-W. <dav...@gm...> - 2015-03-19 14:29:56
|
Hi, I've tested on beta3 - this issue appears to be resolved there which is great. However during my testing I'm seeing some rewriting occurring elsewhere which is unexpected. This is a change which is within a <script> tag and the following: function LoadScript( url ) { document.write( '<scr' + 'ipt type="text/javascript" src="' + url + '"><\/scr' + 'ipt>' ) ; } Is being rewritten to: function LoadScript( url ) { document.write( '<scr' + 'ipt type="text/javascript" src="/context/'%20+%20url%20+%20'"><\/scr' + 'ipt>' ) ; } Cheers, Dave. On 19 March 2015 at 12:57, Dave Sowerby-Williams <dav...@gm...> wrote: > Thanks for letting me know Nicolas - I shall test now! > > Cheers, > > Dave. > > On 19 March 2015 at 12:27, Francois-Xavier Bonnet < > fra...@ce...> wrote: > >> Hi Dave, >> >> 5.0-beta-3 is now on maven central. Can you confirm that your issue is >> fixed? >> >> 2015-02-14 15:04 GMT+01:00 Francois-Xavier Bonnet < >> fra...@ce...>: >> >>> Hi, >>> >>> You are right, version 5.0-beta-3 has not been released yet. >>> Your issue must be fixed in the trunk. Can you try with the latest >>> 5.0-SNAPSHOT? >>> You will have to add the snapshot repository to you project pom.xml: >>> https://oss.sonatype.org/content/repositories/snapshots/ >>> >>> >>> 2015-02-14 9:20 GMT+01:00 Dave Sowerby-Williams <dav...@gm...> >>> : >>> >>>> Thanks Nicolas, >>>> >>>> Is 5.0-beta3 released yet? I don't see it's artifacts in the central >>>> maven repo nor a tag in github? >>>> >>>> Cheers, >>>> >>>> Dave. >>>> >>>> On 14 February 2015 at 08:11, Nicolas Richeton < >>>> nic...@gm...> wrote: >>>> >>>>> Hi Dave, >>>>> >>>>> This is a bug. I think it has been fixed in the trunk. Should also be >>>>> in 5.0-beta3. >>>>> >>>>> If you still get the issue with these versions, please open a ticket >>>>> on github. >>>>> >>>>> Cheers, >>>>> -- >>>>> Nicolas >>>>> >>>>> Le 14 févr. 2015 à 08:24, Dave Sowerby-Williams < >>>>> dav...@gm...> a écrit : >>>>> >>>>> Hi, >>>>> >>>>> I'm facing an issue where by mailto: links are being incorrectly >>>>> rewritten to include the page context, from the logging: >>>>> >>>>> 14-02 07:20:05 10818 [http-8088-1] DEBUG >>>>> org.esigate.impl.UrlRewriter - url fixed: mailto:sp...@sp...?subject=Test >>>>> -> /site/mailto:sp...@sp...?subject=Test >>>>> >>>>> Is this something that has a configuration option to prevent/change? >>>>> I couldn't see anything obvious in the UriRewriter code that would suggest >>>>> so - or is it a bug? >>>>> >>>>> Cheers, >>>>> >>>>> Dave. >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Dive into the World of Parallel Programming. The Go Parallel Website, >>>>> sponsored by Intel and developed in partnership with Slashdot Media, >>>>> is your >>>>> hub for all things parallel software development, from weekly thought >>>>> leadership blogs to news, videos, case studies, tutorials and more. >>>>> Take a >>>>> look and join the conversation now. http://goparallel.sourceforge.net/ >>>>> >>>>> _______________________________________________ >>>>> Webassembletool-users mailing list >>>>> Web...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/webassembletool-users >>>>> >>>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Dive into the World of Parallel Programming. The Go Parallel Website, >>>> sponsored by Intel and developed in partnership with Slashdot Media, is >>>> your >>>> hub for all things parallel software development, from weekly thought >>>> leadership blogs to news, videos, case studies, tutorials and more. >>>> Take a >>>> look and join the conversation now. http://goparallel.sourceforge.net/ >>>> _______________________________________________ >>>> Webassembletool-users mailing list >>>> Web...@li... >>>> https://lists.sourceforge.net/lists/listinfo/webassembletool-users >>>> >>>> >>> >> > |