Block just specific url's when using 5512/CX/WSE

We just migrated from a 5510 and a barracuda web filter to a 5512 with the sofware CX web security essentials filtering.   We can get the filtering to work but it's blocking sharefile even when it's exempted.  We're able to login and upload but all downloads fail.   On the ASA can anyone give me an example of how to make a service policy that allows traffic to the sharefile hostnames or ip addresses,  or a suggestion of finding out what would cause the sharefile downloads to fail.
ASA version 9.1.1-
Thanks,
Ben

In article <[email protected]>, Twellons wrote:
> I have entered a URL block with http://*.play.it* Which blocks
> access via a browser ( Although it doesn't seem to be a webpage out
> there and google searches don't show me much ).
>
> Does that make this a different protocol even though RTMonitor is only
> scanning for HTTP activity ?
>
RTmonitor is only showing what the proxy is proxying, so you can be
pretty sure it is http traffic. (RTMonitor should show the full URL in
case there is something else going on.
> If so , does anyone have any suggestions on how to block this site ?
>
Try variations on the wildcards (add more attempts to the same rule.
Like http://*.content.it/*)
Craig Johnson
Novell Support Connection SysOp
*** For a current patch list, tips, handy files and books on
BorderManager, go to http://www.craigjconsulting.com ***

Similar Messages

  • Using just the TV screen when using HDMI port?

    Hi,
    I have the Macbook Pro with retina display and I was wondering how I could use just the TV screen when using HDMI port. I don't want mirroring displays, just one on the TV.

    With the TV connected and the MBP plugged into the mains (i.e. not running on battery power) close the lid.  The MBP will go to sleep, wake it up with an external keyboard or mouse - which must be connected in advance, or paired in advance if a bluetooth keyboard/mouse.

  • URL checksum when using page alias

    Hello to all.
    I'm using Apex v4.1.1.00.23, and I'm having a problem when using page aliases in URLs.
    When creating a list with links to Apex pages, if I use a page alias, then no checksum is generated. I tried this using the "classic" way to create list entries (i.e. "Create list entry" and entering desired values in the "Target" region), and also using a dynamic list and an SQL query.
    For example:
    SELECT 1
    ,'First page'
    ,apex_util.prepare_url( 'f?p=&APP_ALIAS.:1:&APP_SESSION.::NO:1::', p_checksum_type => 'SESSION')
    FROM DUAL
    UNION ALL
    SELECT 1
    ,'Second page'
    ,apex_util.prepare_url( 'f?p=&APP_ALIAS.:second_page:&APP_SESSION.::NO:second_page::', p_checksum_type => 'SESSION')
    FROM DUAL
    For the second link, I always get "Session State Protection Violation", but the first one works fine.
    Both pages have the "Page Access Protection" set to "Arguments Must Have Checksum".
    I tried to set up an example on apex.oracle.com, but it seems that in v4.2 this problem is fixed :)
    So, is there any way to use page aliases while session state protection is active?
    Thank you for any help that may come by,
    best regards.
    Daniel
    Edited by: dhuha on 2012.09.27 11:54

    Hello to all.
    I'm using Apex v4.1.1.00.23, and I'm having a problem when using page aliases in URLs.
    When creating a list with links to Apex pages, if I use a page alias, then no checksum is generated. I tried this using the "classic" way to create list entries (i.e. "Create list entry" and entering desired values in the "Target" region), and also using a dynamic list and an SQL query.
    For example:
    SELECT 1
    ,'First page'
    ,apex_util.prepare_url( 'f?p=&APP_ALIAS.:1:&APP_SESSION.::NO:1::', p_checksum_type => 'SESSION')
    FROM DUAL
    UNION ALL
    SELECT 1
    ,'Second page'
    ,apex_util.prepare_url( 'f?p=&APP_ALIAS.:second_page:&APP_SESSION.::NO:second_page::', p_checksum_type => 'SESSION')
    FROM DUAL
    For the second link, I always get "Session State Protection Violation", but the first one works fine.
    Both pages have the "Page Access Protection" set to "Arguments Must Have Checksum".
    I tried to set up an example on apex.oracle.com, but it seems that in v4.2 this problem is fixed :)
    So, is there any way to use page aliases while session state protection is active?
    Thank you for any help that may come by,
    best regards.
    Daniel
    Edited by: dhuha on 2012.09.27 11:54

  • Error in  pdk url services when using a proxy server

    Hi All,
    i created a pdk url services portlet, which connects to a google site. i got a sucessful provider test page..when i tried to add it as a portlet it gives me the following error ,
    Portlet Information could not be obtained. (WWC-44334)
    An unexpected error occurred: ORA-29532: Java call terminated by uncaught Java exception: HTTPClient.AuthSchemeNotImplException: NTLM (WWC-43000)
    An unexpected error occurred: HTTPClient.AuthSchemeNotImplException: NTLM
    at HTTPClient.DefaultAuthHandler.getAuthorization(DefaultAuthHandler.java:136)
    at HTTPClient.AuthorizationInfo.queryAuthHandler(AuthorizationInfo.java:330)
    at HTTPClient.AuthorizationModule.setAuthHeaders(AuthorizationModule.java:454)
    at HTTPClient.AuthorizationModule.responsePhase2Handler(AuthorizationModule.java:287)
    at HTTPClient.HTTPResponse.handleResponse(HTTPResponse.java:635)
    at HTTPClient.HTTPResponse.getInputStream(HTTPResponse.java:515)
    at oracle.webdb.provider.web.HttpProviderDispatcher.dispatch(HttpProviderDispatcher.java:809)
    what could be the reason for this error. can anyone help me plzz..its urgent
    Regds
    Kiran
    at oracle.webdb.provider.web.HttpProviderDispatcher.getPortlet(HttpProviderDispatcher.java:463)
    (WWC-43000)

    1. The version of my pdk is 3.0.9.0.5
    2. provider.xml
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <?providerDefinition version="2.0"?>
    <provider class="oracle.portal.provider.v1.http.URLProvider">
    <session>true</session>
    <proxyInfo class="oracle.portal.provider.v1.http.ProxyInformation">
    <httpProxyHost>proxy</httpProxyHost>
    <httpProxyPort>80</httpProxyPort>
    <proxyUser>username</proxyUser>
    <proxyPassword>password</proxyPassword>
    </proxyInfo>
    <portlet class="oracle.portal.provider.v1.http.URLPortlet">
    <id>1</id>
    <name>Google.com Portlet</name>
    <title>Google.com Portlet</title>
    <description>This portlet is to test PDK-URL Services using Google</description>
    <timeout>100</timeout>
    <timeoutMessage>Google Portlet timed out</timeoutMessage>
    <showEdit>false</showEdit>
    <showEditDefault>false</showEditDefault>
    <showPreview>false</showPreview>
    <showDetails>false</showDetails>
    <hasHelp>false</hasHelp>
    <hasAbout>false</hasAbout>
    <acceptContentType>text/html</acceptContentType>
    <registrationPortlet>false</registrationPortlet>
    <accessControl>public</accessControl>
    <renderer class="oracle.portal.provider.v1.RenderManager">
    <showPage class="oracle.portal.provider.v1.http.URLRenderer">
    <contentType>text/html</contentType>
    <pageExpires>60</pageExpires>
    <pageUrl>http://www.google.com</pageUrl>
    <filter class="oracle.portal.provider.v1.http.HtmlFilter">
    <headerTrimTag>&lt;center</headerTrimTag>
    <footerTrimTag>/center></footerTrimTag>
    <convertTarget>true</convertTarget>
    </filter>
    </showPage>
    </renderer>
    <securityManager class="oracle.portal.provider.v1.http.URLSecurityManager">
    <authorizType>public</authorizType>
    </securityManager>
    </portlet>
    </provider>
    Regds
    Kiran

  • Forms just stop working intermittently when using Excel too

    I have a random, strange and frustrating problem! I am working in R12.0.4 doing some testing, which means I need to keep referring to an Excel spreadsheet (version 2007), so I frequently switch between Oracle Forms and Excel - sometimes by clicking between and sometimes using Alt-Tab. What happens, intermittently - sometimes frequently and sometimes not - is that when I return to Oracle, the form stops working - I can't tab through the fields, I can't select any buttons, I can't even hit the 'quit' icon in the top right corner. My only way out is to close the J-Initiator window (which in turn closes the forms session) and to then re-start my forms session from the Apps Home Page.
    Has anyone else come across this?
    Thanks in advance.
    Jo

    Hello!
    Finally I have encountered the issue again (I said it was intermittent)!
    Here is a copy of the error message in the java console:
    Exception in thread "AWT-EventQueue-2" java.lang.IllegalStateException: cannot open system clipboard
         at sun.awt.windows.WClipboard.openClipboard(Native Method)
         at sun.awt.datatransfer.ClipboardTransferable.<init>(Unknown Source)
         at sun.awt.datatransfer.SunClipboard.getContents(Unknown Source)
         at oracle.forms.ui.delegates.VComponentDelegate.handleOKToPaste(Unknown Source)
         at oracle.forms.ui.delegates.VCommonTextDelegate.getProperty(Unknown Source)
         at oracle.forms.ui.delegates.VTextFieldDelegate.getProperty(Unknown Source)
         at oracle.forms.ui.VTextField.getProperty(Unknown Source)
         at oracle.forms.handler.ComponentItem.focusGained(Unknown Source)
         at oracle.forms.handler.TextComponentItem.focusGained(Unknown Source)
         at oracle.forms.handler.TextFieldItem.focusGained(Unknown Source)
         at java.awt.AWTEventMulticaster.focusGained(Unknown Source)
         at java.awt.Component.processFocusEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processFocusEvent(Unknown Source)
         at oracle.ewt.lwAWT.lwText.LWTextComponent.processFocusEvent(Unknown Source)
         at oracle.ewt.lwAWT.lwText.LWTextField.processFocusEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.lwText.LWTextComponent.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.lwText.LWTextField.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.SequencedEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Hopefully that will be meaningful to one of you. I notice it says something about a clipboard - just in case it matters, I am NOT trying to copy and paste between the applications.
    Thanks,
    Jo

  • App store app giving error msg "ConnectionManager::invoke::Failed to find service connection url." when using correct passord

    Hi,
    I'm using the correct apple id/pwd. I get this error msg:
    ConnectionManager::invoke::Failed to find service connection url.
    Too many tries forced me to change my pwd. Using new pwd, still getting that error msg:
    ConnectionManager::invoke::Failed to find service connection url.
    Am trying to re-download purchases I lost due to needing to do a clean reinstall to correct some mystery issue. I was able to re-download some such old purchases the other day--but not now.
    Any help much appreciated!

    There is currently a system wide AppStore issue affecting certain users: http://www.apple.com/support/systemstatus
    Nothing to do with your system in particular, it's a problem on the Apple servers.

  • How to recategorize URL's when using IronPort Web Usage Controls

    The usual way of recategorizing URL's doesn't work when Cisco IronPort Web Usage Controls are enabled. There's no Word in the doc about how to recategorize URL's neither. We're running AsyncOS 7.7 on S170. Please advise.

    Hi,
    You can try this link (normally takes 24-48 hours).
    https://securityhub.cisco.com/web/submited_urls
    If it doesn't work I suggest you to open a TAC case.
    Regards,
    Luis Silva

  • Infopath throws error "only specific pattern allowed" when use regular expression for validation in schema

    This is MS info path question, I could not find specific forum for Info-Path So asking my question here
    I am creating Info-Path form from schema. In the schema, the filename has restriction that it can only have extension .pdf or .PDF. But while filling out the form even if I type filename with extension ".pdf", I still see error "only
    specific pattern allowed".
    Below is my schema I used to create form
    <?xml version="1.0" encoding="utf-8" ?>
    <xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="Document">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="FileName" type="FileNameType"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:simpleType name ="FileNameType">
    <xs:restriction base="xs:string">
    <xs:pattern value="^.*\.(pdf|PDF)$"/>
    <xs:minLength value="1" />
    <xs:maxLength value="128" />
    </xs:restriction>
    </xs:simpleType>
    </xs:schema>

    Hi
    This is the forum to discuss questions about Microsoft Office development. For your question, I recommend you post the question to the Answers forum for Infopath
    Microsoft Community for​ InfoPath​
    By the way, you can get support from here.  Support for Microsoft InfoPath
    Thank you for your understanding.
    Best Regards
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Blocked field in Sales Order when using configurable materials

    Hi everyone,
    I have noticed that every time I insert a configurable material in a Sales Order Line, after pressing ENTER and having valuated the associated characteristics, the Material and Position Type fields stay blocked so I cannot change the material in this position.
    According to the process I am implementing, I would need in certain cases to change the material (replacing the configurable for a non-configurable one).
    I would be very grateful if someone could help me to avoid that these fields get blocked or at least to know the reason.
    Thanks in advance and best regards.
    Ben.

    I don't have any experience with configurable materials, but it seems that in this case you'll need to delete the line (or the lines) and re-enter them with the proper type of material.

  • Display Item cleared when using 'Enter-Query'

    Hi all,
    i am going to develop a multilanguage application with very
    special heading texts using display items for these headings.
    BUT- if I press EnterQuery, they are cleared also.
    How can I restrict cleanup of these display items used as
    headings ?
    I was looking in the properties, but no idea.
    Thanks for help,
    udo

    I'm showing how to do it when switching modes. I'm
    not suggesting this is the best way to do a query.We need to look at this in the context of the original probelm in the thread linked to above. For most cases the when-timer-expired etc is just a huge detour around using the pre-query trigger but it's an interesting approach to the specific problem in the earlier thread. The OP there wanted to be able to type '>5000' into a number field in a non-database block, which we can do in a database block in enter-query mode, and use it as a query parameter in the database block. Perhaps if we enter this into a character field in the non-database block and populate the numeric field in the database block whilst in enter-query mode then we can do searches on ranges of data? Unfortunately it doesn't work - you get an ora-06502 error just like you do when using the pre-query trigger. For the situation in the original thread you would have to use a 'default where'.

  • Sending an email notification from iCal when using iPhone

    How do you email an event that was just created in iCal when using the iPhone

    How do you email an event that was just created in iCal when using the iPhone

  • Form 11g - Is is possible to block specific forms access when user directly type form name in url ?

    Hi everyone,
    We have XXF000.fmb, XXF001.fmb , XXF002.fmb , XXF003.fmb in 6i.
    For migration to 11g , we recompile these forms and move fmx to 11g form server under form_path.
    In 6i , we login for validation & responsibilities control in XXF000, So we can use account info to verify if user have priviledge to access XXF001, XXF002 and XXF003.
    But in 11g , we can access these forms vial url request , such as : http://<host>:<port>/forms/frmservlet?form=XXF000   ; http://<host>:<port>/forms/frmservlet?form=XXF001  ... etc
    These may cause some unexpected access and operations in functions.
    Is is possible to block specific forms access when user directly type form name in url ?
    Thanks.
    Hendry

    You need to alter your formsweb.cfg file, either directly or through the Fusion web interface. You need to set the following parameters:
    #this sets the default form for your application
    form=yourmenuform.fmx
    #this stops these parameters being entered in the URL, seperate different parameters with commas
    restrictedURLparams=form,pageTitle,HTMLbodyAttrs,HTMLbeforeForm,HTMLafterForm,log

  • I have been putting in a URL and yahoo snags it parses it to several words then gives me a search page... I use Google for search andf I want to go to the specific URL I entered... How do I block Yahoo from doing this crap?

    I use google for my search engine. I do not have any reference to Yahoo in my plugins or extensions on Firefox. Every time I enter a specific URL in the Firefox box, Yahoo comes up, has the full URL I entered to go directly to. It has the URL in the Yahoo search entry field and it parses the name to several words that make up the entire URL. Asks me if I only want the name I entered and lists every site that contains the words it parses... Yahoo is really screw up if it hijacks the browser. How do I prevent them from doing this...

    Hi,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • I want to allow only specific url using class-map

    i have two  dir on server like abc and  xyz  on the web server , but i have blocked the url using class-map like *xyz*
    is there any way to allow specific url  like in dir /abc/login.html and block all the files from /abc dir

    Thanks.  Actually, I posted my query because I haven't been able to make Parental Controls in OS X do what I want. I've been trying that tool for a while.  It seems that there are sort of three options:
    1. Allow everything with no exceptions
    2. Block sites that fail an automated filter for "adult" content, and then add back allowable sites.
    3. Block everything, and then add a white list of allowed sites
    In my case, option 2 doesn't work, because frankly, I don't care if my kids choose to look at content that somebody has evaluated as "adult."  Generally, the web log says that they don't, and if that does become an issue, then I will deal with it when it arises.  
    What I want to be able to do is the direct opposite of option 3 listed above:  Allow everything except an admin-specified black list defined per user, and be able to modify that list from time to time when I have a specific issue with a specific user. 
    I just want to be able - from time to time, like when I know they are behind on school work - to be able block a short list of "innocuous" persistent time-sucking sites as Youtube, Facebook, Twitter etc., even though there is not necessarily any objection content per se on the sites I want to block for that specific user (the "user-specific, admin-defined blacklist").   It is the lost (mis-allocated) time, not the risk of loose morals that concerns me.
    Network-level solutions exist, but these do not allow me to discriminate among user accounts as far as I can tell.  If anybody knows of a good solution that works in OS X across various platforms - freeware or commercial - I will appreciate a lead.   Or, if there is a hack that will allow me to accomplish this in Parental Controls, I would appreciate a pointer in that direction, as well.

  • When using pop up editor windows on a Joomla 1.0.15 website the URLs selected in the pop-up are not passed back to the main window

    The Joomla content management system version 1.0.15 provides a content editor which uses pop-up windows to select images and files. When using any of these pop up editor windows since 3.6.9 the URLs selected in the pop-up are not passed back to the main editor window.
    Up until FF 3.6.8 there were no problems, but FF 3.6.9 and 3.6.10 both exhibit this same problem, as does FF 4 Beta 6. (Support Question raised on this forum in early September when 2.6.9 was released but no response)

    Do you have that problem when running in the Firefox SafeMode?
    [http://support.mozilla.com/en-US/kb/Safe+Mode]
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this:
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

Maybe you are looking for