Skip to content

Commit f00ea77

Browse files
Fix weird comment location in NGWOIntegrationPlugin
1 parent e153a4e commit f00ea77

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ng-appserver/src/main/java/ng/appserver/wointegration/NGWOIntegrationPlugin.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)