Mark Hepburn
Mark Hepburn
Hi Chad, thanks for looking into this! Actually as timing would have it I've just (finally, finally) heard that we can get an upgrade to 4.5, so it's less of...
Makes sense to me 👍
Aah, I see thanks, so it's in the query-parsing direction? That makes sense. Why does it raise an exception though when you execute a query, if you're not parsing (or...
(Just weighing in so you don't think I've dropped this and run -- I do have plans to do try older versions of tomcat, if not an informal bisection. I'm...
Having another quick look at this, and same issue with Tomcat 8.5.70. I also just tried on a random [public thredds](http://thredds.aodn.org.au/thredds/wms/CSIRO/Climatology/CARS/2009/mld_cars2009a.nc?REQUEST=GetTransect&LAYER=an_cos&PALETTE=rainbow&SERVICE=WMS&LINESTRING=137.864529%20-36.437057,140.326275%20-38.194104&VERSION=1.1.1&CRS=EPSG:4326&format=text/xml) server with the same result. I'm happy to create...
@alhridoy thanks! (And I forgot to mention, but this also affects the esri-leaflet-renderers, so initial polygons are often unstyled).
@alandipert We have a similar use-case I'm exploring. We have a map-based visualisation application written in React (re-frame, in fact!), and I'd like to allow people to write shiny apps...
@BurntSushi thanks for the reply. (I think `--no-messages` would suppress error output but not the exit status wouldn't it?) Here's debug; I'll attach the .gitignore too. One thing I notice...
.gitignore: ``` ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. # User-specific files *.suo *.user *.sln.docstates # Build results [Dd]ebug/ [Rr]elease/...
> I missed this initially. Could you unpack this a bit more? What is the behavioral difference between git-bash and cmd/powershell in this case? Aah, sorry -- git-bash is mingw64,...