Hi Pablo

In your config.xml I see the following filter chain responsible for OGC
requests:

   <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>

The anonymous filter is still there. Did you delete the filter ?. Deleting
a filter which is still listed on a filter chain is not possible except you
modified the configuration directly on the file system.

Btw, you can remove   <filter>anonymous</filter> manually and restart
GeoServer, but you should make a backup of the original file.

Cheers
Christian



On Sat, Sep 20, 2014 at 7:52 PM, pablo zader <[email protected]> wrote:

> 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
>>
>>
>
>
>
>


-- 
DI Christian Mueller MSc (GIS), MSc (IT-Security)
OSS Open Source Solutions GmbH
------------------------------------------------------------------------------
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