changcheng / wro4j

Automatically exported from code.google.com/p/wro4j
0 stars 0 forks source link

Java property file type name resolution. #532

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Have a group with name A_B_C_D
2.from your page, request for A_B_C_D_E.css
3.wro complains that the group cannot be found. 

What is the expected output? What do you see instead?
I would like wro4j to resolve the next specific group name and return that 
group's css instead of throwing an error. A flag to tell wro to resolve the 
group names like this and a delimiter (a hyphen or underscore or what ever else 
that user wants to delimit the group naming) can be passed in to do a java 
property file type path resolution will greatly reduce the configuration size. 

What version of the product are you using? On what operating system?

1.4.8.1-RELEASE

Please provide any additional information below.

Original issue reported on code.google.com by dinakar....@ihg.com on 28 Aug 2012 at 2:45

GoogleCodeExporter commented 9 years ago
This solution for this issue is to create a custom implementation of 
GroupExtractor which is responsible for retrieving the group name from request. 
Since the requirement is application specific, it won't be implemented as 
default behavior. 

Closing issue with WONTFIX resolution. 

Original comment by alex.obj...@gmail.com on 28 Aug 2012 at 5:59