Hello List,

 

I tried to make such GeoServer High Availability  Set as in this link:
http://goo.gl/Hd6F5

 

Everything works ok except tiled layers .

 

I tried with default sample layer topp:tasmania_cities.

 

On separate instances this tiled layer is displayed with no problems.

 

http://192.168.1.17:8080/geoserver/gwc/demo/topp:tasmania_cities?gridSet=EPS
G:4326
<http://192.168.1.17:8080/geoserver/gwc/demo/topp:tasmania_cities?gridSet=EP
SG:4326&format=image/png> &format=image/png

http://192.168.1.17:8081/geoserver/gwc/demo/topp:tasmania_cities?gridSet=EPS
G:4326
<http://192.168.1.17:8081/geoserver/gwc/demo/topp:tasmania_cities?gridSet=EP
SG:4326&format=image/png> &format=image/png 

 

But if I try to view this layer through load balanced on IIS

 

http://192.168.1.17/geoserver/gwc/demo/topp:tasmania_cities?gridSet=EPSG:432
6
<http://192.168.1.17/geoserver/gwc/demo/topp:tasmania_cities?gridSet=EPSG:43
26&format=image/png> &format=image/png

 

I get 

Server Error in '/' Application. 

A potentially dangerous Request.Path value was detected from the client (:).

Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code. 

Exception Details: System.Web.HttpException: A potentially dangerous
Request.Path value was detected from the client (:).

Source Error: 

An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.

Stack Trace: 

[HttpException (0x80004005): A potentially dangerous Request.Path value was
detected from the client (:).]

   System.Web.HttpRequest.ValidateInputIfRequiredByConfig() +710

   System.Web.PipelineStepManager.ValidateHelper(HttpContext context) +184

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET
Version:4.0.30319.272

 

If I try a group layer (request does not contains ":") everything work fine
too.

 

I tried to put the following config to web.config of jakarta virtual
directory, but no success.

 

    <system.web>

        <httpRuntime requestValidationMode="2.0"
requestPathInvalidCharacters=""/>

                                                         <pages
validateRequest="false" />

    </system.web>

 

Maybe I missed something?

 

Thank you for any help.

 

Sincerely,

Paulius Litvinas

GIS Projects Consultant, "InfoEra" JSC

____________________________________________________________

Mobile: +370 656 10089

Phone: (+370 5) 278 84 56

Fax: (+370 5) 278 47 23

 <mailto:paul...@infoera.com> paul...@infoera.com

S. Zukausko str. 17, LT-08234, 

Vilnius, Lithuania

cid:image001.jpg@01C7E646.3BEE7150

 <blocked::http://www.infoera.lt/> www.infoera.com 

 

<<image001.jpg>>

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to