Question Mikko Laitamäki · Jan 12, 2017

In Studio you can open class with typing / pasting full classname  Ctrl+O dialogs filenamebox.

 in Open Atelier  Class/Routine Dialog (Ctrl+Shift+T) you can't give full class name (package.class) and

when typing only   classname part it does not give you any hint about package of those classes it shows.

Its' a bit frustrating when we can have ( and we have)  lot of classess named similarily  in different packages

and we have lot of packages so the tree crawling is a bit slow.

1
0 316
Question Mikko Laitamäki · Nov 15, 2016

Hi All,

I have SourceControl utility class as in sys namespace

 Class %MW.Web %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

2
0 509