Hi Chris

Sorry, "open my application" just trying say that when I load my
application fails in firefox , whereas if I do it in chrome or IE it does
not. I'm using my GeoExplorer application and it uses basic authentication.

I delete Anonymous authentication from  Authentication Filters because I do
not want a user without authentication to access the preview layer that
provides the adminitrative interface geoserver.

Attached my config.xml.

Thanks
Pablo

2014-09-20 6:33 GMT-03:00 Christian Mueller <
[email protected]>:

> Hi Pablo
>
> What do you mean with "open my application". Does this mean that you want
> to grant public access to all GeoServer services. (except the admin
> interface, of course).
>
> Did you change some security settings ?. The behavior of Firefox indicates
> an HTTP basic authentication. Do you have the anonymous authentication
> filter in your default filter chain.
>
> If it is easier for you, you can send me your config.xml file located in
> the GEOSERVER_DATA_DIR/security folder.
>
> Cheers
> Christian
>
>
>
>
>
> On Sat, Sep 20, 2014 at 12:55 AM, pablo zader <[email protected]> wrote:
>
>> HI list
>>
>> I'm trying to open my application but it gives me error with firefox, not
>> so with google chrome and IE.
>>
>> I try this query :
>>
>> http://mydomain/geoserver/wms?service=WMS&request=GetCapabilities
>>
>> in firefox asks me username and password (open window "geoserver realm")
>> , but in chrome and EI work well!
>>
>> My version of chrome Versión 33.0.1750.117
>> my version of firefox 27.0.1
>> SO: Ubuntu 12.04 LTS
>>
>> Thanks in advanced
>>
>> Pablo
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Slashdot TV.  Video for Nerds.  Stuff that Matters.
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Geoserver-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>>
>
>
> --
> DI Christian Mueller MSc (GIS), MSc (IT-Security)
> OSS Open Source Solutions GmbH
>
>
<security>
  <roleServiceName>default</roleServiceName>
  <authProviderNames>
    <string>default</string>
  </authProviderNames>
  <configPasswordEncrypterName>pbePasswordEncoder</configPasswordEncrypterName>
  <encryptingUrlParams>false</encryptingUrlParams>
  <filterChain>
    <filters name="web" class="org.geoserver.security.HtmlLoginFilterChain" interceptorName="interceptor" exceptionTranslationName="exception" pa
th="/web/**,/gwc/rest/web/**,/" disabled="false" allowSessionCreation="true" ssl="false" matchHTTPMethod="false">
      <filter>rememberme</filter>
      <filter>form</filter>
      <filter>anonymous</filter>
    </filters>
    <filters name="webLogin" class="org.geoserver.security.ConstantFilterChain" path="/j_spring_security_check,/j_spring_security_check/" disable
d="false" allowSessionCreation="true" ssl="false" matchHTTPMethod="false">
      <filter>form</filter>
    </filters>
    <filters name="webLogout" class="org.geoserver.security.LogoutFilterChain" path="/j_spring_security_logout,/j_spring_security_logout/" disabl
ed="false" allowSessionCreation="false" ssl="false" matchHTTPMethod="false">
      <filter>formLogout</filter>
    </filters>
    <filters name="rest" class="org.geoserver.security.ServiceLoginFilterChain" interceptorName="restInterceptor" exceptionTranslationName="excep
tion" path="/rest/**" disabled="false" allowSessionCreation="false" ssl="false" matchHTTPMethod="false">
      <filter>basic</filter>
      <filter>anonymous</filter>
    </filters>
    <filters name="gwc" class="org.geoserver.security.ServiceLoginFilterChain" interceptorName="restInterceptor" exceptionTranslationName="except
ion" path="/gwc/rest/**" disabled="false" allowSessionCreation="false" ssl="false" matchHTTPMethod="false">
      <filter>basic</filter>
    </filters>
    <filters name="default" class="org.geoserver.security.ServiceLoginFilterChain" interceptorName="interceptor" exceptionTranslationName="except
ion" path="/**" disabled="false" allowSessionCreation="false" ssl="false" matchHTTPMethod="false">
      <filter>basic</filter>
      <filter>anonymous</filter>
    </filters>
  </filterChain>
  <rememberMeService>
    <className>org.geoserver.security.rememberme.GeoServerTokenBasedRememberMeServices</className>
    <key>geoserver</key>
  </rememberMeService>
</security>

------------------------------------------------------------------------------
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to