File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
ng-appserver/src/main/java/ng/appserver/wointegration Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,10 @@ public void load( NGApplication application ) {
2121
2222 if ( application .properties ().d ().propWOLifebeatEnabled () ) {
2323 NGDefaultLifeBeatThread .start ( application .properties () );
24-
25- // What we're doing here is allowing for the WO URL structure, which is required for us to work with the WO Apache Adaptor.
26- // Ideally, we don't want to prefix URLs at all, instead just handling requests at root level.
27-
2824 }
2925
26+ // What we're doing here is allowing for the WO URL structure, which is required for us to work with the WO Apache Adaptor.
27+ // Ideally, we don't want to prefix URLs at all, instead just handling requests at root level.
3028 // CHECKME: URL rewrites shouldn't really be performed in development. Add by property? // Hugi 2025-05-13
3129 application .addURLRewritePattern ( Pattern .compile ( "^/(cgi-bin|Apps)/WebObjects/(.*).woa(/[0-9])?" ) );
3230
You can’t perform that action at this time.
0 commit comments