Published on InterSystems Developer Community (https://community.intersystems.com)

Home > Accessing selfmade sys namespace csp class through normal namespace

Question
Mikko Laitamäki · Nov 15, 2016

Accessing selfmade sys namespace csp class through normal namespace

Hi All,

I have SourceControl utility class as in sys namespace

 Class %MW.Web Extends %CSP.Page {... }

Previously with Cache 2010.1 and below  there was no problem accessing it through

localhost:57772:/csp/myns/%MW.Web.cls

But now with newer version at least with  2016.2  I' ll get Forbidden message from it.

With Web Gateway HTTP Trace Facility 

GET /csp/ipanax2/%MW.Web.cls HTTP/1.1  

​-->  HTTP/1.1 403 Forbidden  

How can we make it accessible again? 
 

 Mikko

#Compatibility #Web Gateway #Caché

Source URL:https://community.intersystems.com/post/accessing-selfmade-sys-namespace-csp-class-through-normal-namespace