changcheng / wro4j

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

Group is not extracted correctly when resource url contains jsessionID #413

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use the <c:url> tag to generate link to wro4j resource 
2. Disable cookies in browser
3. Confirm that link to css are like /contextPath/wro/my.css;jsessionid=blahblah

What is the expected output? What do you see instead?
Expected output is that wro4j will still return the resource even though tomcat 
has rewritten its url (appending the jessionid).

Actual output is a 404 resource not found, as the jsession id has changed the 
url to one that's not mapped for wro.

What version of the product are you using? On what operating system?
wro4j 1.4.4
tomcat 6
linux (originally detected on windows)

Please provide any additional information below.
A workaround is to not use the <c:url> tag, and instaed prepend the url path 
with ${pageContext.request.contextPath} which stop tomcat applying url 
rewriting.
e.g. href="${pageContext.request.contextPath}/wro/mine.css"
instead of href='<c:url value="/wro/mine.css"/>'

I'll try to write a unit test at some stage, but pretty tight for time at the 
moment.

Original issue reported on code.google.com by svander...@gmail.com on 2 Apr 2012 at 4:45

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 2 Apr 2012 at 7:05

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 5 Apr 2012 at 10:12

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 6 Apr 2012 at 8:16

GoogleCodeExporter commented 9 years ago
Hi,

I believe this issue is same as #605. On first load of the page ( with or 
without browser cache ) wro js/css show a 404 ( even though they are supposed 
to be cached on the server ). Here is the relevant error in the logs:
2013-01-02 20:41:58, 27330970 [http-8080-3] DEBUG 
ro.isdc.wro.cache.support.DefaultSynchronizedCacheStrategyDecorator  - load 
value in cache for key: ro.isdc.wro.cache.CacheKey@2cec849e[
  type=JS
  groupName=all.js;jsessionid=A327EBE59831FF690C26B0B895EA877E
  minimize=true
  map={}
]

The trouble is that the groupname should be 'all'.

This does get resolved if you don't use c:url tag.

However, I propose fixing this. On a powerful machine ( i7-3770 , 16GB, SSD 
etc) the impact of this is not noticeable and we missed it in development. On 
production we deployed on an EC2 machine ( m1.small ) and we immediately ran 
into this issue. The trouble is that even the most powerful machines will run 
out of CPUs if there are enough new sessions being created.

WR04j is great though :) Many thanks.
PixalSoft

Original comment by januaryj...@gmail.com on 2 Jan 2013 at 9:11

GoogleCodeExporter commented 9 years ago
Can you reproduce the issue with latest version (1.6.1) ?

Original comment by alex.obj...@gmail.com on 2 Jan 2013 at 9:13

GoogleCodeExporter commented 9 years ago
it would also help if you could provide logs for situation when 404 is returned.
Also, how the full url looks like for all.js resource? The groupName from the 
CacheKey shouldn't contain jsessionID, at least existing tests says so.... in 
order to fix the problem, I have to add a test case which proves that the 
problem exist first.

Thanks in advance.

Original comment by alex.obj...@gmail.com on 2 Jan 2013 at 9:54

GoogleCodeExporter commented 9 years ago
Hi,

We're using 1.6.1.
The full URL is of the form http://servername:port/js/all.js

Here are more logs. Sorry, I thought the problem was clear from the details I 
provided.

Let me know if you need more logs.

Thanks
PixalSoft
2013-01-02 20:41:58, 27330970 [http-8080-3] DEBUG 
ro.isdc.wro.cache.support.DefaultSynchronizedCacheStrategyDecorator  - load 
value in cache for key: ro.isdc.wro.cache.CacheKey@2cec849e[
  type=JS
  groupName=all.js;jsessionid=A327EBE59831FF690C26B0B895EA877E
  minimize=true
  map={}
]
 2013-01-02 20:41:58, 27330970 [http-8080-3] DEBUG ro.isdc.wro.model.group.processor.GroupsProcessor  - Starting processing group [all.js;jsessionid=A327EBE59831FF690C26B0B895EA877E] of type [JS] with minimized flag: true
 2013-01-02 20:41:58, 27330975 [http-8080-1] DEBUG ro.isdc.wro.extensions.model.factory.SmartWroModelFactory  - auto detect wroFile: true
 2013-01-02 20:41:58, 27832334 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  - number of imports: 0
 2013-01-02 20:41:59, 63732334 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -     adding group: amazonRegistration
 2013-01-02 20:41:59, 63732339 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@4367e003[JS,/ZeroClipboard/ZeroClipboard.js,true]
 2013-01-02 20:41:59, 64232340 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -     adding group: imagegallery
 2013-01-02 20:41:59, 64332340 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@78ea5d87[JS,/ResponsiveImageGallery/js/jquery.easing.1.3.js,true]
 2013-01-02 20:41:59, 64332340 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@62a28815[JS,/ResponsiveImageGallery/js/jquery.elastislide.js,true]
 2013-01-02 20:41:59, 64332341 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@1c944d4a[JS,/ResponsiveImageGallery/js/gallery.js,true]
 2013-01-02 20:41:59, 64432341 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@4c5e43ee[CSS,/ResponsiveImageGallery/css/style.css,true]
 2013-01-02 20:41:59, 64432341 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@40bde56d[CSS,/ResponsiveImageGallery/css/elastislide.css,true]
 2013-01-02 20:41:59, 64432341 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -     adding group: myprofile
 2013-01-02 20:41:59, 64432342 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@7321784f[JS,/flexigrid-1.1/js/flexigrid.js,true]
 2013-01-02 20:41:59, 64532342 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@1a61c596[JS,/js/userProfile.js,true]
 2013-01-02 20:41:59, 64532342 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@8f30862[JS,/raty-2.4.5/js/jquery.raty.js,true]
 2013-01-02 20:41:59, 64532342 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@bab5e85[JS,/characterCount/charCount.js,true]
 2013-01-02 20:41:59, 64532343 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@1fca73bf[JS,/recaptcha/recaptcha_ajax.js,true]
 2013-01-02 20:41:59, 64632343 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@247510e7[JS,/historyJS/jquery.history.js,true]
 2013-01-02 20:41:59, 64632344 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@1a8c064[CSS,/flexigrid-1.1/css/flexigrid.css,true]
 2013-01-02 20:41:59, 64732344 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -     adding group: login
 2013-01-02 20:41:59, 64732344 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@5f43a515[JS,/openid-selector/js/openid-jquery.js,true]
 2013-01-02 20:41:59, 64732344 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@520b368f[JS,/openid-selector/js/openid-en.js,true]
 2013-01-02 20:41:59, 64732345 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -     adding group: listingdetails
 2013-01-02 20:41:59, 64832345 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@5e2b105d[JS,/js/userProfile.js,true]
 2013-01-02 20:41:59, 64832345 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@5d3f79f7[JS,/raty-2.4.5/js/jquery.raty.js,true]
 2013-01-02 20:41:59, 64832345 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@726076f4[JS,/recaptcha/recaptcha_ajax.js,true]
 2013-01-02 20:41:59, 64832346 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@1b21c7d6[JS,/jquery/plugins/jquery.currency.js,true]
 2013-01-02 20:41:59, 64932346 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -     adding group: searchresults
 2013-01-02 20:41:59, 64932346 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@46c6c084[JS,/flexigrid-1.1/js/flexigrid.js,true]
 2013-01-02 20:41:59, 64932346 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@22893e69[JS,/historyJS/jquery.history.js,true]
 2013-01-02 20:41:59, 64932347 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@60607135[CSS,/flexigrid-1.1/css/flexigrid.css,true]
 2013-01-02 20:41:59, 65032347 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -     adding group: listingform
 2013-01-02 20:41:59, 65032347 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@5ba88001[JS,/SWFUpload/swfupload.js,true]
 2013-01-02 20:41:59, 65032347 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@136bf0aa[JS,/SWFUpload/swfupload.swfobject.js,true]
 2013-01-02 20:41:59, 65032348 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@138532dc[JS,/SWFUpload/swfupload.queue.js,true]
 2013-01-02 20:41:59, 65132348 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@dce1387[JS,/SWFUpload/fileprogress.js,true]
 2013-01-02 20:41:59, 65132348 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@54640b25[JS,/SWFUpload/handlers.js,true]
 2013-01-02 20:41:59, 65132348 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@7417d56b[JS,/characterCount/charCount.js,true]
 2013-01-02 20:41:59, 65132348 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@48bc9f58[JS,/jquery/plugins/jquery.jqplugin.1.0.2.js,true]
 2013-01-02 20:41:59, 65132349 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -     adding group: homepage
 2013-01-02 20:41:59, 65232349 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@57816fb6[JS,/jquery/plugins/jquery.cycle.all.js,true]
 2013-01-02 20:41:59, 65232349 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -     adding group: all
 2013-01-02 20:41:59, 65232349 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@72cd429b[JS,/jquery/plugins/jquery.validate.1.5.1.js,true]
 2013-01-02 20:41:59, 65232350 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@1d008ff[JS,/jquery/plugins/jquery.tinyscrollbar.js,true]
 2013-01-02 20:41:59, 65332350 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@fe9e47[JS,/jquery/js/jquery-beta1.tmpl.js,true]
 2013-01-02 20:41:59, 65332350 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@4c4947d3[CSS,/jquery/css/ui-darkness/jquery-ui-1.8.16.custom.css,true]
 2013-01-02 20:41:59, 65332350 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@5f0a94c5[CSS,/css/global.css,true]
 2013-01-02 20:41:59, 65332351 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@2fad4242[JS,/localization/jquery.i18n.properties-1.0.9.js,true]
 2013-01-02 20:41:59, 65432351 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@17d91382[JS,/jsTimeZone/jstz.js,true]
 2013-01-02 20:41:59, 65432351 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@2c8fc809[JS,/js/listocal.js,true]
 2013-01-02 20:41:59, 65432351 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@1395ddba[JS,/jquery/plugins/jquery.tipTip.js,true]
 2013-01-02 20:41:59, 65432352 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  -         adding resource: ro.isdc.wro.model.resource.Resource@540fe861[CSS,/jquery/css/tiptip/tipTip.css,true]
 2013-01-02 20:41:59, 65532352 [http-8080-1] DEBUG ro.isdc.wro.model.factory.XmlModelFactory  - StopWatch 'Create Wro Model from XML': running time (millis) = 1353
-----------------------------------------
ms     %     Task name
-----------------------------------------
01334  099%  createDocument
00000  000%  processGroups
00001  000%  processImports
00018  001%  createModel

 2013-01-02 20:41:59, 65532353 [http-8080-1] DEBUG ro.isdc.wro.model.factory.ModelTransformerFactory  - using [ro.isdc.wro.model.transformer.WildcardExpanderModelTransformer@19c46bab] transformers
 2013-01-02 20:41:59, 65632353 [http-8080-1] DEBUG ro.isdc.wro.model.factory.ModelTransformerFactory  - using transformer: class ro.isdc.wro.model.transformer.WildcardExpanderModelTransformer
 2013-01-02 20:41:59, 65632460 [http-8080-1] DEBUG ro.isdc.wro.model.transformer.WildcardExpanderModelTransformer  - Transformed model: ro.isdc.wro.model.WroModel@72213339[
  groups=[ro.isdc.wro.model.group.Group@67854d1f[
  name=amazonRegistration
  resources=[ro.isdc.wro.model.resource.Resource@4367e003[JS,/ZeroClipboard/ZeroClipboard.js,true]]
], ro.isdc.wro.model.group.Group@1d7e8c5b[
  name=myprofile
  resources=[ro.isdc.wro.model.resource.Resource@7321784f[JS,/flexigrid-1.1/js/flexigrid.js,true], ro.isdc.wro.model.resource.Resource@1a61c596[JS,/js/userProfile.js,true], ro.isdc.wro.model.resource.Resource@8f30862[JS,/raty-2.4.5/js/jquery.raty.js,true], ro.isdc.wro.model.resource.Resource@bab5e85[JS,/characterCount/charCount.js,true], ro.isdc.wro.model.resource.Resource@1fca73bf[JS,/recaptcha/recaptcha_ajax.js,true], ro.isdc.wro.model.resource.Resource@247510e7[JS,/historyJS/jquery.history.js,true], ro.isdc.wro.model.resource.Resource@1a8c064[CSS,/flexigrid-1.1/css/flexigrid.css,true]]
], ro.isdc.wro.model.group.Group@5f30b97d[
  name=imagegallery
  resources=[ro.isdc.wro.model.resource.Resource@78ea5d87[JS,/ResponsiveImageGallery/js/jquery.easing.1.3.js,true], ro.isdc.wro.model.resource.Resource@62a28815[JS,/ResponsiveImageGallery/js/jquery.elastislide.js,true], ro.isdc.wro.model.resource.Resource@1c944d4a[JS,/ResponsiveImageGallery/js/gallery.js,true], ro.isdc.wro.model.resource.Resource@4c5e43ee[CSS,/ResponsiveImageGallery/css/style.css,true], ro.isdc.wro.model.resource.Resource@40bde56d[CSS,/ResponsiveImageGallery/css/elastislide.css,true]]
], ro.isdc.wro.model.group.Group@77e1ee5d[
  name=login
  resources=[ro.isdc.wro.model.resource.Resource@5f43a515[JS,/openid-selector/js/openid-jquery.js,true], ro.isdc.wro.model.resource.Resource@520b368f[JS,/openid-selector/js/openid-en.js,true]]
], ro.isdc.wro.model.group.Group@11e85928[
  name=listingdetails
  resources=[ro.isdc.wro.model.resource.Resource@5e2b105d[JS,/js/userProfile.js,true], ro.isdc.wro.model.resource.Resource@5d3f79f7[JS,/raty-2.4.5/js/jquery.raty.js,true], ro.isdc.wro.model.resource.Resource@726076f4[JS,/recaptcha/recaptcha_ajax.js,true], ro.isdc.wro.model.resource.Resource@1b21c7d6[JS,/jquery/plugins/jquery.currency.js,true]]
], ro.isdc.wro.model.group.Group@2d355a47[
  name=all
  resources=[ro.isdc.wro.model.resource.Resource@72cd429b[JS,/jquery/plugins/jquery.validate.1.5.1.js,true], ro.isdc.wro.model.resource.Resource@1d008ff[JS,/jquery/plugins/jquery.tinyscrollbar.js,true], ro.isdc.wro.model.resource.Resource@fe9e47[JS,/jquery/js/jquery-beta1.tmpl.js,true], ro.isdc.wro.model.resource.Resource@4c4947d3[CSS,/jquery/css/ui-darkness/jquery-ui-1.8.16.custom.css,true], ro.isdc.wro.model.resource.Resource@5f0a94c5[CSS,/css/global.css,true], ro.isdc.wro.model.resource.Resource@2fad4242[JS,/localization/jquery.i18n.properties-1.0.9.js,true], ro.isdc.wro.model.resource.Resource@17d91382[JS,/jsTimeZone/jstz.js,true], ro.isdc.wro.model.resource.Resource@2c8fc809[JS,/js/listocal.js,true], ro.isdc.wro.model.resource.Resource@1395ddba[JS,/jquery/plugins/jquery.tipTip.js,true], ro.isdc.wro.model.resource.Resource@540fe861[CSS,/jquery/css/tiptip/tipTip.css,true]]
], ro.isdc.wro.model.group.Group@9ba0281[
  name=homepage
  resources=[ro.isdc.wro.model.resource.Resource@57816fb6[JS,/jquery/plugins/jquery.cycle.all.js,true]]
], ro.isdc.wro.model.group.Group@12fa6824[
  name=listingform
  resources=[ro.isdc.wro.model.resource.Resource@5ba88001[JS,/SWFUpload/swfupload.js,true], ro.isdc.wro.model.resource.Resource@136bf0aa[JS,/SWFUpload/swfupload.swfobject.js,true], ro.isdc.wro.model.resource.Resource@138532dc[JS,/SWFUpload/swfupload.queue.js,true], ro.isdc.wro.model.resource.Resource@dce1387[JS,/SWFUpload/fileprogress.js,true], ro.isdc.wro.model.resource.Resource@54640b25[JS,/SWFUpload/handlers.js,true], ro.isdc.wro.model.resource.Resource@7417d56b[JS,/characterCount/charCount.js,true], ro.isdc.wro.model.resource.Resource@48bc9f58[JS,/jquery/plugins/jquery.jqplugin.1.0.2.js,true]]
], ro.isdc.wro.model.group.Group@75cb1d37[
  name=searchresults
  resources=[ro.isdc.wro.model.resource.Resource@46c6c084[JS,/flexigrid-1.1/js/flexigrid.js,true], ro.isdc.wro.model.resource.Resource@22893e69[JS,/historyJS/jquery.history.js,true], ro.isdc.wro.model.resource.Resource@60607135[CSS,/flexigrid-1.1/css/flexigrid.css,true]]
]]
]
 2013-01-02 20:41:59, 76332461 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /flexigrid-1.1/js/flexigrid.js
 2013-01-02 20:41:59, 76432461 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /css/global.css
 2013-01-02 20:41:59, 76432462 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /jquery/css/tiptip/tipTip.css
 2013-01-02 20:41:59, 76532462 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /ResponsiveImageGallery/js/gallery.js
 2013-01-02 20:41:59, 76532462 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /jquery/plugins/jquery.cycle.all.js
 2013-01-02 20:41:59, 76532462 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /raty-2.4.5/js/jquery.raty.js
 2013-01-02 20:41:59, 76532462 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /ResponsiveImageGallery/js/jquery.easing.1.3.js
 2013-01-02 20:41:59, 76532463 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /openid-selector/js/openid-jquery.js
 2013-01-02 20:41:59, 76632463 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /jsTimeZone/jstz.js
 2013-01-02 20:41:59, 76632463 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /ResponsiveImageGallery/js/jquery.elastislide.js
 2013-01-02 20:41:59, 76632463 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /SWFUpload/handlers.js
 2013-01-02 20:41:59, 76632463 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /SWFUpload/swfupload.queue.js
 2013-01-02 20:41:59, 76632463 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /ResponsiveImageGallery/css/elastislide.css
 2013-01-02 20:41:59, 76632464 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /ZeroClipboard/ZeroClipboard.js
 2013-01-02 20:41:59, 76732464 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /jquery/plugins/jquery.currency.js
 2013-01-02 20:41:59, 76732464 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /js/listocal.js
 2013-01-02 20:41:59, 76732464 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /jquery/js/jquery-beta1.tmpl.js
 2013-01-02 20:41:59, 76732464 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /js/userProfile.js
 2013-01-02 20:41:59, 76732465 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /jquery/plugins/jquery.validate.1.5.1.js
 2013-01-02 20:41:59, 76832465 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /localization/jquery.i18n.properties-1.0.9.js
 2013-01-02 20:41:59, 76832465 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /ResponsiveImageGallery/css/style.css
 2013-01-02 20:41:59, 76832465 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /SWFUpload/swfupload.js
 2013-01-02 20:41:59, 76832465 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /jquery/plugins/jquery.jqplugin.1.0.2.js
 2013-01-02 20:41:59, 76832465 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /jquery/plugins/jquery.tipTip.js
 2013-01-02 20:41:59, 76832466 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /SWFUpload/fileprogress.js
 2013-01-02 20:41:59, 76932466 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /jquery/plugins/jquery.tinyscrollbar.js
 2013-01-02 20:41:59, 76932466 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /historyJS/jquery.history.js
 2013-01-02 20:41:59, 76932466 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /jquery/css/ui-darkness/jquery-ui-1.8.16.custom.css
 2013-01-02 20:41:59, 76932466 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /flexigrid-1.1/css/flexigrid.css
 2013-01-02 20:41:59, 76932466 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /SWFUpload/swfupload.swfobject.js
 2013-01-02 20:41:59, 76932467 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /characterCount/charCount.js
 2013-01-02 20:41:59, 77032467 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /recaptcha/recaptcha_ajax.js
 2013-01-02 20:41:59, 77032467 [http-8080-1] DEBUG ro.isdc.wro.model.resource.support.DefaultResourceAuthorizationManager  - authorize resource: /openid-selector/js/openid-en.js
 2013-01-02 20:41:59, 77032467 [http-8080-1] DEBUG ro.isdc.wro.model.factory.DefaultWroModelFactoryDecorator  - StopWatch 'Create Model': running time (millis) = 1500
-----------------------------------------
ms     %     Task name
-----------------------------------------
01500  100%  createModel

 2013-01-02 20:41:59, 77032468 [http-8080-3] DEBUG ro.isdc.wro.WroRuntimeException  - There is no such group: 'all.js;jsessionid=A327EBE59831FF690C26B0B895EA877E'. Available groups are: [all, amazonRegistration, homepage, imagegallery, listingdetails, listingform, login, myprofile, searchresults]
 2013-01-02 20:41:59, 77132469 [http-8080-3] DEBUG ro.isdc.wro.http.WroFilter  - Exception occured
 2013-01-02 20:41:59, 77232469 [http-8080-3] DEBUG ro.isdc.wro.http.WroFilter  - Cannot process. Proceeding with chain execution.
 2013-01-02 20:41:59, 77232472 [http-8080-1] DEBUG ro.isdc.wro.WroRuntimeException  - There is no such group: 'all.css;jsessionid=A327EBE59831FF690C26B0B895EA877E'. Available groups are: [all, amazonRegistration, homepage, imagegallery, listingdetails, listingform, login, myprofile, searchresults]
 2013-01-02 20:41:59, 77532472 [http-8080-1] DEBUG ro.isdc.wro.http.WroFilter  - Exception occured
 2013-01-02 20:41:59, 77532472 [http-8080-1] DEBUG ro.isdc.wro.http.WroFilter  - Cannot process. Proceeding with chain execution.
 2013-01-02 20:41:59, 77532689 [http-8080-2] DEBUG ro.isdc.wro.util.SchedulerHelper  - period: 0 [SECONDS]
 2013-01-02 20:41:59, 99232690 [http-8080-2] DEBUG ro.isdc.wro.util.SchedulerHelper  - period: 0 [SECONDS]
 2013-01-02 20:41:59, 99332690 [http-8080-2] DEBUG ro.isdc.wro.cache.support.AbstractSynchronizedCacheStrategyDecorator  - Searching cache key: ro.isdc.wro.cache.CacheKey@40d88d2d[
  type=JS
  groupName=all.js;jsessionid=A327EBE59831FF690C26B0B895EA877E
  minimize=true
  map={}
]
 2013-01-02 20:41:59, 99332691 [http-8080-2] DEBUG ro.isdc.wro.cache.support.DefaultSynchronizedCacheStrategyDecorator  - shouldWatchForChange: false
 2013-01-02 20:41:59, 99432695 [http-8080-2] DEBUG ro.isdc.wro.cache.support.AbstractSynchronizedCacheStrategyDecorator  - Cache is empty. Loading new value...
 2013-01-02 20:41:59, 99832695 [http-8080-2] DEBUG ro.isdc.wro.util.SchedulerHelper  - period: 0 [SECONDS]
 2013-01-02 20:41:59, 99832696 [http-8080-2] DEBUG ro.isdc.wro.cache.support.DefaultSynchronizedCacheStrategyDecorator  - load value in cache for key: ro.isdc.wro.cache.CacheKey@40d88d2d[
  type=JS
  groupName=all.js;jsessionid=A327EBE59831FF690C26B0B895EA877E
  minimize=true
  map={}
]
 2013-01-02 20:41:59, 99932696 [http-8080-2] DEBUG ro.isdc.wro.model.group.processor.GroupsProcessor  - Starting processing group [all.js;jsessionid=A327EBE59831FF690C26B0B895EA877E] of type [JS] with minimized flag: true
 2013-01-02 20:41:59, 99932696 [http-8080-2] DEBUG ro.isdc.wro.WroRuntimeException  - There is no such group: 'all.js;jsessionid=A327EBE59831FF690C26B0B895EA877E'. Available groups are: [all, amazonRegistration, homepage, imagegallery, listingdetails, listingform, login, myprofile, searchresults]
 2013-01-02 20:41:59, 99932697 [http-8080-2] DEBUG ro.isdc.wro.http.WroFilter  - Exception occured
 2013-01-02 20:42:00, 00032697 [http-8080-2] DEBUG ro.isdc.wro.http.WroFilter  - Cannot process. Proceeding with chain execution.
 2013-01-02 20:42:00, 00032750 [http-8080-2] DEBUG ro.isdc.wro.util.SchedulerHelper  - period: 0 [SECONDS]
 2013-01-02 20:42:00, 05332753 [http-8080-2] DEBUG ro.isdc.wro.util.SchedulerHelper  - period: 0 [SECONDS]
 2013-01-02 20:42:00, 05632754 [http-8080-2] DEBUG ro.isdc.wro.cache.support.AbstractSynchronizedCacheStrategyDecorator  - Searching cache key: ro.isdc.wro.cache.CacheKey@5aa77506[
  type=JS
  groupName=homepage.js;jsessionid=A327EBE59831FF690C26B0B895EA877E
  minimize=true
  map={}
]
 2013-01-02 20:42:00, 05732755 [http-8080-2] DEBUG ro.isdc.wro.cache.support.DefaultSynchronizedCacheStrategyDecorator  - shouldWatchForChange: false
 2013-01-02 20:42:00, 05832755 [http-8080-2] DEBUG ro.isdc.wro.cache.support.AbstractSynchronizedCacheStrategyDecorator  - Cache is empty. Loading new value...
 2013-01-02 20:42:00, 05832756 [http-8080-2] DEBUG ro.isdc.wro.util.SchedulerHelper  - period: 0 [SECONDS]
 2013-01-02 20:42:00, 05932757 [http-8080-2] DEBUG ro.isdc.wro.cache.support.DefaultSynchronizedCacheStrategyDecorator  - load value in cache for key: ro.isdc.wro.cache.CacheKey@5aa77506[
  type=JS
  groupName=homepage.js;jsessionid=A327EBE59831FF690C26B0B895EA877E
  minimize=true
  map={}
]
 2013-01-02 20:42:00, 06032757 [http-8080-2] DEBUG ro.isdc.wro.model.group.processor.GroupsProcessor  - Starting processing group [homepage.js;jsessionid=A327EBE59831FF690C26B0B895EA877E] of type [JS] with minimized flag: true
 2013-01-02 20:42:00, 06032758 [http-8080-2] DEBUG ro.isdc.wro.WroRuntimeException  - There is no such group: 'homepage.js;jsessionid=A327EBE59831FF690C26B0B895EA877E'. Available groups are: [all, amazonRegistration, homepage, imagegallery, listingdetails, listingform, login, myprofile, searchresults]
 2013-01-02 20:42:00, 06132758 [http-8080-2] DEBUG ro.isdc.wro.http.WroFilter  - Exception occured
 2013-01-02 20:42:00, 06132758 [http-8080-2] DEBUG ro.isdc.wro.http.WroFilter  - Cannot process. Proceeding with chain execution.
 2013-01-02 20:42:00, 061

Original comment by januaryj...@gmail.com on 3 Jan 2013 at 2:00

GoogleCodeExporter commented 9 years ago
Fixed jsessionid strip issue in issue638 (branch 1.6.x).

@januaryjackuary Could you test the fix in branch 1.6.x?
Also I need logs which proves the 404 probelm.

Original comment by alex.obj...@gmail.com on 3 Jan 2013 at 11:50